how to pass value from one form to the next form

Hello, how do i pass value from one form to next form and how to use the passed value in the next form?

Re: how to pass value from one form to the next form

hello any help?

Re: how to pass value from one form to the next form

Hi,

Use global variable with [ ] . Example: [var_1]
Then U can access “Application>>Global Variables” and set if var_1 will be IN or OUT variable and if will be GET, POST or/and SESSION.

V?tor

Re: how to pass value from one form to the next form

I am so exited about this sophisticated grammatical style. Even the documentation drives me insane!!!
Such bad translations and support can’t succeed outside brazil. Bad Luck, it’s a good Programm, but not documentated as we can expect for a commercial software!

Re: how to pass value from one form to the next form

I have to agree on this one. The docs are very limited in detail, contain mostly syntax and not example calls.

Hopefully the new version will correct this.

As a developer, I sometimes dread creating help files due to the detail involved, but as a user I see the importance of good documentation.
It also helps on the amount of times users have to contact support over simple/basic problems when a detailed help file could solve this problem. Example calls are needed just as much as syntax.

As for the ‘grammer style’, most of what is provided are macros, or shorthand, to help you out.

‘{myvar}’ is the same as ‘this->my_var’ or [global_var] is the same as $_SESSION[‘global_var’]. They are just trying to cut down on your typing and my hands appreciate that. Feel free to type in the PHP code instead of the macro. You will see the output file(s) will produce the same code.

Regards,
Scott.