That's easy

On your FormRun-object you create a method like this (realVar is a form variable from Classdeclaration):

Public void realInit(Real   _real)
  realVar = _real;

When you call your second form make sure that your Formrun is passed as the Caller.

In your second form you can then use this:

element.args().caller().realInit(1.3);

to set the value to f.x. 1.3.

The passing of Formrun as the caller is also an issue, but it depends on how you call your second form.

If you need help with that write back.


best regards Thomas Poulsen

--- In [EMAIL PROTECTED], "eva_aksnes" <[EMAIL PROTECTED]> wrote:

What is this method for? Can I use it to set an int value on the FormRun-object from another Form?
Or do you have another suggestion to how I can set an int (or string) - value on a FormRun from another Form, when FormRun is caller?


eva_aksnes



Yahoo! Groups Sponsor ADVERTISEMENT
click here


Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

Reply via email to