- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: F3 to Exit
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2000 12:17 AM
10-04-2000 12:17 AM
F3 to Exit
How can I do if i would like set function key F3=exit on 700/60 terminal with Wyse60
term type.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2000 02:42 AM
10-04-2000 02:42 AM
Re: F3 to Exit
See terminal's user manual
http://docs.hp.com/hpux/onlinedocs/hw/c1099a_terminal_um.pdf
Or, want you want is recognice f3 as exit in your aplication?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2000 07:13 PM
10-04-2000 07:13 PM
Re: F3 to Exit
Application Database is Oracle 7.3.4 and Form45.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2000 03:37 AM
10-05-2000 03:37 AM
Re: F3 to Exit
wyse60 Terminal must send ^AB/r ( HEX 01 42 0D) when you press F3 as defined in terminfo database:
This is what terminfo expect from Function key 3
# export TERM=wyse60
#untic
.
.
kf1=^A@r, kf10=^AIr, kf2=^AAr, kf3=^ABr,
kf4=^ACr, kf5=^ADr, kf6=^AEr, kf7=^AFr,
.
.
.
Oracle Forms for wyse60 definition must recognize this secuence , and this secuence must be asingned to an action ( key_commit, key_exit).
You can setup this value using the keyboard menu (see manual), PROGRAM MENU (F12),
Often function keys are programable using escape secuence from host, but in this manual i dont find any reference
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2000 05:16 AM
10-05-2000 05:16 AM
Re: F3 to Exit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2000 05:17 PM
10-10-2000 05:17 PM
Re: F3 to Exit
my problrm is solve after edit fmrcwy50.res
file.
oyok.s