pjohns
3rd May 2002, 11:10
In session tdsls4531m000, form 5, I have created a button that will zoom to session tdsls9546m000. I cannot get my zoom to work correctly if I select a record in tdsls4531m000 and press the zoom button I would like the same record to show when I go into tdsls9546m000.
I have entered the following into the tdsls4531 script: -
choice.user.0:
on.choice:
zoom.awb = tdsls946.awb
zoom.to$("tdsls9546m000", z.session, "tdsls4531m000", "", 0)
When I compile I see the following warning:-
ptdsls45310(239) Warning (3): Return value for function 'zoom.to.menu' ignored
Is this because I need Baan source to make this function work?
Thanks
PJ
(Novice Developer)
:confused:
I have entered the following into the tdsls4531 script: -
choice.user.0:
on.choice:
zoom.awb = tdsls946.awb
zoom.to$("tdsls9546m000", z.session, "tdsls4531m000", "", 0)
When I compile I see the following warning:-
ptdsls45310(239) Warning (3): Return value for function 'zoom.to.menu' ignored
Is this because I need Baan source to make this function work?
Thanks
PJ
(Novice Developer)
:confused: