I have an application where I need a 3-deep parent child table structure (Header - Detail - Sub-Detail). I have the Header setup as UD02, and the Detail/Sub-Detail setup as UD100/UD100A.
Initially I want to modify the UD02 entry screen to have both UD100 & UD100A on it, so that I can populate/lookup everything in one place. Eventually, UD02 will be linked to the PartRev table, and I would like to add all 3 tables to the Part Maintenance Form.
For the UD02 form, I’ve got UD100 added as a child table, and I’ve got an UltraGrid to show/add/delete it’s records as I change the UD02 record. On the same screen, I have another UltraGrid that I want bound to UD100A, and have it show/add/delete as I select through the UD100 UltraGrid.
My issue is that UD100A is not in the binding list, and I don’t know how to add it there. When I try to add another child table, UD100 is listed but the “A” tables are not.
Also, I’ve managed to get the new drop down to have “UD100” added to it, but “UD02” is not in the list, how do I add that?
Paul