hejingsong
19th April 2005, 07:07
I have made a customised session and in that I want to zoom the the session whinr1542m000(Inventory by item ,warehouse,location,lot) to get inventory date. When it zooms i want the session to go to a particular item ,warehouse,location and lot, so that there is no need for the use to find the particular one.Thank you !

mostrightfuture
19th April 2005, 09:24
HI,

You can check "query.extend.where" for zoom session. This will filter your records based on the condition in the zoom session.

Good luck.

Debdas Banerjee
19th April 2005, 09:50
Hi,

U can do other two way

1. before Zoop u export the variable and in Zoom session u import the variable . so u will get ur desire item.


2. before zoom u can do

present Variable = table.field name [ table = from which table u want
date ]
Here u have to give all variable which is exits in table index field

Exemple : suppose u want to pick suno field from table tdsls045

Before.Zoom :
morno = tdsls045.orno
mpono = tdsls045.pono
msrnb = tdsls045.srnb
now u can zoom to the session

hejingsong
19th April 2005, 11:01
hi
tks for you fast reply.but inventory by item,warehouse,location,lot session is standard session.i can not modify anything.so import function does not work for me.

Debdas Banerjee
19th April 2005, 11:13
Hi

then try for secong option , i hope it will work


Regards

mark_h
19th April 2005, 14:36
Is there a "s" version(or subsession) for whinr1542m000? Usually the option 2 that deb mentioned works with the sub-session version of the mainsession. Just something to think about.