Xdialog Smart Fields

Description

Syntax for creating Calculators, Calendars, Color Pickers, Field and File Select controls in an Xdialog.

Name
Description
Calculator Control Syntax

Displays a popup calculator.

Calendar Control Syntax

Displays a popup calendar.

Color Definition Control Syntax

This syntax produces a color picker that displays the Alpha Anywhere color palette and returns a color name.

Color Select Control Syntax

This syntax produces a color picker that displays the Alpha Anywhere color palette and returns a color name.

Field Select Control Syntax

The Field Select Control allows you to select a field name from any table in your database. One or more Field Select controls may appear inside the Format section of a UI_DLG_BOX() or UI_MODELESS_DLG_BOX() function.

File Select Control Syntax

The File Select Control allows you to select a fully qualified filename (with drive and path information). One or more File Select controls may appear inside the Format section of a UI_DLG_BOX() or UI_MODELESS_DLG_BOX() function.

Spin Control Syntax

The Spin Control increments or decrements a counter. One or more Spin controls may appear inside the Format section of a UI_DLG_BOX() or UI_MODELESS_DLG_BOX() function. The developer should initialize the Spin variable to a value between Minimum and Maximum.