Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with desired grid behavior
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00203602
Message ID:
00203807
Views:
20
In addition, for those columns where it is conditional, put the code in the When() event of the textbox in the column.

Although this is a simple condition, don't forget, you can build an entire process to determine the eligibility of entering a field. The when can be a complex case structure if so needed.

return( MyCursor.Field1 = "something" and empty( MyCursor.Field2 ))

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform