Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can you load a Grid from an array?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00466896
Message ID:
00466914
Views:
10
>I'm re-writing a FP2.6 application in VFP6.0 and have been looking at Grids for displaying History information in a form. In reading various threads here and also trying out Grids, it seems that there are problems when you update grids. Grids look pretty, but appear to be hard to tame. If I could load a Grid from an array, I could do all the "heavy lifting" in the array and then just load the result into the Grid. All help appreciated. Bill

Unfortunately no. Grids must have some type of cursor to bind to whether it already exists or is created using a SQL statement or query (QPR) file.

Try building a cursor from the array and use the curosr as the row source. Maybe that will do what you need.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform