If running Wintegrate this databasic command works:

    CALL WIN.PCRUN("IEXPLORE.EXE", URL)

where URL could be any web address. I use it often to retrieve shipping from
UPS.com or hooking map sites to dispatching screens.

my 1 cent. can't help you on topic 2 unless you post the report as HTML to a
PC file and have the URL be the file reference.

In fact, here's a sub to hook to any cust maint.

001     SUBROUTINE MAP01(ADDR, ZIP)
002 ***
003 * TO INSTANTIATE THE BROWSER FOR INTERNET FOR THIS URL
004 * MAJ 121002
005 ***
006     CONVERT " " TO "+" IN ADDR
007     CONVERT " " TO "+" IN ZIP
008     PROG="C:\Program Files\Internet Explorer\IEXPLORE.EXE"
009
URL="http://maps.yahoo.com/py/maps.py?BFCat=&Pyt=Tmap&newFL=Use+Address
    +Below&addr=":ADDR:"&csz=":ZIP:"&Country=us&Get%A0Map=Get+Map"
010     CALL WIN.PCRUN(PROG, URL)
011     RETURN
012     END

I see that you are in AU so adjust the URL in this example for the
appropriate country. I just go to the yahoo map page with an address and
cut/paste that url into MV and fixup.

Happy April 1. It's still yesterday here.


----- Original Message -----
From: "LeRoi Keiller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 31, 2004 10:39 PM
Subject: How to launch remote browser from UniVerse server?


> Hi
>
> I have a client (customer) who wishes to launch users' desktop browsers
from
> a UniVerse server.
>
> 1/ How can this be done (actual instructions, if possible)
>   So far, UniObjects has been mentioned and DDE - but, any other ideas.
Or,
> what are the instructions to actually do this?
>
> 2/ Once the above is possible, how could a UniVerse report be displayed in
> the user's browser, for example?
>
> Thanks,
> LeRoi
> ___________________
> LeRoi Keiller
> Client Support - Technical
>
> UltraData - Vision to Reality
> Ph +61 3  9291 1700
> www.ultradata.com.au
>
>
>
> Disclaimer Notice
> This message contains privileged and confidential information intended
only
> for the use of the addressee named above.  If you are not the intended
> recipient of this message you are hereby notified that you must not
> disseminate, copy or take any action or place any reliance on it. If you
> have received this message in error please notify Ultradata immediately.
> Any views expressed in this message are those of the individual sender,
> except where the sender specifically states them to be the views of
> Ultradata Australia Pty. Ltd.
>
> --
> u2-users mailing list
> [EMAIL PROTECTED]
> http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to