Hi,
I am facing some strange behavior while using UFT12 to write some test scripts for a powerbuilder application. Up until this morning I didn't encounter a lot of problems, but sudenly when I tried to test the code I written I encounter a general run error. Whatever I try I always get a run error when I try to access a cell inside of the PbDatawindow. Even stranger is than when I (out of desperation) tried to record a whole new test and simple run the steps I recorded the same run error occurs.
Run error states :
General run error.
Line (3): "PbWindow("w_main_frame").PbWindow("rw_account_type").PbDataWindow("dw_1").SetCellData "#1","#1","Government"".
Using the Err.Number command I was able to retrieve the error code, which is -10151, I already googled on that specific error code, but I haven't found anything that can help me.
Anybody has any idea what can cause this error?