Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid - Disable or Prevent Changes
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00921448
Message ID:
00921457
Views:
17
Actually, I came up with this right after I posted:
** Procedure AfterRowColChange
LOCAL cAlias, lEnable 

cAlias = This.RecordSource
		
lEnable = NOT (&cAlias..EType = ETYPE_INVOICED)
		
.Column10.Text1.Enabled = lEnable
.Column8.Text1.Enabled = lEnable
This allows me to still navigate, but the field I want blocked
appear disabled when you navigate, only on the effected records.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Reply
Map
View

Click here to load this message in the networking platform