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


Re: VOC prompt issue?

2004-04-06 Thread Glenn Herbert
Or you could add CLEARPROMPTS prior to the inline prompt

At 12:47 PM 04/06/2004, you wrote:
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


Re: VOC prompt issue?

2004-04-06 Thread Marlene Yokoyama
Change your prompt  A,ENTER BIN LOCATION TO LIST ITEMS FOR:
adding the A, tell it to prompt ALWAYS.


Marlene Yokoyama
Applications Manager
Waterpik Technologies
805 529-2000 ext 287
E-mail: [EMAIL PROTECTED]


 [EMAIL PROTECTED] 4/6/2004 9:47:47 AM 
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


Re: VOC prompt issue?

2004-04-06 Thread Allen Egerton
From: Karl L Pearson [EMAIL PROTECTED]



 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?


Sure.  Try this:

003.5: * ENTER BIN LOCATION TO LIST ITEMS FOR
0004: SELECT INVMST WITH F12 = ENTER BIN LOCATION TO LIST ITEMS FOR: 

I'm not on a UV machine right now, so I can't check the syntax.  I don't
think you need the quotes you originally had in line 4, but I'm not 100%
certain.

On the newly inserted line, make sure there's a space between the asterisk
and the Less_Than sign, otherwise the interpreter will think it's a globally
cataloged routine.

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


Re: VOC prompt issue?

2004-04-06 Thread Karl L Pearson
I put CLEARPROMPTS AND A, and it's working as expected now. I suspect
either of them would have worked, but both is nice, too...

Thanks to the winners, Glenn, Wyatt, Marlene (and any others who knew
but are patient enough to wait to see who else responds).

I didn't try the *  . . . suggestion. I don't understand that one but
have seen the others ('A waist is a terrible thing to mind' or something
like that) but couldn't get them out of the gray matter.

Karl

On Tue, 2004-04-06 at 10:47, Karl L Pearson wrote:
 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]
-- 
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


Re: VOC prompt issue?

2004-04-06 Thread Stu Glancy
I put all imputs like *  . . . suggestion at the beginning of the PA. 
It organizes all it for me.

Stu Glancy
Asset Management Outsourcing, Inc.
Senior Analyst/DBA
770-792-3907

 I put CLEARPROMPTS AND A, and it's working as expected now. I suspect
 either of them would have worked, but both is nice, too...

 Thanks to the winners, Glenn, Wyatt, Marlene (and any others who knew
 but are patient enough to wait to see who else responds).

 I didn't try the *  . . . suggestion. I don't understand that one but
 have seen the others ('A waist is a terrible thing to mind' or something
 like that) but couldn't get them out of the gray matter.

 Karl

 On Tue, 2004-04-06 at 10:47, Karl L Pearson wrote:
 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]
 --
 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