mikser
3rd August 2009, 08:29
Hi all,

I want to call session ttpmc2204s000 from script, for example


zoom.to$("ttpmc2204s000", Z.SESSION, "ynadm0111m000", "error", 0)

Can I start it with the filled fields g.csol.f and g.csol.t?

Thanks

george7a
3rd August 2009, 08:32
Hi,

Try to export (http://www.baanboard.com/programmers_manual_baanerp_help_functions_variables_interprocess_transfer_export) those fields with the right values before you call the session.

- George

mikser
4th August 2009, 08:14
How to know in what variable to export value?

I have tried g.csol.t and g.csol.f, without results

george7a
4th August 2009, 08:34
The export solution worked for me when I was zooming to a multi-occ display session.

Maybe if you tried to play with the "defaults table" ttadv990, and change some values there for this session, it might work.

mikser
4th August 2009, 11:51
Good idea, thanks :)

I will try