Navigation:  Templates > Template Language Reference > Programmer Input and Validation Statements >====== Template Language Reference ====== Previous pageReturn to chapter overviewNext page

C6H0069 Introduction

C6H0069 Template Organization

C6H0069 Defaults and Template Data

C6H0070 Programmer Input

Input and Validation Statements

#PROMPT (prompt for programmer input)

#VALIDATE (validate prompt input)

#ENABLE (enable/disable prompts)

#BUTTON (call another page of prompts)

#FIELD (control prompts)

#PREPARE (setup prompt symbols)

#PROMPT Entry Types

CHECK (check box)

COLOR (call Color dialog)

COMPONENT (list of KEY fields)

CONTROL (list of window fields)

DROP (droplist of items)

EMBED (enter embedded source)

EXPR (appended data fields)

FIELD (list of data fields)

FILE (list of files)

FORMAT (call listbox formatter)

FROM (list of symbol values)

KEY (list of keys)

KEYCODE (list of keycodes)

OPENDIALOG (call Open File dialog)

OPTION (display radio buttons)

OPTFIELD (optional text or data field)

PICTURE (call picture formatter)

PROCEDURE (add to logical procedure tree)

RADIO (one radio button)

SAVEDIALOG (call Save File dialog)

SPIN (spin box)

TEXT (text box)

Display and Formatting Statements

#BOXED (prompt group box)

#DISPLAY (display-only prompt)

#IMAGE (display graphic)

#SHEET (declare a group of #TAB controls)

#TAB (declare a page of a #SHEET control)

C6H0069 Logic and Source Generation Control

C6H0069 Miscellaneous

C6H0069 Template Symbols

C6H0069 Annotated Examples