|
Hi Connie, Connie Dando wrote: > Is there any possible way that I am able to open an image within RPG.? > > The images are all stored on a shared file on a server, I > want for the image reference number to be validated on an > input screen, and then once it is validated go to this file > and display the image from this shared file? > If the filetype of the image is a known format on the pc (like *.jpg or somthing) then you could use the STRPCO function that communicates with the user's Client Access session. It is CL, but you can easily wrap it into your RPG program. For example: /* start PCO on remote host and monitor if already active */ STRPCO MONMSG MSGID(IWS4010) /* open document in remote session */ STRPCCMD PCCMD('\\yourserver\share\document.extension') PAUSE(*NO) Best regards, Arco Simonse DISCLAIMER: This message contains information that may be privileged or confidential and is the property of the sender. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy,disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. This footnote also confirms that this email message has been swept for the presence of computer viruses
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.