GrishinEV
24th July 2012, 10:36
Hello All,
from my customisation session i run standard session for example tisfc0501m000,

grouped.orders.id = start.synchronized.child("tisfc0501m000",
"tisfc350.grid", "tisfc350.grid")

but i would like to run it with filter,
is it possible for standart session? and how to do this?

and may be second question, how to change the standart view of window when i run it from customisacion session?

Thanks!

zardoz
24th July 2012, 15:06
In LN you can use query.extend.*.in.zoom() functions to filter data in the called session, usually you can set in the selection.filters section of the field, but I'm not sure it exists in version 6.1; if isn't available, you have to change the called session.
For the view in the called session, no way: you have to change something in the script of this session, you cannot do it in the script of the calling session.

GrishinEV
25th July 2012, 13:02
In LN you can use query.extend.*.in.zoom() functions to filter data in the called session, usually you can set in the selection.filters section of the field, but I'm not sure it exists in version 6.1;
unfortunately i use calling from menu "specific" and i cannot to use query.extend.*.in.zoom() function.
may be you have another idea?

zardoz
25th July 2012, 14:24
Move to LN ;)
Sorry, just joking but I think you haven't way to do this without changing the called session... because this command is the only command you can use from a calling session without change the called.