Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Begginers Grid Problem
Message
From
21/04/2000 20:20:41
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Begginers Grid Problem
Miscellaneous
Thread ID:
00362419
Message ID:
00362419
Views:
43
Hi all

I try to populate a grid after a SQL statement, everything goes ok, but i need to make column3 and 4 editable, make user change values and i try this

thisform.Grid1.column3.controlsource = "N_desc1"
thisform.Grid1.column4.controlsource = "N_desc2"

thisform.Grid1.column3.readonly=.f.
thisform.Grid1.column3.enabled=.t.
thisform.Grid1.column4.readonly=.f.
thisform.Grid1.column4.enabled=.t.

but when i put the cursor in column3 it tell's me the control is read-only?

Thank's in Advance

João Batista
Next
Reply
Map
View

Click here to load this message in the networking platform