05-27-2008, 03:50 AM
Hi,
I created a script on deleting some records by clicking on "Delete" button, when I click on delete I get a warning message saying "Are you sure you want to delete? with two buttons OK & CANCEL on it"
I clicked on OK button.
But when I run the script it throwing warning message about OK button saying "Object not visible"
I made the visible property mandatory for OK button still giving error
When I did Object spy on OK button I found from spy window that "WinButton objects do not support run time object properties"
Does it creating the problem in my case?
If it won't support run time object properties Can I use DP/VB script for clicking on OK button?
There are many similar actions in my script, can you please help which command I need to use and how to use it?
Thanks,
Akhila
I created a script on deleting some records by clicking on "Delete" button, when I click on delete I get a warning message saying "Are you sure you want to delete? with two buttons OK & CANCEL on it"
I clicked on OK button.
But when I run the script it throwing warning message about OK button saying "Object not visible"
I made the visible property mandatory for OK button still giving error
When I did Object spy on OK button I found from spy window that "WinButton objects do not support run time object properties"
Does it creating the problem in my case?
If it won't support run time object properties Can I use DP/VB script for clicking on OK button?
There are many similar actions in my script, can you please help which command I need to use and how to use it?
Thanks,
Akhila