Group: Forum Members
Posts: 48,
Visits: 130
|
Hi all. Ok, I have a SF maint form with a Nav tool strip that I'm using to enter data for Inventory Header records and on the same form a grid to enter and display records for child records for Inventory Child. I have the relationships set up with the BO's and the BBS on the form, everything works great the grid saves records except when I come back into the form the grid data does not show up. Of course I need to call the code below but I'm not sure where to put it. It should be called during an edit not when the user is in add mode. So, can someone give me an idea here? How do I test for either AND where, in the Nav bar click event?
Me.InventoryDetailBO1.PopulateInventoryChildRecords(Me.txtInvHeaderID.Text)
Regards,
Robert
|