ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

STRPCCMD leaving black 5250 screen

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

  • STRPCCMD leaving black 5250 screen

    All, this works just fine
    STRPCCMD PCCMD(&URL) PAUSE(*NO)

    Except when you call it from the 5250 screen and it opens up a browser the 5250 screen is black and waiting on you to click it before it will display the screen back to where you called the CL from.
    Anyone else having this issue?

    I thought the PAUSE(*no) takes care of this


    Thanks

  • #2
    I think it may have something to do with access 5.9 and 6.0. Seems 6.0 works but 5.9 does not. At least thats so far what I think

    Comment


    • #3
      If I run this it works from 5250 no black screen. using 6.0

      STRPCO
      STRPCCMD PCCMD('rundll32 url,FileProtocolHandler www.google.com')

      If you replace thee URL with a file name it will open the file in the browser. works either way.

      Comment

      Working...
      X