05-02-2005, 03:21 PM
Hate to say this, but this code does not work.
AccClick("Delete" "PUSHBUTTON" "Internet Explorer" "Internet Explorer_Server" "" 0x1001)
1
int iedialog=wait(5 win("Internet Explorer" "#32770"))
AccClick("OK" "PUSHBUTTON" iedialog "Button" "" 0x1001)
It is still pausing after the first line and never gets to the 1 wait.
Thanks for the help.
AccClick("Delete" "PUSHBUTTON" "Internet Explorer" "Internet Explorer_Server" "" 0x1001)
1
int iedialog=wait(5 win("Internet Explorer" "#32770"))
AccClick("OK" "PUSHBUTTON" iedialog "Button" "" 0x1001)
It is still pausing after the first line and never gets to the 1 wait.
Thanks for the help.