10-09-2009, 12:40 PM
the code you provided is really useful. Thanks
However, can I use it to get TRUE/FALSE from checkboxes?
I do it this way.
However, the msgbox didn't have anything.
Thanks
Jody
However, can I use it to get TRUE/FALSE from checkboxes?
Code:
Val=SiebApplication("Siebel Energy (CMS DR)").SiebScreen("Contact").SiebView("All Contacts").SiebApplet("Contact").SiebCheckbox("Fitter Flag").GetROProperty("Value")
msgbox Val
I do it this way.
However, the msgbox didn't have anything.
Thanks
Jody