12-23-2011, 03:26 AM
Hello. I have a program that i have made for my two computers at work. IT works for my computer that is a desktop but not for my laptop. The desktop runs OS Windows xp and my Laptop uses Windows 7.
HTML element actions does not work. I Am simply trying to select a combo box "Text" item. It works for IE on desktop but not Windows 7 Laptop.
Function vJones
This is the code that works for the Desktop but it wont work for laptop with windows 7... Any help Please and thank you!
HTML element actions does not work. I Am simply trying to select a combo box "Text" item. It works for IE on desktop but not Windows 7 Laptop.
Function vJones
Htm vBank=htm("SELECT" "cboFlags" "" win("VoterInformation - Windows Internet Explorer" "IEFrame") 0 0 0x121)
vBank.CbSelect("Signed Jones")
Htm vPET=htm("SELECT" "cboResponse" "" win("VoterInformation - Windows Internet Explorer" "IEFrame") 0 1 0x121)
vPET.CbSelect("PET")
0.1
Htm vFlag=htm("INPUT" "cmdAddFlag" "" win("VoterInformation - Windows Internet Explorer" "IEFrame") 0 54 0x121)
vFlag.Click
This is the code that works for the Desktop but it wont work for laptop with windows 7... Any help Please and thank you!