65 pts.
 How can I display excel and word documents as AS/400 views
Excel and word documents that reside on our server need to be displayed as AS/400 views/screen displays. How can this be done?

Software/Hardware used:
ASKED: October 22, 2007  5:41 PM
UPDATED: November 27, 2007  1:33 AM

Answer Wiki:
My first thought would be ftp (file transfer protocal), It can be incorporated into a application to make it more user friendly. Jack
Last Wiki Answer Submitted:  October 23, 2007  4:25 pm  by  Walter47   120 pts.
All Answer Wiki Contributors:  Walter47   120 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

If your workstation supports it, you can launch the application from the green screen with the following commands. Additional programming can make it more user friendly.

STRPCO PCTA(*NO)

STRPCCMD PCCMD(‘start excel.exe “C:Dcoument pathname” ‘) PAUSE(*NO)

 85 pts.

 

Hi there Billy/

I did like your answer with :
STRPCO PCTA(*NO)

STRPCCMD PCCMD(’start excel.exe “C:Dcoument pathname” ‘) PAUSE(*NO)

Do you know where I can find out more PC commands to use ?

 0 pts.

 

Don’t know of any command listings but all you have to figure out is the application exe to launch it and then provide a path to the corresponding document.

 85 pts.