Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Valid Method and Cancel Button
Message
 
To
20/07/1999 15:39:57
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00243647
Message ID:
00243793
Views:
21
>As in:
>
>IF SYS(1270,MROW("MyForm"),MCOL("MyForm")) = "cmdCancel"
> RETURN .T.
>ENDIF
>
>Hmmm..I dunno. Probably. Good point.
>
Hiya Gonz,

More like:
oObj = SYS(1270)
llresult = (oObj.Name = "cmdCancel")
oObj = .NULL.
RETURN llresult
Probably a good idea to check and make sure it a valid object before making the comparison.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform