Guest_imported
New member
- Jan 1, 1970
- 0
I'm assigned with a task of building an application in PB.
Can anybody suggest me how to create a master detail form in PB. I have d2k background.
I have an Order Header and an Order Details. Got a Datawindow for this Order Details table. How do i logically associate this datawindow with the master table fields? Like
when the Order Header records are scrolled the relative details should be populated in the detail datawindow.
And also, on which event can i call the insertrow() function when the user wants to add a new row in the detail datawindow? Is there any other workaround for this?
Thanks in advance.
Can anybody suggest me how to create a master detail form in PB. I have d2k background.
I have an Order Header and an Order Details. Got a Datawindow for this Order Details table. How do i logically associate this datawindow with the master table fields? Like
when the Order Header records are scrolled the relative details should be populated in the detail datawindow.
And also, on which event can i call the insertrow() function when the user wants to add a new row in the detail datawindow? Is there any other workaround for this?
Thanks in advance.