myetteski
Apr 5th, 2000, 07:08 AM
Can individual DBGrid values be verified? It could have a date entry and you wish to include values for a specific date range. Or an entry could be based on a previous one made.
pardede
Apr 6th, 2000, 06:19 AM
Yes,
DBgrid has the .text and .value property that returns the content of a cell (.text is what you see and .value is the -non formatted- value ). The trick is to get the correct reference to the right cell.
With .row and .col you can determine get the current cell position and, if i'm not mistaken: rows(index) and columns(index) specifies a particular cell