|
-
Apr 5th, 2000, 07:08 AM
#1
Thread Starter
New Member
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.
-
Apr 6th, 2000, 06:19 AM
#2
Addicted Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|