Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SETALL method for columns in a grid
Message
From
31/01/2005 09:58:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
SETALL method for columns in a grid
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
00982234
Message ID:
00982234
Views:
62
I am trying to disable a grid from having items edited if an invoice is finished. The code I am trying is as follows:
IF invoice.status = "FINI"
	thisform.pageframe1.page1.basecont1.grdbase1.Columns.setall("enabled",.f.)
ELSE
	thisform.pageframe1.page1.basecont1.grdbase1.Columns.setall("enabled",.t.)
ENDIF 
I am getting an error that columns is an unknown member, although intellisense is offering it to me when I am doing the coding. What is the correct method to do what I am trying to do?

Thanks in advance.
On a CLEAR day you can see forever.
Next
Reply
Map
View

Click here to load this message in the networking platform