baldie
9th March 2007, 14:26
Hi,

Simple question,

try to use app_id=app_start("winword.exe","","","","")
but no success, during compiling get an error "unresolved reference to function "

Does this work under baan IVc4?

mark_h
9th March 2007, 14:33
Yes - it works under 4c4. You may need to include the path to winword to get it started.

HakanT
9th March 2007, 14:35
Hello,

It works for me in BaanIV c4.

Have you typed the following in the declaration section in your script:

#pragma used dll "ottdllbw"

If not, try it.

baldie
9th March 2007, 14:40
Thanks all for the fast reply. I forgot the reference to the ddl itself.

Thanx.

dcCalif
5th June 2007, 02:42
Worked Perfect. Thanks