Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid?
Message
From
24/01/2007 14:26:11
 
 
To
24/01/2007 14:20:37
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: Grid?
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01188863
Message ID:
01188876
Views:
16
>Hi Sir,
>
>I just put the View back to 0 and I have set my Grid1.RecordSource = defectdesc and RecordSourceType = 0-Table.
>
>I am hoping that on the 1st and 3rd column are for the user to enter text. I don't need any data from any table this two columns. This is the same as when I have five rows of textboxes and combo's. A user can type in the txtCktCode[1-5], pick from cmbDefect[1-5], and type text in txtFailMode[1-5]. Can I do this in the grid? My cmbDefect is attached to a table to get the items to display in the combo box.
>
>Please help.
>
>Thanks,
>Sam

Now you should set properties for each column. For example:
With Thisform.Grid.colCktcode
.controlsource='defectdesc.cktcode'
.readonly=.f.
Endwith
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform