kumarabinash
9th November 2005, 14:14
Hi, all
can we run external applications like internet exporer and pdf or msword with specific arguments from BaaN ?
i wanted to open internet explorer/any browser with a specific URL.which can be passed as an argument with the application start command.
i tried
seq1 = exec_dll_function("ottdllbw", "app_start", ret6,"D:\utilities\firefox\firefox.exe", "", "", "", "", "")
this opens the application
or
tgwms0004.start.application("D:\utilities\firefox\firefox.exe","",1,rp_wait)
these commands start application ,but with default URL.
if possible do guide me on how to pass specific URL with these commands..
thanks in advance.
can we run external applications like internet exporer and pdf or msword with specific arguments from BaaN ?
i wanted to open internet explorer/any browser with a specific URL.which can be passed as an argument with the application start command.
i tried
seq1 = exec_dll_function("ottdllbw", "app_start", ret6,"D:\utilities\firefox\firefox.exe", "", "", "", "", "")
this opens the application
or
tgwms0004.start.application("D:\utilities\firefox\firefox.exe","",1,rp_wait)
these commands start application ,but with default URL.
if possible do guide me on how to pass specific URL with these commands..
thanks in advance.