09-30-2009, 05:16 PM
Hi all
I need to validate on a field, whether its been enabled after af selection in a combo. The following code checks for this and pops up a msgbox
I need to get this in a report instead of a msgbox, how do i do that ?
I need to validate on a field, whether its been enabled after af selection in a combo. The following code checks for this and pops up a msgbox
Code:
CheckEnabledField1=vbwindow("Main").VbWindow("Firstscreen").ActiveX("anotherscreen").ActiveX("Tab").VbEditor("txtfield1").GetROProperty("Enabled")
msgbox CheckEnabledField1
I need to get this in a report instead of a msgbox, how do i do that ?