12-07-2010, 02:57 AM
Hello,
Try this:
or Try:
Try this:
Code:
var=JavaWindow("Client Information System").JavaButton("Vbutton").GetROProperty ("visible")
if var="true" Then
JavaWindow("Client Information System").JavaButton("Vbutton").click
end if
or Try:
Code:
var=JavaWindow("Client Information System").JavaButton("Vbutton").GetROProperty ("enable")
if var="true" Then
JavaWindow("Client Information System").JavaButton("Vbutton").click
end if