PDA

Click to See Complete Forum and Search --> : Populating records from a required column of DataGrid's Control


syp123@hotmail.com
Oct 7th, 1999, 04:44 PM
I want to use Datagrid1_Button click event to poppup records from another table in master -detail form.

TonyJJ
Oct 8th, 1999, 10:49 AM
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