binoy000
27th July 2010, 13:15
Is there any way Zoom to a Session and fetch more than one fields from the zoomed session?

Both are Customized Sessions
Zoom from a Maintain Session to a Display session and fetch multiple values in to the Maintain Session.

I tried after.zoom option not getting other than the direct return field data.

This is what I tried

field.znacp105.bank
after.zoom:
znacp105.btno = tfcmg110.btno
znacp105.ttyp = tfcmg110.tdoc
znacp105.ttyp = tfcmg110.tdoc

mark_h
27th July 2010, 15:27
Use the export and import commands.

NPRao
27th July 2010, 20:46
Binoy,

Please use search options on the board for the already discussed topics -

Returning multiple values from zoom session (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=8394&highlight=zoom)

Equivalent of Auto zoom in Baan 5 (http://www.baanboard.com/baanboard/showthread.php?t=15204&highlight=zoom)

binoy000
16th August 2010, 14:47
NPRao ,
start.session works.
I could get the index fields.

Thanks