Results 1 to 3 of 3

Thread: Datagrid Control

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Lost in the Mojave Desert
    Posts
    82
    anyone know how to retrieve a specific vale from a cell using the mouse down event haveing problems with useing col property with bookmark property not acting appropriatly
    Don't go away mad, just go away.

    Bam-Bam

  2. #2
    Lively Member
    Join Date
    Aug 2000
    Location
    Texas
    Posts
    88
    If you can show your code, it will be good to understand what is your problem. However, if you want to retrive the data from the specific cell, you can refer directly to the grid properties.

    For example:
    Code:
    Text1.Text = DBGrid.Col
    Text2.Text = DBGrid.Row
    Text3.Text = DBGrid.Text

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Lost in the Mojave Desert
    Posts
    82
    sAddress = DataGrid1.Columns(0).CellValue(DataGrid1.Bookmark)
    here is what i have so far but really doesnt work that well any ideas?
    Don't go away mad, just go away.

    Bam-Bam

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