rvp5679
11th November 2001, 05:13
Hi Friends,
This is regarding Session tirou2110m000.When we use special option in this form, "Zoom" is displayed after clicking it we get list of three sessions.
When I chekced form of this menu, in Choice field only zoom to menu was defined without menu name.Thus from GUI it is not possible to find which menu we are zooming to.
When I run same session from ASCII,after selecting choice, menu name mtirou0003s0001 is shown.
What must be the reason for this ?

Thanx and regards,
Rahul.

Juergen
12th November 2001, 12:09
Hi,

All choice zoom menus are activated from the program script.

...
...
if tirpt000.irpt = tcyesno.yes then
ret.value = zoom.to$("mtirou0003s0001",z.menu,"choice","",0)
choice.again()
else
ret.value = zoom.to$("mtirou0002s0001",z.menu,"choice","",0)
choice.again()
endif
...
...
Regards,
Juergen