Results 1 to 2 of 2

Thread: Populating records from a required column of DataGrid's Control

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 1999
    Location
    india
    Posts
    1

    Post

    I want to use Datagrid1_Button click event to poppup records from another table in master -detail form.

  2. #2
    New Member
    Join Date
    Sep 1999
    Location
    Tamborine, Queensland, Australia
    Posts
    6

    Post

    try using the .BoundText property
    after selecting the appropriate variables in the appropriate column with the following code

    msfg_Search.Col = 0
    vi_MembCode = msfg_Search.Text
    msfg_Search.Col = 1
    vs_CName = msfg_Search.Text
    msfg_Search.Col = 2
    vs_SName = msfg_Search.Text

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