mayank9060
15th February 2014, 06:23
Any one give me example of import & export command in detail.
when it use in? where it use?

pegaga1979
17th February 2014, 03:18
You can use Exchange or SQL Query.

bhushanchanda
17th February 2014, 07:06
Hi,

import() and export() functions can be used when you want to import or export a variable/table field from a session to some other session.

So, you can import a variable/table field of Parent Session to Child Session or Export variable/table field of Child to Parent Session.


E.g. If Session A calls Session B using say a specific menu button, you can add these lines in Session B to get variables of session A.

before.program:

import("variable name in parent session", target.variable)

Refer similar threads:-

Thread 1 (http://www.baanboard.com/baanboard/showthread.php?p=62948)

Thread 2 (http://www.baanboard.com/baanboard/showthread.php?t=64177)