JerryMaWang
2nd June 2011, 11:35
How to starts a session from a program script and get the variable value from the session that be started .
Thanks !
george7a
2nd June 2011, 11:49
Hi,
You can use the start.session function:
http://www.baanboard.com/programmers_manual_baanerp_help_functions_starting_and_stopping_programs_start_session
- George
Hitesh Shah
9th June 2011, 20:49
There are many ways and many links on this in this board . U may use zoom.to$ with return field indication or string return value of the zoom.to$ function itself .
JerryMaWang
13th June 2011, 05:38
I used zoom.to$ to start a new session and get the return value successfully.
Thanks for all of you !