Creating browse form
hi
i'm trying to make browse form from main form
when user click browse button, a new form show,
then user can choose data from grid in the browse form,
when user click ok button in the browse form,
the value should be return to the main form and browse form unload using dispose()
the problem is
1.how to return value from inside the new created object (browse form) into the main form (the form that create browse form)
2.after form unload using dispose()
, the value become null
Thank
lee

