Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SetAll() except when I don't want want it
Message
From
04/12/2008 22:27:35
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
SetAll() except when I don't want want it
Miscellaneous
Thread ID:
01365578
Message ID:
01365578
Views:
59
We have this code that is used to set the Enabled property of controls on the page. Unfortunately the previous developer didn't account for the fact that we have some controls that are meant to always be disabled. Normally this wouldn't be an issue, but we also have an Enabled_Assign method that does some other stuff. Is there a way to exclude certain controls from being affected by the SetAll()?
	WITH .pgfOptions
		.SetAll( 'Enabled', m.lbStartEditing )
Next
Reply
Map
View

Click here to load this message in the networking platform