bklunder
4th June 2002, 17:59
Hello,

We are running Baan IVc4 on Windows NT 4.0

Has anybody successfully used the app_start command on NT?
I have been playing with this for a bit of time now and have had no luck getting it to work.

Does this script need to be of a particular type (With M. Table, Without M. Table or Without Stnd. Prgr.)?

Or do I need to include a particular DLL?

I know the functionality should work because it works in DEM, Baan does launch Notepad.exe for text fields and my editor of choice launches when I edit/create/view a program script.

Thanks in advance.

~Vamsi
4th June 2002, 18:07
You need to link a library "ottdllbw". This is done like this:
#pragma used dll ottdllbw

Do a search for app_start to get a bunch of links which use this function.

bklunder
4th June 2002, 18:40
Thank you for the quick response Vamsi,

That worked great.