RE: [U2] Press any key to continue...

2008-05-01 Thread Eric Armstrong
Allen, I don't see the IN() form of input in my documention for Universe 10.1.18. Eric -Original Message- From: Allen E. Elwood [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 2:35 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Press any key to continue... I think you

RE: [U2] Press any key to continue...

2008-05-01 Thread JPB-U2UG
To: u2-users@listserver.u2ug.org Subject: RE: [U2] Press any key to continue... Allen, I don't see the IN() form of input in my documention for Universe 10.1.18. Eric -Original Message- From: Allen E. Elwood [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 2:35 PM To: u2-users

RE: [U2] Press any key to continue...

2008-05-01 Thread Allen E. Elwood
in a loop, exactly what you need for word processing or ANYKEY stuff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Eric Armstrong Sent: Thursday, May 01, 2008 09:05 To: u2-users@listserver.u2ug.org Subject: RE: [U2] Press any key to continue... Allen

Re: [U2] Press any key to continue...

2008-05-01 Thread MAJ Programming
, 2008 10:50 AM Subject: RE: [U2] Press any key to continue... On a lot of screens here , I force end-users to type 'x' to exit (per the following code) so that they do not bypass an error message screen. I also use square brackets [#] on a single-character prompts and triangular brackets

RE: [U2] Press any key to continue...

2008-04-30 Thread Dennis Bartlett
Well, the actual question asks why it occurs, not really how to fix it, So... In Universe Basic one doesn't have to define the length of an input value, tho' one can, eg INPUT ANS,1 Instead it allows any length of input, so a space bar entry might just be part of a string entered - as one

RE: [U2] Press any key to continue...

2008-04-30 Thread Baker Hughes
If I could extend the question just a little ... would anyone like to share their Standard.Input.Sub that they call from all their input screens. Its always illuminating to see how others do it. -Baker --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit

RE: [U2] Press any key to continue...

2008-04-30 Thread Bill Haskett
] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Allen Egerton Sent: Wednesday, April 30, 2008 2:32 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Press any key to continue... Dennis Bartlett wrote: snip One way to beat this, and still allow you to use a single space as an exit character

RE: [U2] Press any key to continue...

2008-04-30 Thread Tim Stokes
You can also try ANS = KEYIN() -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Ferries Sent: Tuesday, April 29, 2008 2:46 PM To: u2-users@listserver.u2ug.org Subject: [U2] Press any key to continue... Hi All, We were coding a standard INPUT ANS

RE: [U2] Press any key to continue...

2008-04-30 Thread roy
You might want to look at CINPUT.SUB.B in the APP.PROGS file in the UV account. Roy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Baker Hughes Sent: Wednesday, April 30, 2008 10:53 AM To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2] Press any key

RE: [U2] Press any key to continue...

2008-04-30 Thread Colin Alfke
We had one user (a lawyer - go figure) complain, quite vigorously, that the Shift key wouldn't be accepted as ANY key. Colin Alfke Calgary, Canada -Original Message- From: Steve Ferries Hi All, We were coding a standard INPUT ANS after asking a user to Press any key to continue We

RE: [U2] Press any key to continue...

2008-04-30 Thread Marc Harbeson
In this case, simply re-labeling the Enter key as Any would be the best way to proceed -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Colin Alfke Sent: Wednesday, April 30, 2008 4:13 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Press any key

RE: [U2] Press any key to continue...

2008-04-30 Thread Baker Hughes
Ah. a new product line MS Keyboard, esquire -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Harbeson Sent: Wednesday, April 30, 2008 3:50 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Press any key to continue... In this case, simply

RE: [U2] Press any key to continue...

2008-04-30 Thread Allen E. Elwood
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marc Harbeson Sent: Wednesday, April 30, 2008 13:50 To: u2-users@listserver.u2ug.org Subject: RE: [U2] Press any key to continue... In this case, simply re-labeling the Enter key as Any would be the best way to proceed

RE: [U2] Press any key to continue...

2008-04-29 Thread JPB-U2UG
INPUT ANS,1 Jerry Banker Senior Programmer Analyst IBM Certified Solutions Expert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Ferries Sent: Tuesday, April 29, 2008 2:46 PM To: u2-users@listserver.u2ug.org Subject: [U2] Press any key to

RE: [U2] Press any key to continue...

2008-04-29 Thread Womack, Adrian
While INPUT ANS,1 will work most of the time, if the user decides to press the backspace key or even the ESC key, nothing will happen. An alternative is: ANS = KEYIN() CLEARINPUT Which will grab a single character (including a backspace, etc). Note: if the keystroke sends two characters (eg.

RE: [U2] Press any key to continue... - how to skip

2006-04-12 Thread Brian Leach
You can either: Press N at the prompt itself or Use the NOPAGE option LIST VOC NOPAGE Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lukasz s Sent: 12 April 2006 15:12 To: u2-users@listserver.u2ug.org Subject: [U2] Press any key to

RE: [U2] Press any key to continue... - how to skip

2006-04-12 Thread Bob Witney
type 'N' -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Lukasz s Sent: 12 April 2006 15:12 To: u2-users@listserver.u2ug.org Subject: [U2] Press any key to continue... - how to skip How can I skip Press any key to continue... during: LIST VOC command?

RE: [U2] Press any key to continue... - how to skip

2006-04-12 Thread u2
LIST VOC (N Or LIST VOC NO.PAGE Or press N on the first 'Press any key.' to skip all the rest. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of #ukasz s Sent: Wednesday, April 12, 2006 10:12 AM To: u2-users@listserver.u2ug.org Subject: [U2]

Re: [U2] Press any key to continue... - how to skip

2006-04-12 Thread Gordon J Glorfield
That would be the NOPAGE keyword. Add that to the end of your statement as in: LIST VOC NOPAGE Gordon J. Glorfield Sr. Applications Developer UnitedHealthcare's Mid-Atlantic Health Plans 301-360-8839 [EMAIL PROTECTED] wrote on 04/12/2006 10:11:53 AM: How can I skip Press any key to

RE: [U2] Press any key to continue... - how to skip

2006-04-12 Thread Jeff Schasny
LIST VOC NOPAGE -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of #ukasz s Sent: Wednesday, April 12, 2006 8:12 AM To: u2-users@listserver.u2ug.org Subject: [U2] Press any key to continue... - how to skip How can I skip Press any key to continue... during:

RE: [U2] Press any key to continue... - how to skip

2006-04-12 Thread Ron Sharcott
Do you mean: LIST VOC NOPAGE Ron Sharcott (3635) -Original Message- From: Lukasz s [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 7:12 AM To: u2-users@listserver.u2ug.org Subject: [U2] Press any key to continue... - how to skip How can I skip Press any key to continue...

RE: [U2] Press any key to continue... - how to skip

2006-04-12 Thread Anthony Dzikiewicz
LIST VOC NO.PAGE (Universe anyway) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of #ukasz s Sent: Wednesday, April 12, 2006 10:12 AM To: u2-users@listserver.u2ug.org Subject: [U2] Press any key to continue... - how to skip How can I skip Press