Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid
Message
From
07/04/2008 03:14:38
 
 
To
07/04/2008 03:08:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Grid
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01308640
Message ID:
01308648
Views:
13
Hi,

you don't have to refer to the Grid! The Cursor, which is bound to your grid, contains the data. You have to bound the cursor's columns to your form-textboxes also.
If you debug your grid then you can see, that each column refers in its controlsource to a corresponding field of its bound cursor.
Thisform.textbox1.ControlSource = [myCursor.myFields1]
Best Regards
-Tom

Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.

Oh, and BTW: 010101100100011001010000011110000101001001101111011000110110101101110011
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform