Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Grid - Will it accept anything other than tables???
Message
From
31/08/2000 11:31:56
 
 
To
31/08/2000 11:18:55
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00411319
Message ID:
00411328
Views:
10
>I'd like to use the grid control and programmatically control the values that are displayed in each column.
>
>I can't seem to be able to add new rows to the grid (through code).
>It only seems to want to accept table names, SQL statements or aliases.
>
>Any solutions?
>
>Thanks.
>
>Etienne Paquin

A grid row is not an object, AFAIK.
Grids are more like sophisticated BROWSE windows, so there has to be a cursor underneath it.
To add rows, simply APPEND BLANK or INSERT INTO the cursor under the grid.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform