Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tables and grids
Message
From
08/09/1999 08:13:48
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00262301
Message ID:
00262318
Views:
12
>1) i'm probably sounded silly asking this but can someone helpme put my mind at ease by telling me whether the number of records that can be stored inside a table is limited by the user's hard disk space or by some other elements in foxpro?

The number of records that can be stored in a table is limited by hard disk space. Also, the total size of the table cannot exceed 2GB.

>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform