hanslokhoff
25th March 2004, 20:27
Hi all,
I am writing a 3-GL script as a subsession (no form in this session).
The only thing I want this subsession to do, is to open a MENU and to pass zoom.item
It works so far, BUT:
The menu opens in ASCII !!
This is definitely NOT WANTED.
My code is this simple:
extern domain tcitem zoom.item
function main()
{
zoom.item = zoom.to$("mtdsls000090041", Z.MENU, prog.name$, "zoom.item", 0)
}
|* End of program.
Can anyone help me on the way to get the 3-GL script to open a menu in the BaaN-GUI?
Thanks !
Hans.
I am writing a 3-GL script as a subsession (no form in this session).
The only thing I want this subsession to do, is to open a MENU and to pass zoom.item
It works so far, BUT:
The menu opens in ASCII !!
This is definitely NOT WANTED.
My code is this simple:
extern domain tcitem zoom.item
function main()
{
zoom.item = zoom.to$("mtdsls000090041", Z.MENU, prog.name$, "zoom.item", 0)
}
|* End of program.
Can anyone help me on the way to get the 3-GL script to open a menu in the BaaN-GUI?
Thanks !
Hans.