Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ok, I'm Baffled
Message
 
 
To
10/08/2000 02:11:04
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00403275
Message ID:
00403284
Views:
12
>just after a tableupdate(not that I think that that has anything to do with it), I'm trying to reference a custom dropdown called GridCombo1, which is the currentcontrol in Column1 of Grid2 on my form. HOWEVER . . .
>
>THISFORM.Grid2.Column1.GridCombo1.Enabled = .F. gets an "Unknown Member 'Column1'" error.
>
>Is there a rule I don't know about?

Are you sure you did not changed the column name? Try to check by having below code in a command button click event:
If Type('Thisform.Grid2.Column1') = 'O'
   wait window "Column one is an object")
Endif
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform