Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_Curobj in Vfp...Please help...
Message
From
29/07/1998 10:19:29
 
 
To
29/07/1998 09:25:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00122269
Message ID:
00122290
Views:
21
>what is the equavalent command of curobj in Vfp and how to use it, I am working on a form and what i want to do is when i click the save button i want to create a validation where in if one input variable is empty it will display a message and the control or cursor will go back to the empty input variable. I have done this kind of validation in fpd 2.6 using _curobj and objnum.

There is no _CUROBJ; since each method corresponds to an object, _CUROBJ is THIS.

For your needs, the CLICK method of the SAVE button could have something like:

IF such variable is empty
display an error message
THISFORM.variable.SetFocus()
ENDIF

HTH!
Previous
Reply
Map
View

Click here to load this message in the networking platform