RE: GUI as nice as character-based

2004-04-19 Thread Buffington, Wyatt
We have been using a product called SmarTerm from Esker. It allows us to
displays screen close to GUI that is easily configureable by the end
user with little to no programming. It allows for HotSpots which appear
as a button on the screen which the user can click on. Buttons are a
list of things that a user can do that are mundane or repetitive, these
can save wear and tear on the old fingers. It has a GUI pop up calendar
that can be invoked from the host and the date returned back to the
host. The user can change the colors on the screen to match their
preferences. Email addresses and http links are highlighted differently
and can be clickable. You can create you our macros that can be run from
a Button. We use triggers to change our screen colors depending on which
account we are in.

If anyone is interested in a screen shot of what can be done. Email me
offline at
[EMAIL PROTECTED]

We are currently using Version 11.0.5 on both PCs and Citrix Servers. I
am also in the process of testing 12.1 Beta.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Mark Johnson
Sent: Monday, April 19, 2004 1:45 PM
To: U2 Users Discussion List
Subject: Re: GUI as nice as character-based


Dawn: Good luck in your search for this holy grail. Lemme know if such a
silver bullet is found.

I've been hunting for years.

Mark Johnson

 Original Message -
From: Dawn M. Wolthuis [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, April 19, 2004 2:17 PM
Subject: GUI as nice as character-based


I haven't gotten through all of the postings in the GUI thread as yet,
but am working on the question of how to write a GUI that is as good as
a green screen from the perspective of folks currently using a green
screen application.  I saw hints at that, but nothing that tackled it
from the standpoint of being able to use any tools on the market today
to accomplish this (no need to retain databasic code, for example).

What could be used to actually replace, completely, the character
screens?

Requirements:
0) work with U2 as multiuser databases

1) Be able to use any Windows, new Mac (unix) or Linux client
2) Have graphically attractive  colorful screens, looking enough like
standard GUIs (M$, in particular) that users would understand the use of
icons, etc.
3) Respond to keystrokes by users -- not only to the click of a submit
button
4) Require no preparation of the client computers in advance of using
the software, likely directing user to a web page.
5) type ahead can be done so that the user is not waiting constantly
for the computer to respond
6) Heads down data entry folks are as happy with this as they were with
their green screens when they first got those and have only minor
complaints if converting now from a green screen, none of substance

What are the options -- who has written or seen such a GUI?  --dawn

Dawn M. Wolthuis
Tincat Group, Inc.
www.tincat-group.com

Take and give some delight today.



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


RE: Subroutine string manipulation not doing what expected

2004-04-07 Thread Buffington, Wyatt
It looks like sometime between the first iteration and the second,
the PART.LIST.COUNT went from 4 to 1. Put a display of that variable
before the loop, to verify its value.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, April 07, 2004 9:23 AM
To: [EMAIL PROTECTED]
Subject: Subroutine string manipulation not doing what expected


Given the following snippet of code:
 FOR PLC = 1 TO PART.LIST.COUNT
SEARCH.VALUE = DESC.LISTPLC
RETURN.VALUE := SEARCH.VALUE : @VM
 NEXT PLC
 ROLLSTOCK=RETURN.VALUE

I get the following output:
P337
P RPVC 0200x20.00 TNT201
P BOX 19:08 15:08 13:08
BX PLAC 20:08 15:08 11:14

However, a simple change to the code to only add a few digits of
DESC.LISTPLC like so:
 FOR PLC = 1 TO PART.LIST.COUNT
SEARCH.VALUE = DESC.LISTPLC
IF SEARCH.VALUE[1,1]='*' THEN
   SEARCH.VALUE = SEARCH.VALUE[4,4]
END ELSE
   SEARCH.VALUE = SEARCH.VALUE[3,4]
END
RETURN.VALUE := SEARCH.VALUE : @VM
 NEXT PLC
 ROLLSTOCK=RETURN.VALUE

I get the following outupt...not what I was expecting:
37
P

My intention is to grab 4 characters out of DESC.LISTPLC, starting at
character 4 if the string starts with an asterix or 3 if it doesn't.
Can anyone see what I'm doing wrong here?  Thanks.
-- 
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


RE: VOC prompt issue?

2004-04-06 Thread Buffington, Wyatt
Change ENTER BIN LOCATION TO LIST ITEMS FOR:
to A,ENTER BIN LOCATION TO LIST ITEMS FOR:

The A, means always ask

H.T.H.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Karl L Pearson
Sent: Tuesday, April 06, 2004 11:48 AM
To: u2-users
Subject: VOC prompt issue?


I have this VOC item we run:

ED VOC BIN.LOC
7 lines long.

: P
0001: PA
0002: CLEARDATA
0003: CLEARSELECT
0004: SELECT INVMST WITH F12 = ENTER BIN LOCATION TO LIST ITEMS FOR:

0005: SELECT INVMST WITH WAREHOUSE = 1 REQUIRE.SELECT
0006: SELECT INVMST WITH F12 # '' REQUIRE.SELECT
0007: LIST INVMST BY F04 BY ITEM F04 F12 ITEM F13 F14 F28 T48 DOLR DOLS
ID.SUP LPTR DBL-SPC HEADING SPECIAL FOR CHRISTINE...ALL ITEMS IN A
SPECIFIC BIN LOCATION   'T'   PAGE 'P' REQUIRE.SELECT
Bottom at line 7.

When it's run multiple times, the second time re-prints the first run
without prompting for a new bin location. Logging off, which I suspect
clears something or other, allows the person to run it on a second item.

Any thoughts?

-- 
Karl L. Pearson
Director of IT,
ATS Industrial Supply
Direct: 801-978-4429
Toll-free: 888-972-3182 x29
Fax: 801-972-3888
http://www.atsindustrial.com
[EMAIL PROTECTED]

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