halvorn
25th February 2002, 16:20
Hi,
Situation:
I want to zoom.to a display session showing some customers, not all, for example all customers in Norway.
Is this possible, or does sessions need to show all records in the table used as main table ?

Best regards Halvor

MariaC
25th February 2002, 16:36
That's quite possible, you'll probably have to do something like a query.extension to limit the subsession to a specific subset of data

mark_h
25th February 2002, 16:40
In one of my main sessions I set a variable which is imported into the sub-session. This is then used in the query.extension. So she is correct.


Mark

~Vamsi
25th February 2002, 18:15
In BaanERP, you can use query.extend.where.in.zoom() to set the query extension in the calling program itself.

popeye
25th February 2002, 19:46
or ... if ur display session is a type 3 then just assign the required
values to the view fields (table fields) before u call the zoom.to function.

Country NOR Norway

Customer ZIP
ABCD 09809
ERFT 90900
FGGGG i89898
FFFFF 343

halvorn
26th February 2002, 12:56
Thanks a lot !