Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SETALL method for columns in a grid
Message
From
31/01/2005 16:31:06
 
 
To
31/01/2005 11:53:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
00982234
Message ID:
00982460
Views:
23
>Thanks Marcia, that is exactly what I was looking for. Using the readonly property is new to me, but allows my user to scroll down the grid if it is larger than the window on screen. Disabling the grid didn't work as well.

As the others have said, this can be shortened to:
thisform.pageframe1.page1.basecont1.grdbase1.ReadOnly = ( UPPER( ALLTRIM( invoice.status ) )== "FINI" )
Previous
Reply
Map
View

Click here to load this message in the networking platform