473,388 Members | 1,234 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

Key ahead/keyboard buffer

I'm porting over an application that runs on an AS/400 over to asp.net. One
of the features my users like is to be able to start typing before the
screen is loaded. (this is a 5250 emulator, not IE). In some cases they
are able to pass through several screens before they even load.

For example, in an order entry screen, they could go past the 'customer
name' screen, then 'shipping info' screen, then 'billing info' screen to end
up at the 'line item' screen, just buy hitting the Enter key quickly 3
times....the screens will still load, but will flash buy quickly as the
keyboard cleans out. (reminder, this is in the 5250 screen)

In my app, currently in Javascript, I'm setting the focus to a default field
and setting the Enter key to hit the 'submit' button, to help speed things
along, but the user has to wait for each screen to load before proceeding.

Any suggestions? Thanks.

-Rob T.
Nov 19 '05 #1
1 2085
unfortunately the browser does not support type ahead. the pages needs to be
rendered, and an input field has to have focus before it accepts keystrokes.

note: the current page will accepts keystrokes, until it unloaded by the
render of the postback, so you might want client script to disable postback
buttons prevent double postbacks etc.

-- bruce (sqlwork.com)

"Rob T" <RT*********@DONTwalchemSPAM.com> wrote in message
news:ub*************@TK2MSFTNGP15.phx.gbl...
I'm porting over an application that runs on an AS/400 over to asp.net.
One of the features my users like is to be able to start typing before the
screen is loaded. (this is a 5250 emulator, not IE). In some cases they
are able to pass through several screens before they even load.

For example, in an order entry screen, they could go past the 'customer
name' screen, then 'shipping info' screen, then 'billing info' screen to
end up at the 'line item' screen, just buy hitting the Enter key quickly 3
times....the screens will still load, but will flash buy quickly as the
keyboard cleans out. (reminder, this is in the 5250 screen)

In my app, currently in Javascript, I'm setting the focus to a default
field and setting the Enter key to hit the 'submit' button, to help speed
things along, but the user has to wait for each screen to load before
proceeding.

Any suggestions? Thanks.

-Rob T.

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: David G. | last post by:
The keyboard type ahead buffer does not seem to work in Access 2003 in certain situations. We would like some help with this. Here are the details. We have a large program that was developed...
23
by: herrcho | last post by:
What's the difference between STDIN and Keyboard buffer ? when i get char through scanf, i type in some characters and press enter, then, where do the characters go ? to STDIN or Keyboard...
5
by: nx-2000 | last post by:
I've got a very large C# forms app and now that its being used in bigger environments we're getting a steady stream of "why does it do this?" problems. The most nagging of which right now is that...
0
by: rs | last post by:
Hi guys, I am trying to read from a USB keyboard using vb.net and HID classes. the USB keyboard is not my primary keyboard. I have a ps2 keyboard connected and is detected in device manager as...
2
by: rs | last post by:
Hi guys, I am trying to read from a USB keyboard using vb.net and HID classes. the USB keyboard is not my primary keyboard. I have a ps2 keyboard connected and is detected in device manager as...
1
by: Damir | last post by:
Hallo everybody Does anyone knows how to access Keyboard buffer? At the moment I'm catching KeyDown event of the form, and waiting for carrige return or return key, but sometimes the Keyboard...
3
by: muthursyamburi | last post by:
Hello All, I'm really looking for a help in reading/writing the keyboard buffer in AIX (IBM Unix). In DOS, there is some memory addres (I remember it as 0x417) from where the keyboard buffer...
11
by: vbguy2008 | last post by:
Hi, I am coding a Windows Form Application in VB.NET 2008. I would like to clear the keyboard buffer or at least empty all outstanding key presses queued up for my application at certain points...
3
by: NaN | last post by:
I've been trying to use _kbhit() but it didn't do what I thought it would from books, "Detects whether a keypress is available for reading." Herbert Schildt says, "If the user has pressed a key,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.