Results 1 to 2 of 2

Thread: Selecting a record by DataGrid?

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    9

    Question

    Is there a way to code the DataGrid so that clicking or double-clicking on a record in a DataGrid would cause the clicked record to become the (selected? bookmarked? forgot the term) record in the recordset?

    My problem is that I cannot find a way to interact with the DataGrid records in a way that I can pull any specific records or parts of records for use.

    Any help would be appreciated

    Thank you

  2. #2
    Addicted Member P.S.W.'s Avatar
    Join Date
    Aug 2000
    Posts
    146
    If you hook up the DataGrid to a Data Control that holds your recordset, then select a marquee style like "Highlight Row" and select a displayed row in the DataGrid, it *should* become the current record of the Data Control. No extra coding is necessary, as far as I know.

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