01-13-2012, 10:39 PM
I am using the following:
Even though the RepCode is not found (by my eye) the flag always gets set to True.
So I tried:
But this errors out.
How can i change:
so that it wont come up as True if RepCode is really not there? lol
Code:
blFlagM4 = .WebEdit("RepCode").Exist(0)
So I tried:
Code:
blFlagM4 = .WebEdit("RepCode", "visible:=True").Exist(0)
But this errors out.
How can i change:
Code:
blFlagM4 = .WebEdit("RepCode").Exist(0)