Question

  Asked: Jun 25 2008   3:33 PM GMT
  Asked by: Lyd


Viewing PDF's from the AS/400


PDF, AS/400

Is there a way to view PDF's from the AS/400 or green screen? We already have PDF's converted, but need a way to say..press an F-key in an inquiry program and have it "spawn" a window containing the matching pdf for the data.

Thanks in advance!

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0




Hi,

If you're using Client Access, you should be able to use the PC Organiser to open a window with your PDF. Assuming your .PDF is on a drive J: (mapped to your IFS or shared folder) you could do something like this :-

STRPCCMD PCCMD('J:\Yourfile.pdf')

That should use the default .PDF viewer to open the file.

Regards,

Martin Gilbert.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Microsoft Windows and AS/400.

Looking for relevant Microsoft Windows Whitepapers? Visit the SearchEnterpriseDesktop.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Lyd  |   Jun 25 2008  4:34PM GMT

Thanks for the reponse..I tried to do just that…but in a DOS window, I got the following error message:

“C:\test.pdf is not recognized as an internal or external command, operable program or batch file.”

Any ideas as to what I am doing wrong?

 

Lyd  |   Jun 25 2008  5:05PM GMT

just figured it out…my file was named “test.pdf” instead of just “test”. Once I renamed it..it worked ike a charm. Thanks again!