VishalMistry
22nd January 2016, 11:44
Hi all,

I have added delivery address code to session tccom2510m000 and added zoom session tccom1502s000 (which displays delivery addresses of selected customer).

But, after specifying customer (C290), when i am zooming to standard session tccom1502s000, it displays blank where as id should display delivery addresses as given in the attachment.

Or is there any way to add a small button besides hold.client.file field ?

Can anybody guide how to achieve this ?

I would appreciate if anybody can help in this regard early.

Vishal

Ajesh
22nd January 2016, 13:15
Could you post the script of standard,if its possible?The Before.program section and the before.zoom section.

Also, has this standard session been included as Zoom Session elsewhere?

günther
22nd January 2016, 14:13
Do you have source code of tccom1502s000, too?
If yes, have a look at the zoom.from.all / on.entry section.
If no: At least on my system, tccom1502s000 has start option "first set". Maybe it helps, if you create a new session e.g. tccom1502s001 with start option "find data"?

Regards
Günther

VishalMistry
22nd January 2016, 14:18
Hi there,

we dont have source for standard script. is there any standard way to handle this ?

Vishal

VishalMistry
22nd January 2016, 14:37
Hi all,

I wrote following code in before.input of cuno and it worked:

field.cdel:
before.input:
tccom013.cuno = cuno

in my declaration section i have already declared table tccom013 and on the form of standard sesssion tccom1502s000 it is same field (tccom013.cuno)