powerbuilder: link a drop down datawindow with its parent window

Posted by Archangel on Stack Overflow See other posts from Stack Overflow or by Archangel
Published on 2010-06-16T12:38:24Z Indexed on 2010/06/16 12:42 UTC
Read the original article Hit count: 236

Filed under:

Hi, I have a datawindow(let its name be parent), in which I am displaying another datawindow(let us call it the child) as a drop down list. The parent takes two retrieval argument, named org_id and pccc_id. The child takes one retrieval argument named org_id, which should have the same value as the parent's org_id. Now I want to link these two retrieval arguments.

How can I do that ?

© Stack Overflow or respective owner

Related posts about powerbuilder