Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parsing grids w/added controls
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00325845
Message ID:
00325894
Views:
24
>TASK: We need to parse the first column of this grid and determine which check boxes are selected.

Do the SQL SELECT ahead of time. Then reopen it using USE AGAIN IN 0 with a new alias (you can use DBF() to open the correct temp file), now, bind your grid to the updatable cursor.

A simple SCAN should work in this case.
Previous
Reply
Map
View

Click here to load this message in the networking platform