I will be attending a training session in room 2B.  If you require assistance, please 
page me.

Thanks,



>>> u2-users 04/02/04 09:44 >>>

Does anyone have an example of how to do this if the terminal emulator
is QPC Software, QVT/Term?

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Michael Polak
Sent: Thursday, April 01, 2004 8:17 AM
To: U2 Users Discussion List
Subject: RE: How to launch remote browser from UniVerse server?


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


It depends on what you use for a terminal emulator.

For Accuterm you need to place something like the following in a Basic
program to open IE:

PRINT CHAR(27):CHAR(2):"<":"iexplore":CHAR(13):

There are numerous ways to get reports to display in the browser. One
easy
way to start testing is to set up a file that can be accessible by both
U2
and mapped to the user's PC. For example create a U2 file called "TEMP"
that
is pointing to a location that can be mapped to by the user PC.  Map
that
location to the S:\temp directory. Write your U2 report to the TEMP file
with a record name of FILE.NAME.  Then un the command:

PRINT CHAR(27):CHAR(2):"<":"iexplore S:\temp\":FILE.NAME:CHAR(13):

This will load IE with the written data.

Once your comfortable with this, you can explore tools like txt2html,
txt2pdf, and the U2 print spooler.  With these tools you can have a
print
queue automagically translate a print job into html or pdf and write
them
out to a file directory.

mike

- -----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of LeRoi Keiller
Sent: Wednesday, March 31, 2004 10:40 PM
To: [EMAIL PROTECTED]
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
-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0

iQA/AwUBQGwkcLAst3KQK8kYEQKDogCg0bzg1ozWLQNeh2dYnXbY2fm6kUEAoOFm
QDZOX7Cy0/cJqFR+ACkGAPla
=oYUN
-----END PGP SIGNATURE-----

-- 
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

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

Reply via email to