santosh
19th February 2004, 09:20
Hi
I have made a customised session and in that I want to zoom the the session tdpur4510m000(display purchase order lines). When it zooms i want the session to go to a particular purchase order, so that there is no need for the use to find the particular order.
for this i have used the code as below
field.tdvml991.poln:
before.zoom:
tdpur041.orno = tdvml991.****
where tdvml991.**** is field in my customised form.
But this doesnt work, ie the record is not positioned in the required order no. automatically.
I have also tried exporting the variable ie
field.tdvml991.poln:
before.zoom:
export("tdpur041.orno", tdvml991.****)
But this also does not work. Can any body help me.
Regards
I have made a customised session and in that I want to zoom the the session tdpur4510m000(display purchase order lines). When it zooms i want the session to go to a particular purchase order, so that there is no need for the use to find the particular order.
for this i have used the code as below
field.tdvml991.poln:
before.zoom:
tdpur041.orno = tdvml991.****
where tdvml991.**** is field in my customised form.
But this doesnt work, ie the record is not positioned in the required order no. automatically.
I have also tried exporting the variable ie
field.tdvml991.poln:
before.zoom:
export("tdpur041.orno", tdvml991.****)
But this also does not work. Can any body help me.
Regards