[WIDGETS]

The [WIDGETS] section of the assignment file specifies logical to physical widget mappings for character mode. Default mappings are provided in the file usyschr.asn.

Note: For Windows widget mappings, use the [widgets] section of the initialization file.

Syntax

LogicalName {=} PhysicalName

Arguments

  • LogicalName is the logical widget name as used in Uniface.
  • PhysicalName is the name of the physical widget.

Description

The following example assignment file maps logical widgets to physical widgets as they are defined in the file usyschr.asn:

[WIDGETS]
EditBox=ueditbox
CheckBox=ucheckbox
RadioGroup=uradiogroup
DropDownList=udropdownlist
ListBox=ulistbox
CommandButton=ucmdbutton

The following example assignment file includes the file usyschr.asn:

; Some assignment file
#file usysadm:usyschr.asn

Related Topics