bumbaermail
25th September 2008, 12:53
Hello,
How to get the functionality "query.extend.where.in.zoom" in BaaN IV
Bumba
zardoz
25th September 2008, 13:22
zoom.from.all:
on.entry:
query.extension = <YOUR CONDITION>
bumbaermail
25th September 2008, 13:45
Hello,
I have entered the following code.
zoom.from.all:
on.entry:
query.extension = "tccom010.cpls = " & chr$(34) & cpls & chr$(34).
It is not working.
I have executed the script in "Debug" mode. But it is not passing throught those lines
Thanks
Bumba
zardoz
25th September 2008, 14:20
In the zoom.to$ from the other session you have to pass a keyword in the 3RD parameter "zoomname" otherwise in the called session all zoom.from.X sections will be bypassed.
bumbaermail
25th September 2008, 14:41
Hello,
I am not using zoom.to$() command. I have just attached the session in form field properties. Should I go for attr.zoomsession$... instead of doing that?
Bumba
Hitesh Shah
25th September 2008, 18:38
Dont think "query.extend.where.in.zoom" exists in BaaN IV. U need to create ur own zoom session to filter such records from tccom010 .