simona
27th June 2008, 17:03
Hello,

I have the following script,

stpapi.put.field("X", "opt", str$(3))
stpapi.put.field("X", "item.d", rebut)
stpapi.continue.process("X", err.msg)

Normaly, the called session X, after input opt execute to.form(3). In form 3, I have to put item.d, but my item.d is empty. To.form() cancel my values from parent session. And my err.msg is "Empty item!"

I tryed in X script, in init.form.3: get.var(parent, "rebut", item.d), but item.d is still empty.

Any idea for solving this??

thanks a looot :)

simona

simona
27th June 2008, 18:21
get.var(parent, "rebut", item.d) it's perfect.
In the parent process, rebut was not external variable :p