dharmsan
4th July 2011, 15:55
Hi all,

I want to know about START.DLL.UI() function in BAAN 5C, is that function is of standard library function or user defined function.

Currently I am supporting a BAAN 5 System and this function is used so many times in scripts.

Below is some examples:-

START.DLL.UI(generate.orders.for.non.existing.stock.points,
IFERRABT, "whinhs5201")

START.DLL.UI(generate.orders.for.non.existing.stock.points,
IFERSTP, "whinhs5201")


generate.orders.for.non.existing.stock.points()
The above function is a user defined function.




Please Help me in this issue


Regards,
Dharmsan
dharmsan1983@gmail.com

JaapJD
4th July 2011, 18:12
It is a #define that is define in function tcmcs2000.

dharmsan
5th July 2011, 09:36
Thaks so much!

But I am unable to search this function tcmcs2000 in BAAN,can you tell me where I can found this file.

And i also want to know whether this include "itcmcs2000" is a header file/function or a DLL file.


Regards,

Dharmsan

JaapJD
5th July 2011, 10:03
You can find it in session ttadv2560m000.

dharmsan
5th July 2011, 10:26
ohh thanks,,

I found in functions in app development.