How to Store the Value of Check Boxes in a Grid to an Array (138095)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
This article was previously published under Q138095 SUMMARY
Sometimes you may find it useful to place a check box on a grid. There will
be a check box for each record in the grid, so you need a place to store
the value of each check box. Usually the value of the check box is stored
in a field in the table that the grid is based on. If a user doesn't want
the value of the check boxes stored in the table, then an array can be
created to store the check box values. This works well, but keep in mind
that an array can only hold 65,000 elements. This would not work on a table
with more records than that.
Modification Type: | Major | Last Reviewed: | 12/11/1999 |
---|
Keywords: | KB138095 |
---|
|