Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh method
Message
From
06/03/2001 18:02:07
 
 
To
06/03/2001 10:54:38
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Miscellaneous
Thread ID:
00482006
Message ID:
00482499
Views:
8
Dean:

My idea is similar to Jim's code.

My form class has an EditMode (1 = Browse, 2 = Add, 4 = Edit) numeric property and my controls have an Available numeric property. In Refresh, I put

This.Enabled = BitAnd(Thisform.EditMode, This.Available) <> 0

Daniel
Previous
Reply
Map
View

Click here to load this message in the networking platform