fmartinezber
13th June 2003, 16:32
Hi.

How can I call to a session from a main session in the "form commands" and in that subsession in modal?, I can't find any option.

The subsession is a "Modal window with menu" like:

NPRao
13th June 2003, 20:44
Curri,

Alternatively, you can use a "function" call in a form command and in the script use the tools function - start.session() (http://www.baanboard.com/programmers_manual_baanerp_help_functions_starting_and_stopping_programs_start_session) with different modes based on the requirement.

fmartinezber
17th June 2003, 17:11
Ok, I've done, and it's running, but then:

What's the difference between:

- Modal window with menu
- Modeless window with menu ?

I think I have to use functions instead form commands (Activate a session).

Thanks.