RE: [U2] NLS - To Display Non English Character at TCL level

2005-03-29 Thread David Robertshaw
IBM's terminal emulator wIntegrate version 6 supports Simplified Chinese and is 
certified as GB18030 compliant. (GB18030 is the mandatory standard for all new 
software sold in China.)

It is also localized with Simplified Chinese menus, dialogs and messages, and a 
Chinese user manual. When the standard wIntegrate 6 CD from IBM is loaded into 
a PC running Simplified Chinese Windows, it shows the menus and product 
installer in Chinese.

www.ibm.com/software/data/u2/wintegrate/

David Robertshaw

-Original Message-
From: Ang Suan Yong [mailto:[EMAIL PROTECTED]
Sent: 28 March 2005 03:45
To: U2-Users New Lists
Subject: [U2] NLS - To Display Non English Character at TCL level


Dear All,

Is anyone hv experience to display other language character on the
backend tcl level.


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.8.4 - Release Date: 27/03/2005
 

This message has been comprehensively scanned for viruses,
please visit http://virus.e2e-filter.com/ for details.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] wintegrate query builder question

2005-02-21 Thread David Robertshaw
Kevin, there are no issues in the versions you are using.

1. Has the import to Excel ever worked? If not you could try reinstalling the 
host programs and ensure the machine type matches your host. (UniVerse Ideal 
Flavor, Universe Pick Flavor, etc.)

2. Viewing in the Report Viewer also does an import. It creates a file locally 
and loads it into the grid. If that has a timeout then it could be the same 
root problem.

3. As someone else said, try different combinations of dict items. Does only 
one fail? Do any of them work?

4. Test the installation with a different file. On UniVerse you could try VOC 
with the supplied dict items F1 and F2.

David

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin 
Michaelsen
Sent: Friday, February 18, 2005 6:11 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] wintegrate query builder question

I'm an end user and I've developed some queries using Query builder. I 
been able to get the queries to the screen but I now I want them to be 
placed into an Excel spread sheet. When I select my output to go to the 
pc/process and select the program to be excel and I fire my query. I 
get a error window QueryImport to PC failed Invalid Fields. Any clues 
to why this is happening? Can anyone give me places an end user can 
check. I'd like to speak with some confidence before I bring it up with 
my overly strapped IT department. Any help would be appreciated.

Kevin
---

-- 
Internal Virus Database is out-of-date.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.8 - Release Date: 14/02/2005
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Unidebugger

2005-02-01 Thread David Robertshaw
The UniDebugger doesn't use locking when it reads/writes host Basic programs as 
this would not fit the home-grown check-in/out systems many people use.

In the wIntegrate Editor we added the ability to call a custom subroutine at 
the usual points which give 100% control, in the same way as the service 
subroutine which is optionally called by the Query Builder to filter what the 
users sees and does.

However today the UniDebugger does not support custom host subroutines.

-Original Message-
From: Gordon J Glorfield [mailto:[EMAIL PROTECTED] 
Sent: 31 January 2005 21:13
To: u2-users@listserver.u2ug.org
Subject: [U2] Unidebugger

Speaking of the Unidebugger and Sarbaines/Oxley, we are having some issues here 
with them.  Currently our green-screen editors are front-ended by a subroutine 
that checks a database to make sure you have the program checked out.  If you 
don't have it checked out the editors die with an error message alluding to a 
security violation.

Unidebugger does not honor the checked out status of programs in our library. 
 Is there a way to add this check to Unidebugger?


Gordon J. Glorfield
Sr. Applications Developer
MAMSI (A UnitedHealth Company)
301-360-8839

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.3 - Release Date: 31/01/2005
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Re: WinteGrate

2005-01-14 Thread David Robertshaw
Here's a summary of how this works in wIntegrate:

To run a specific PC program from a Basic program and pass it an argument, use:
  CALL WIN.PCRUN(iexplore, www.ups.com)
  CALL WIN.PCRUN(excel, myfile.xls)

To run a program from the file association in the registry, use:
  CALL WIN.PCRUN(www.ups.com, )
  CALL WIN.PCRUN(myfile.xls, )

To run a url displayed on the 80x24 character screen, for example www.ups.com, 
single-click on the url. This can be customised, see:
  * Setup Mouse, Key Definition for MouseLeft
  * Program Files\wIntegrate\WintSys\Script\Click.wis

wIntegrate can also display images in various formats including jpegs, either 
on the 80x24 screen (using WIN.IMAGE) or in a pop-up dialog (which would need 
some scripting).
 
David
Vistus Technologies

-Original Message-
From: Steve Kunzman [mailto:[EMAIL PROTECTED] 
Sent: 12 January 2005 20:19
To: u2-users@listserver.u2ug.org
Subject: [U2] Re: WinteGrate

I had saved this post for future reference. The future is here. I am trying to 
use WIN.PCRUN to launch internet explorer to retrieve UPS package tracking 
information.  Their web site has changed, so I tried to paste in the new URL, 
but it gives me a wIntegrate message, Unable to run specified program. This 
URL works if I type it in the browser. If I try to just launch the browser and 
view a jpeg, a simple URL (WWW.UPS.COM), or a text file, it works. Any ideas?

http://wwwapps.ups.com/WebTracking/processInputRequest?HTMLVersion=5.0l
oc=en_USRequester=UPSHometracknum=1Z9366900308642377AgreeToTermsAndCo
nditions=yestrack.x=22track.y=9

Thanks. Steve
Unidata/HP-UX

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Mark Johnson
Sent: Saturday, February 21, 2004 12:23 PM
To: U2 Users Discussion List
Subject: Re: WinteGrate

A simpler way would be:

PCFILE=C:\FOLDER\PICTURE.JPEG
CALL WIN.PCRUN(IEXPLORE, PCFILE)

It opens up a new window with the aforementioned picture.

You can also pass URL's that you fabricate to open up very useful windows.
Two that i use are:

www.maps.yahoo.com\address=123mainstreetzip=12345

and
www.ups.com/tracking/1Z12345678901234567

These are fictious urls, but you can visit both UPS/Fedex and/or Mapquest/Yahoo 
or any other map-like site and cut  paste the real URL and modify the variable 
portion. Brings green screen users a little closer to the nice feel of the 
windows world.

All of my UPS clients use the UPS concept and 3 of mine with 'truck' use the 
map concept.

my 3 cents.
- Original Message -
From: [EMAIL PROTECTED]
To: u2-users@oliver.com
Sent: Saturday, February 21, 2004 11:39 AM
Subject: Re: WinteGrate


 In a message dated 2/19/2004 5:51:51 AM Pacific Standard Time, 
 [EMAIL PROTECTED] writes:

   Question:  Using WinteGrate, running UniVerse 10, Unix - Is
there
  a way to display a 'jpeg' file in UniVerse ?
  We have trucking companies that send up 'proof of
  deliveries' in jpeg format. Our user base would love
  to be able to view them straight from UniVerse.
 
  As always, very appreciative for ideas/assistance
 
  Barry Rogen

 Barry store all the jpegs in a shared windows directory on your
network
 In Universe have your program tell Wintegrate to write the following
path
 into the clipboard blah blah blah (the path of the image in the
shared
Windows
 directory)
 Then in your Universe program tell Wintegrate to execute its script 
 showjpg.scr or something like that (you create this script in a
shared
location as
 well)
 The Wintegrate script merely launches whatever it finds in the
clipboard

 Will Johnson
 Fast Forward Technologies
 --
 u2-users mailing list
 u2-users@oliver.com
 http://www.oliver.com/mailman/listinfo/u2-users


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.11 - Release Date: 12/01/2005
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/