I have a screen that passess a datawindow to another screen.
The dw has 2 retrieval arguments (min and max).
On the 2nd screen I would like to reference the value of these retrieval arguments.
text_ctrl.text = 'All records with value between [arg_min] and [arg_max]'
Is there a way to get at the argument parameters of a DW to read their values?
I appreciate any suggestions, etc.
P.S. I apologize if this is a stupid question. It has been a while since I have worked with PB.
Thanks
The dw has 2 retrieval arguments (min and max).
On the 2nd screen I would like to reference the value of these retrieval arguments.
text_ctrl.text = 'All records with value between [arg_min] and [arg_max]'
Is there a way to get at the argument parameters of a DW to read their values?
I appreciate any suggestions, etc.
P.S. I apologize if this is a stupid question. It has been a while since I have worked with PB.
Thanks