|
The problem with this is you can only pass one parm to the URL. If youuse
& for the second parm, it will get truncated.
HTH,
Craig
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Booth Martin
Sent: Friday, May 18, 2007 9:54 AM
To: RPG programming on the AS400 / iSeries
Subject: Re: Calling a URL from RPG
See if this gets you started:
D wCommand s 1024
D wCmdString s 1024 varying
D QCMDEXC PR ExtPgm('QCMDEXC')
D 1024 const
D 15 5 const
* Start PC Organizer if not started.
C eval wCmdString = 'STRPCO PCTA(*NO)'
C callp(e) QCmdExc(wCmdString:
C %len(%trim(wCmdString)) )
C eval wCommand =
C 'start http://www.url.com'
C eval wCmdString = 'strpccmd pccmd('''
C + %trim(wCommand)
C + ''') pause(*NO)'
C callp QCmdExc(wCmdString:
C %len(%trim(wCmdString)) )
Accardo Teresa wrote:
I need some help getting started with a project where I need to call a
URL via a function key on the AS/400 using an RPG program. Is there an
API that would do this? Or would STRPCCMD be better suited to this type
of functionality?
Thanks,
Terri Accardo
Sr. Business Application Developer
NJR Service Corp.
1415 Wyckoff Rd.
Wall, NJ 07719
(732) 919-8242
Fax: (732) 919-1784
taccardo@xxxxxxxxxxxxxxx
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.