Results 1 to 2 of 2

Thread: DBGrid verification...

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    7
    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.

  2. #2
    Addicted Member pardede's Avatar
    Join Date
    Jan 2000
    Posts
    232
    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
  •  



Click Here to Expand Forum to Full Width