Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...I've learned more from your forums in 3 days than 3 months at school and on the job combined..."

Geography

Where in the world do Tek-Tips members come from?
vecam (Programmer)
3 Sep 03 18:10
How do you set up a barcode (code 128) for a function key?  Ex.  Let's say you want to barcode the F4 function key, so that a user can display a different screen instead of actually pressing the F4 key.  Do you use Hexidecimal or Ascii or what type of letters/symbols/numbers?  I actually need this info for all function keys.

Thanks for any help!

serpa9x (Programmer)
4 Sep 03 5:37
Try to use in DDS definition in Display file codes

A                                 CF03(03 'Exit')         
A                                 CF05(05 'Refresh')      
A                                 CF06(06 'Create')       
A                                 CF12(12 'Cancel')  

or CA03...

In RPG or CL program use normal indicators *IN03, *IN05.., or you can in RPGIV use rename indicators:

DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++
D #IndicatorPtr                    *   INZ(%ADDR(*IN))
D                 DS                  BASED(#IndicatorPtr)
D #F03Key                  3      3
D #F05Key                  5      5


Martin
vecam (Programmer)
11 Sep 03 14:03
Could I place a hidden field on each display screen, make it input capable, print a barcode as "#F03key", and then code the program to accept the barcode "#F03key" to mean the same as F3 which is End program? -or- is there an easier way?

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close