Hi,
I am using Master Detail grid. I have a column in the detail grid that is a foreign key to the primary key of the master grid.
eg. i have id in banks table. & banks_id in the accounts table.
Now I need to add a record in the detail table of accounts ( master grid conatins banks). But to add a record uder the currently selected bank I need to retrieve the current selected bank's id as I have to insert the row with the id of the bank selected in column banks_id.
How to get the id bank(master) selected in details grid(detail).
Pls help. Thanks.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top