Carlos_de_Sa
14th August 2008, 14:33
Some instruction to hinder zoom, under “before.zoom” label? Example:

before.zoom:
if xpto = 1 then
attr. zoomsession$ = "xxxxxxxxxxxx”
attr.zoomreturn$ = “ppttt000.ffff”
else
if xpto = 2 then
attr. zoomsession$ = "yyyyyyyyyy”
attr.zoomreturn$ = “ppttt999.ffff”
else
|????? (hinds zoom, no session available in this case)
endif
endif

Thanks,
Carlos

george7a
14th August 2008, 14:49
Hi,

You can use the following:

attr.zoomcode=0
You will have to set it back to Z.SESSION if you want to zoom again.

I hope it helps,

- George

Carlos_de_Sa
14th August 2008, 16:18
Thanks George.