ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

How to Open a URL in RPG or Cl

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to Open a URL in RPG or Cl

    Hi All,

    How to open a URL in RPG or CL using a Chrome Browser or Internet Explorer with Page as www.Wikipedia.com and your search result .

    All Inputs are welcomed .


    Thanks ,

    Dx


  • #2
    Re: How to Open a URL in RPG or Cl

    Hi Dx:
    This is one way using cl:
    Code:
    strpco
    STRPCCMD PCCMD('START [URL]http://www.code400.com'[/URL])
    Best of Luck
    GLS
    The problem with quotes on the internet is that it is hard to verify their authenticity.....Abraham Lincoln

    Comment


    • #3
      Re: How to Open a URL in RPG or Cl

      I would just use Explorer, well not really I like chrome much better.

      Happy weekend everyone!

      Jamie
      All my answers were extracted from the "Big Dummy's Guide to the As400"
      and I take no responsibility for any of them.

      www.code400.com

      Comment


      • #4
        Re: How to Open a URL in RPG or Cl

        Thanks ...
        It Worked

        Comment

        Working...
        X