Hello,
I have a customized form for a report. I have two fields to enter a part and lot and click a button to retrieve dynamic query results from Part Tran history for MFG-STK parts - results show in an unbound ultragrid.
I now want to use
Private Sub ugdEpiCustom1_AfterRowActivate(ByVal Sender As Object, ByVal Args As System.EventArgs) Handles ugdEpiCustom1.AfterRowActivate
and whatever additional code is required to copy the ONE selected row to another ultragrid that displays some of the columns for the ReportParam. This grid is named ugdEpiCustom2 and bound to ReportParam.
I have found some pieces searching both this group and online, but I cannot get it to work...Any help is greatly appreciated!
Thanks in advance,
Karen
I have a customized form for a report. I have two fields to enter a part and lot and click a button to retrieve dynamic query results from Part Tran history for MFG-STK parts - results show in an unbound ultragrid.
I now want to use
Private Sub ugdEpiCustom1_AfterRowActivate(ByVal Sender As Object, ByVal Args As System.EventArgs) Handles ugdEpiCustom1.AfterRowActivate
and whatever additional code is required to copy the ONE selected row to another ultragrid that displays some of the columns for the ReportParam. This grid is named ugdEpiCustom2 and bound to ReportParam.
I have found some pieces searching both this group and online, but I cannot get it to work...Any help is greatly appreciated!
Thanks in advance,
Karen