Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Procedural Code
Message
 
 
To
30/10/1998 12:46:43
Ian Matthews
Up & Running Technologies Inc
Chestermere, Alberta, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00152898
Message ID:
00152937
Views:
18
If your just disabling fields then in the refresh method

private i
i=deleted()

thisform.txtdeleted.visible = i (visible when deleted)
thisform.txtdeleted.visible = NOT i (invisible when deleted)

This eliminates the need for if.. endif
then under the contols put thisform.refresh()
-TomC
Previous
Reply
Map
View

Click here to load this message in the networking platform