Webulator/400 can parse output fields in the 5250 data stream for configurable keywords or phrases and convert them into Virtual Keyboard Buttons. Pressing these buttons are the equivalent to the user pressing Enter or the corresponding function key in a 5250 emulation program. This feature allows for an easier and quicker way for the user to navigate through your applications.
You can choose to have the button display the keyword entry or the text description associated with the keyword. The default behavior is to use the text description for the button text. If you specify to use the text description, Webulator/400 will use all characters after the keyword until one of the following conditions is found:
F3=Exit F4=Prompt F12=Cancel
You can have Webulator/400 convert these function key definitions into buttons by performing the following steps:
(WRKWBLPRS)
command with the name of your current master configuration file.
1 in the Opt field to add a new entry.
F3= in the Parse string field.
F3 in the Key name field.
1 in the Opt field to add a new entry.
F4= in the Parse string field.
F4 in the Key name field.
1 in the Opt field to add a new entry.
F12= in the Parse string field.
F12 in the Key name field.
The first configuration entry is interpreted as search for all occurrences of the string "F3=" in the 5250 data stream and replace the output field with a Virtual Keyboard button that sends the F3 key code to the AS/400.