Changing select criteria in a POPUP (OpenInsight Specific)
At 11 MAY 1998 05:50:46PM Steve C. wrote:
In order to change the select criteria in a popup,
Rather than using the POPUP function, can I:
1. create a popup thru UI Workspace.
2. Save a new select criteria thru a Click event script to
field 8 of the popup record in SYSREPOSPOPUPS and then runa quickevent for the popup?.
This would be much easier than using the function.
Thanks…Steve C.
At 11 MAY 1998 10:29PM Dave Pociu wrote:
Yes.
Or you can use the following:
data='
data=SELECT…."
result=popup( @window , data , "YOUR_POPUP_NAME") ;** ←- this calls your popup and replaces field 8 "on the fly".