Re: Single Byte Input


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Jon Sacks on February 05, 2009 at 11:01:12:

In Reply to: Re: Single Byte Input posted by Robert G Laurin on February 05, 2009 at 07:38:10:

I can't get this to work properly, don't know if this is a limitation in the way I am implementing and the current mode of the terminal, I am attempting to mimick (ET) in (EN) to do a roll up and display and ask for a single key entry.

None of these options worked:

If I:

Display$='Tab-Menu,Q-QREPORTS,T-Terminate'
PRINT @(0,2);(LD)
PRINT @(0,22);Display$;(FT)
INPUT (0) An$

The system prints the format and does not wait for an input.

If I:

ForceXmt: FORMAT (FT)

Display$='Tab-Menu,Q-QREPORTS,T-Terminate'
PRINT @(0,2);(LD)
PRINT @(0,22);Display$
PRINT (0,ForceXmt)
INPUT (0) An$

Same result.

If I:

ForceXmt: FORMAT (MC);(TM);(FT);" ";(TM);(RC)

Display$='Tab-Menu,Q-QREPORTS,T-Terminate'
PRINT @(0,2);(LD)
PRINT @(0,22);Display$
PRINT (0,ForceXmt)
INPUT (0) An$

Same result.

I am not clear from the documentation why this wouldn't work.


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]