Data Access Pages Datagrid Transfer

A

Andy

Hello ,

I have ModalDialogBox window which contains a datagrid of records (approx
500 records) , i need to transfer a row of record back to the main window
using the window.returnValue method . But when i click on any 1 row onthe
datagrid, the textbox on the main window shows 'undefined' as the value
because it doesnt recognize the record source from the ModalDialogBox window.

How can i propogate tht particualar row from ModalDialog to Main window in
DAP?

Waiting for someone to reply.

Andy
 
Top