Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where can I create the cursor before grid on form initia
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01154646
Message ID:
01154681
Views:
8
If the grid has more columns you want you could set ColumnCount = xxx
Something like:
thisform.Grid1.RecordSource = [CursorName]
thisform.Grid1.ColumnCount  = 2 && Or whatever number you want.
From that code I can't see where you set Grid Record source.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform