Detail part of the screen is not displaying

197 Views Asked by At

In powerbuilder, there are 2 data windows for one screen.Header part is simple datawindow and the detail part is a multi row data window.Both the data windows are displaying in powerbuilder application window.But in runtime environment(exe), the header of that screen is displaying but detail of that screen is not displaying(multi row data window).could someone suggest to resolve this problem?

1

There are 1 best solutions below

1
On

The idea is read the id from master dw and do a retrive.

It could look like :

dw_detail.retrieve(myIdFromMasterDw)