Hello.
I have a Form1 with several controls and MenuItemButton.
As a datasource on Form1 I have Table1 which stores only one record.
As a MenuItemType on button I have "Action" and as a MenuItemName "ProdReportFinishedAction" which uses "ProdMultiReportFinished" class as an object.
What I want to do is to pass the record to the ProdParmReportFinished form using the MenuItemButton.
Please guide me how to do that.
Thanks.
*This post is locked for comments