jaycee99
8th April 2008, 12:25
Anyone here know how to take information from a certain tab to another tab? For example, "Internal Jobbing ..." tab wants to get some information from the "Outbound Lines" tab, whereby both of them having same information but just only maintain in "Outbound Lines" there only. Please have a look at the attachment.
jaycee99
8th April 2008, 12:48
The document attachment for reference.
dharam.dv
10th April 2008, 09:10
Hello,
I think you are working with LN so session which you have mentioned whwmd2100m100 this not a normal session this is a MMT(Multi Main Table) Session. if you get into MMT Session you will come to know that in the MMT Session these TABs are not normal tabs these all are Different Sessions. for importing data to sessions you can directly use Import().
Regards
Dharam
jaycee99
10th April 2008, 10:44
I tried to use import, but it's not working at all. Actually the coding where should i put? i put it in Session Program Script. Can u give me some example? or more explanation? thanks
dharam.dv
11th April 2008, 08:42
Hello,
Whenever we are working with MMT session so whatever fields are in the Header part of session are giving Form Fields(not table fields). whenever child session is invoking and saving data into that so in the child session we are putting those Key fields data(which are form fields in our session). we are directly setting values to them and inserting record in the child session.
Regards
Dharam