1. Launch Help
- Posted by gwalters Mar 24, 2014
- 1424 views
I am trying to launch AcroRd32 from EU to print a document and am having trouble. Sugguestions appreciated. Here is the code I am trying.
temp = shellExecuteEx("open", "C:/Program Files (x86)/Adobe/Reader 10.0/Reader/AcroRd32.exe " , "c:/AcuStaff/AcuData/ACEmanual.pdf", "", SW_SHOWNORMAL,0)
Which does not work.
2. Re: Launch Help
- Posted by DerekParnell (admin) Mar 24, 2014
- 1447 views
I am trying to launch AcroRd32 from EU to print a document and am having trouble. Sugguestions appreciated. Here is the code I am trying.
temp = shellExecuteEx("open", "C:/Program Files (x86)/Adobe/Reader 10.0/Reader/AcroRd32.exe " , "c:/AcuStaff/AcuData/ACEmanual.pdf", "", SW_SHOWNORMAL,0)
Which does not work.
Could it be the SPACE character in between AcroRd32.exe and the DOUBLE-QUOTE character?
3. Re: Launch Help
- Posted by ChrisB (moderator) Mar 25, 2014
- 1362 views
Hi
See
http://openeuphoria.org/forum/122976.wc#122976
Chris
Edit - I see thats ShellExecuteEx - but the build_command_lines functions should help.
4. Re: Launch Help
- Posted by gwalters Mar 25, 2014
- 1331 views
thanks for offering help but I found my problem.
5. Re: Launch Help
- Posted by ChrisB (moderator) Mar 25, 2014
- 1272 views
thanks for offering help but I found my problem.
Hi
It's rude not to share
Chris
6. Re: Launch Help
- Posted by ChrisB (moderator) Mar 25, 2014
- 1279 views
thanks for offering help but I found my problem.
Hi
It's rude not to share
Chris