× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Tommy,

As I recall, this is supported on some common emulators like mochasoft as
well.  

Eric DeLong
Sally Beauty Company
MIS-Project Manager (BSG)
940-297-2863 or ext. 1863



-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of Holden Tommy
Sent: Wednesday, October 26, 2005 9:08 AM
To: RPG programming on the AS400 / iSeries
Subject: RE: Opening Images in RPG


Just a side note...

STRPCO & STRPCCMD are only available to you if you are using IBM's
Client Access.  If you are using any other emulation package then you'll
have to use alternative commands such as RUNRMTCMD. 


Thanks,
Tommy Holden


-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Simonse, Arco (CMK)
Sent: Wednesday, October 26, 2005 8:30 AM
To: RPG programming on the AS400 / iSeries
Subject: RE: Opening Images in RPG

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


--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.



As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.