DDQING
19th September 2002, 06:41
script:
on.choice:
execute(zoom)
when run this session,press 'continue' button,then zooms directly to another session .i want to know where define this session direct to which session,such as to tdpur4410m000,but in script not show tdpur4410m000,can you help me?
zacharyg
19th September 2002, 08:46
Hi Ddqing,
You should refer the Baan Programmer's Reference under Predefined Variables for meaning of the following:
attr.zoomcode, attr.zoomreturn$, attr.zoomsession$
DDQING
19th September 2002, 09:43
all script in the session is below:
choice.cont.process:
on.choice:
execute(zoom)
no attr.zoomcode,attr.zoomreturn$ or attr.zoomsesision$ defined in session.and not zoom from field to another session in this session.press 'continue' in this session,then directly to another session.
evesely
19th September 2002, 15:45
If you look on the session's form, you should be able to view/edit the information about the choice field (marked as C, CC, or something similar). This contains the menu or session that can be zoomed to.
I hope this helps.
Armando_Rod2000
20th September 2002, 18:29
if you want to control the zoom then uses this
zoom.to$("YOUR_SESS", Z.SESSION, "", "", 0)
YOUR_SESS = Session. ( tdpur4401s000, ........)