sachinbaan
22nd April 2014, 09:43
Hi,

I am having session with form command, which open a standard session, i want to filter data of that standard command ,

1. i can not use import/export as opening session is standard.
2. i can not use query.extend.where/query.extension as its standard session.

thanks & Regard,

Sachin

bhushanchanda
22nd April 2014, 10:24
Hi,

You can use Session Wrapper's and put your code in that.

JaapJD
22nd April 2014, 12:38
You can use function query.extend.where.in.zoom(), but only if the calling session is a custom one. The form command needs to be of type 'function' and in the function you need to call query.extend.where.in.zoom() just before the start.session() of the standard session.