<F> <SHIFT-F> <CTRL-F> <ALT-F>

<< Click to Display Table of Contents >>

Navigation:  Special tags (USER, <#PAGES>, <TIME-OUT>, <BUTTON>... >

<F> <SHIFT-F> <CTRL-F> <ALT-F>

Creates a function key button in the preview window.

 

Tuto_Func

 

F1 Ctrl_F1 Alt_F1

 

Syntax:

 

<Fn(caption,hint)=action_list>

<SHIFT-Fn(caption,hint)=action_list>

<CTRL-Fn(caption,hint)=action_list>

<ALT-Fn(caption,hint)=action_list>

 

Parameters:

n is the button number from 1 to 12

caption is the text associated with the key

hint is the help message that appears when cursor is over the button

 

Action_List is a comma delimited list of vpxPrint commands.

The syntax of the commands is in the .

 

tag controls how buttons are displayed.

 

Example:

<F4(Print the report,The full report will be printer)=PRINT>