Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Windows 7 HTML Error
#1
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
Code:
Copy      Help
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!


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)