Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids and checkbox
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00262345
Message ID:
00262777
Views:
15
>>2) I develped a program to display certain records on screen using grids before they are printed out. now i find
> that i have to filter the records shown on the grids according to certain dates. after that, i'm also supposed to let
> the user select which records they want to print out from the filtered list. I'm really confused as to how i'm
> supposed to let them select the records from the grid? is there any other way i can let users select random
> records from a table other than grids?
>
><< You could add a column to the grid and put a checkbox control in it. The user could check the records he want
> to print.>>
>
Use a logical field in the source (table, view, cursor). The grid checkbox cells will automatically pick up the T/F from the logicals...

after i use a logical field for my table, i still dunno know how to put my checkbox in the grid. what do i do now? as i know, i cannot add the checkbox into my grid.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform