Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making fields readonly thru loop construct
Message
From
27/03/2000 03:00:58
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00349474
Message ID:
00350632
Views:
30
Hi Nick.

>> Is there a way to make all the fields on a screen readonly thru loop construct rather naming each field and then setting its readonly properties (for example: x.readonly = .t., y.readonly = .t. etc...) <<

How about this?

This.SetAll( 'ReadOnly', .T. )

Marcia
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform