Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows close button
Message
From
06/12/2005 09:27:43
 
 
To
02/12/2005 11:23:22
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01074279
Message ID:
01075282
Views:
18
first question: you must use getnextmodified() for the relevant fields on table.
second question: you can use in valid function some like: if !empty(this.value) this means that user change or write some in field then you valid that value, if not, don't need to evaluate nothing.
this also can help you to the first question.
another example: (valid event of text box)
if empty(this.value)
return .T. &¬hing to valid
endif
&&rest of validation code here
...
you must adapt code
John Harold Belalcázar Lozano
Associate Director Of Development
http://www.belvicto.co/
jhbelalc@gmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform