mig28mx
4th April 2009, 02:19
Hello All,
I need to develop a session that calls a program, let say microsoft word, and display a specific document.
Anybody have done something similar?
What is the general guidelines?
Thank you in advance.
bdittmar
4th April 2009, 18:21
Hello All,
I need to develop a session that calls a program, let say microsoft word, and display a specific document.
Anybody have done something similar?
What is the general guidelines?
Thank you in advance.
Hello,
have a look at
http://www.baanboard.com/baanboard/showthread.php?t=26235
Regards
george7a
6th April 2009, 09:25
Hi,
You can use the app_start function() (http://www.baanboard.com/programmers_manual_baanerp_help_functions_client_file_access_app_start) with your document path. For example:
| you should define the ottdllbw DLL first like this:
#pragma used dll ottdllbw
| Then you can activate the function
app_start("c:\1.doc","c:\","","","")I hope it helps,
- George