pass a parameter

his_airness

New Member
How can you pass a parameter to another window.

par example:

test1.w has :
define variable param as character.

I want to run the window test2.w and pass this variable.

What should i do in test1.w and test2.w
 
Have you looked at the documentation on the RUN statement and parameters? If test2.w is not already instantiated, just define it as having a parameter and include the parameter in the run statement. If test2.w has already been instantiated persistently, then run an IP in it to pass the value.
 
Back
Top