Products Downloads


French version


 

Defines the adjustment of an object placed in the view of a split bar object, when the user drags the horizontal bar below the object, or when he/she resizes the window below and when the split bar expands (VERTICAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_HEIGHT) and if the object belongs to one of the bottommost views.

Accessibility


Layout design mode

Read / Write,

Execution mode

Read / Write.

Associated constants


_CBB_MOVE

The control moves relative to the window.

_CBB_EXPAND

The control expands of contracts.

_CBB_ANCHOR

The control does not move relative to the window.

_CBB_DEFAULT

Corresponds to the value _CBB_ANCHOR if the control is in a pane located above the bar.

Corresponds to the value _CBB_MOVE if located in a pane at the bottom.

Conditions for use

The object must be in a split bar pane.


Note: This property is not implemented in Java and Mobile generation.


Defines the adjustment of an object placed in the view of a split bar object, when the user drags the vertical bar to the left of the object, or when he/she resizes the window below and when the split bar expands (HORIZONTAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_WIDTH) and if the object belongs to one of the rightmost views.

Accessibility


Layout design mode

Read / Write,

Execution mode

Read / Write.

Associated constants


_CBB_MOVE

The control moves relative to the window.

_CBB_EXPAND

The control expands of contracts.

_CBB_ANCHOR

The control does not move relative to the window.

_CBB_DEFAULT

Corresponds to the value _CBB_ANCHOR if the control is in a pane located to the left of the bar.

Corresponds to the value _CBB_MOVE if located in a pane on the right.

Conditions for use

The object must be in a split bar pane.


Note: This property is not implemented in Java and Mobile generation.


Defines the adjustment of an object placed in the view of a split bar object, when the user drags the vertical bar to the right of the object, or when he/she resizes the window below and when the split bar expands (HORIZONTAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_WIDTH) and if the object belongs to one of the rightmost views.

Accessibility


Layout design mode

Read / Write,

Execution mode

Read / Write.

Associated constants


_CBB_MOVE

The control moves relative to the window.

_CBB_EXPAND

The control expands of contracts.

_CBB_ANCHOR

The control does not move relative to the window.

_CBB_DEFAULT

Corresponds to the value _CBB_ANCHOR if the control is in a pane located to the left of the bar.

Corresponds to the value _CBB_MOVE if located in a pane on the right.

Conditions for use

The object must be in a split bar pane.


Note: This property is not implemented in Java and Mobile generation.


Defines the adjustment of an object placed in the view of a split bar object, when the user drags the horizontal bar above the object, or when he/she resizes the window above and when the split bar expands (VERTICAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_HEIGHT) and if the object belongs to one of the bottommost views.

Accessibility


Layout design mode

Read / Write,

Execution mode

Read / Write.

Associated constants


_CBB_MOVE

The control moves relative to the window.

_CBB_EXPAND

The control expands of contracts.

_CBB_ANCHOR

The control does not move relative to the window.

_CBB_DEFAULT

Corresponds to the value _CBB_ANCHOR if the control is in a pane located above the bar.

Corresponds to the value _CBB_MOVE if located in a pane at the bottom.

Conditions for use

The object must be in a split bar pane.


Note: This property is not implemented in Java and Mobile generation.


Allows the object to be placed in focus. Objects placed in focus are receptive to actions performed by the user using the keyboard and/or mouse.

Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None

Conditions for use

None

Default value

*TRUE



Defines whether alphabetical sorting is carried out automatically when adding or changing an element.

Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read.

Associated constants

None

Conditions for use

None

Default value

*FALSE


Note: When the AUTOMATIC_SORT property is set to *TRUE:

  • Using the SORT_LST instruction on the list has no effect.  
  • The INSERT_ELT instruction does not take into account any position indicators. Insertion is always carried out according to an ascending alphabetical sort.
  • Alphabetical sorting is different from that carried out by the SORT_LST instruction.
  • When the user types in the beginning of an element, the list automatically scrolls down/up towards the elements starting with the letters typed in.

This property is not implemented by the Java generator.


Color in which the object's background is displayed.


The property's value represents an RGB color. Each color has red, green and blue components in the range [0 - 255]. The value of the resultant color is calculated as follows: BackgroundColor = B*65536 + G*256 + R. Certain values are predefined using the constants below.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants


_CBB_COL_SYSTEM

"system" color.

_CBB_COL_BLACK

"black" color.

_CBB_COL_BLUE

"blue" color.

_CBB_COL_CYAN

"cyan" color.

_CBB_COL_GREEN

"green" color.

_CBB_COL_MAGENTA

"magenta" color.

_CBB_COL_RED

"red" color.

_CBB_COL_WHITE

"white" color.

_CBB_COL_YELLOW

"yellow" color.

_CBB_COL_DARKBLUE

"dark blue" color.

_CBB_COL_DARKCYAN

"dark cyan" color.

_CBB_COL_DARKGREEN

"dark green" color.

_CBB_COL_PURPLE

"purple" color.

_CBB_COL_DARKRED

"dark red" color.

_CBB_COL_DARKYELLOW

"dark yellow" color.

_CBB_COL_GREY

"grey" color.

_CBB_COL_DARKGREY

"dark grey" color.

Conditions for use

None

Default value

_CBB_COL_SYSTEM



Defines the object type.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read.

Associated constants


_CBB_TYPE_SIMPLE

simple type object.

_CBB_TYPE_DROPDOWN

dropdown type object.

_CBB_TYPE_DROPDOWN_LIST

dropdown-list type object.

Conditions for use

None

Default value

_CBB_TYPE_DROPDOWN


Note: This property only takes into account the _CBB_TYPE_DROPDOWN and _CBB_TYPE_DROPDOWN_LIST constants in Java generation.


With droplist combo boxes in which one or more columns have been placed, the COL_NUM_COMBOBOX_VAL property indicates the number of the column whose value corresponds to that of the list. In practice, this property is used to specify which of the columns placed in the combo box during the layout design process is the key column.


When values are assigned using COMBO_BOX:VALUE = 'Value', the first line for which the column indicated by this property matches 'Value' is selected. In addition, the VALUE properties of all the columns are updated with the values from this line.

The first column takes the index 1.

Adelia type

NUM_BIN_4

Accessibility


Layout design mode

Read / Write.

Execution mode

Read.

Associated constants

None

Conditions for use

The combo box must contain a column (COMBO_COLUMN object).

Default value

0 for a combo box without any columns, 1 in the opposite case.


Note: This property is not used by the Java generator.


Allows to manage the list (add, modify an element, browse the list, etc.) if no object of the "COMBO_COLUMN" type is associated with the list.

Adelia type

Type of the VALUE property.

Accessibility


Layout design mode

No.

Execution mode

Read / Write.

Associated constants

None

Conditions for use

The combo box must not contain any column designed explicitly.

Default value

Default value corresponding to the Adelia type.

COMBO_BOX:CURRENT_VALUE = 'Element1'


INSERT_ELT COMBO_BOX:LIST

/* Adds an element in the list

READ_F_ELT COMBO_BOX:LIST

/* Fills the CURRENT_VALUE property with the first element in the list



Specifies the format used to display the object's value.


With simple and dropdown value lists that have a visible column for which an edit code has been specified, the code is adopted as the combo box's edit code. With droplist value lists that have a column corresponding to the list's VALUE property, the edit code assigned to it (if any) is adopted as the combo box's edit code.

Adelia type

NUM_BIN_2

Accessibility


Layout design mode

Read/Write

Execution mode

Read

Associated constants


_CBB_EDIT_CODE_NONE

No edit code.

_CBB_EDIT_CODE_BLV

No text displayed for the *LOVAL value.

_CBB_EDIT_CODE_A

A (x.xxx,xxCR) and 0 or 0.00 for zero.

_CBB_EDIT_CODE_B

B (x.xxx,xxCR) and "blank" for zero.

_CBB_EDIT_CODE_C

C (xxxx,xxCR) and 0 or 0.00 for zero.

_CBB_EDIT_CODE_D

D (xxxx,xxCR) and "blank" for zero.

_CBB_EDIT_CODE_J

J (x.xxx,xx-) and 0 or 0.00 for zero.

_CBB_EDIT_CODE_K

K (x.xxx,xx-) and "blank" for zero.

_CBB_EDIT_CODE_L

L (xxxx,xx-) and 0 or 0.00 for zero.

_CBB_EDIT_CODE_M

M (xxxx,xx-) and "blank" for zero.

_CBB_EDIT_CODE_N

N (-x.xxx,xx) and 0 or 0.00 for zero.

_CBB_EDIT_CODE_O

O (-x.xxx,xx) and "blank" for zero.

_CBB_EDIT_CODE_P

P (-xxxx,xx) and 0 or 0.00 for zero.

_CBB_EDIT_CODE_Q

Q (-xxxx,xx) and "blank" for zero.

_CBB_EDIT_CODE_Y

Y (xx/xx/xx).

_CBB_EDIT_CODE_Z

Z (xxxxxx).

_CBB_EDIT_CODE_1

1 (x.xxx,xx) and 0 or 0.00 for zero.

_CBB_EDIT_CODE_2

2 (x.xxx,xx) and "blank" for zero.

_CBB_EDIT_CODE_3

3 (xxxx,xx) and 0 or 0.00 for zero.

_CBB_EDIT_CODE_4

4 (xxxx,xx) and "blank" for zero.

_CBB_EDIT_CODE_SEC

Timestamp: Hides microseconds.

_CBB_EDIT_CODE_SEC_BLV

Timestamp: Hides microseconds, no text displayed for the *LOVAL value.

Conditions for use

None

Default value

_CBB_EDIT_CODE_NONE


Click here for more details on edit codes.


Specifies the format used to display the object's value.


With simple and dropdown combo boxes that have a visible column for which an edit word has been specified, the code is adopted as the combo box's edit code. With droplist value lists that have a column corresponding to the list's VALUE property, the edit code assigned to it (if any) is adopted as the combo box's edit word.

Adelia type

ALPHA(60).

Accessibility


Layout design mode

Read / Write.

Execution mode

Read.

Associated constants

None

Conditions for use

None

Default value

" "


Click here for more details on edit words.

Character font used to display the text in the object.

The string format contains the name, size, style and script, in that order. A semi-colon must be inserted between each element.

If you set a property's value, you MUST specify the name and size.

The different styles are specified using the following values:

    • 1: Normal (no special style)
    • 2: Strikethrough
    • 16: Italics
    • 256: Bold
    • 4096: Underlined

The style value to be specified in the string can either be one of the above values or else the sum of values other than 1.


The different script values are as follows:

0

Occidental (ANSI)

1

Default value (current value for the process)

2

Symbol

128

Japanese (Shift JIS)

129

Hangul Korean

130

Johab Korean

134

Simplified chinese GB2312

136

Traditional chinese (Big 5)

161

Greek

162

Turkish

163

Vietnamese

177

Hebrew

178

Arab

186

Baltic

204

Cyrillic

222

Thai

238

Central Europe

255

OEM/DOS

Adelia type

ALPHA(250).

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None

Conditions for use

The button must be a text button.

Default value

MS Sans Serif;8;1;0


Note:

The size, style and script must be compatible with the chosen font. The Windows system font selection dialog box, accessible via the graphical object's Properties pages, provides a guide for selecting coherent values.


Specifies the first object in a group of objects. A group of objects is defined by its first object and all the following objects (following the object sequence) until the first object in another group is reached. The user can use the arrow keys to change focus from one object to another within the same group.

Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None

Conditions for use

None

Default value

*FALSE



Height value of the object.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None

Conditions for use

None

Default value

System value.



Defines how the graphical control is adjusted when the window is resized horizontally.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

Read/Write.

Execution mode

Read/Write.

Associated constants


_CBB_ADJUST_EXPAND_WIDTH

The control is expanded width-wise.

_CBB_ADJUST_ALIGNED_LEFT

The control keeps its left side alignment.

_CBB_ADJUST_ALIGNED_RIGHT

The control keeps its right side alignment.

_CBB_ADJUST_ALIGNED_CENTER

The control keeps its center alignment.

_CBB_ADJUST_NONE

No horizontal adjustment is applied to the control.

Conditions of use

This property applies when the window's ADJUSTMENT property is other than _WIN_ADJUST_NONE and when the object is not part of a Split bar pane.

When executed, its value is taken into account before initializing the window and when the window's ADJUSTMENT property is modified.

At this point, the object's VISIBILITY property must be True. Otherwise, the control will not be adjusted.
 

The modification is only taken into account if the window's ADJUSTMENT property is _WIN_ADJUST_NONE. Otherwise it is ignored.

Default value

_CBB_ADJUST_ALIGNED_LEFT


Note: This property is not implemented in Java and Mobile generation.


Defines the filter used when entering characters.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read.

Associated constants


_CBB_INPUT_CTRL_NONE

No input control.

_CBB_INPUT_CTRL_DATE

Date characters only; the separators are mandatory,

_CBB_INPUT_CTRL_EXTENDED_DATE

Date characters only; the separators are optional,

_CBB_INPUT_CTRL_TIME

Time characters only; the separators are mandatory,

_CBB_INPUT_CTRL_EXTENDED_TIME

Time characters only; the separators are optional,

_CBB_INPUT_CTRL_UPPERCASE

All characters (upper case letters of the alphabet) plus figures.

_CBB_INPUT_CTRL_LOWERCASE

All characters (lower case letters of the alphabet) plus figures.

_CBB_INPUT_CTRL_NUMBER

Signed decimal numbers.

_CBB_INPUT_CTRL_EXTENDED_NUMBER

Signed fractional numbers.

_CBB_INPUT_CTRL_UPPERCASE_CHAR

Upper case letters of the alphabet.

_CBB_INPUT_CTRL_UPPERCASE_CHAR_NUMBER

Upper case letters of the alphabet plus figures.

_CBB_INPUT_CTRL_IBM_FIELD

Letters forming a valid IBM name.

Conditions for use

None

Default value

_CBB_INPUT_CTRL_NONE



List of elements.

Adelia type

LIST.

Accessibility


Layout design mode

No.

Execution mode

Read / Write.

Associated constants

None

Conditions for use

None

Default value

List empty.



Height value of the list displaying the object values.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None

Conditions for use

Only defined for combo box objects of the type "_CBB_TYPE_DROPDOWN" or "_CBB_TYPE_DROPDOWN_LIST".

Default value

50


Note: This property is not implemented by the Java generation.


Static name of the object.

Adelia type

ALPHA(128).

Accessibility


Layout design mode

Read/Write.

Execution mode

Read.

Associated constants

None

Conditions of use

None

Default value

Prefix of the basic object.



Authorizes the object to draw itself over a control positioned in front of it in the window object order.

In the particular case where the window has a background image with transparent images placed in foreground, it is necessary to set the property to *TRUE if you wish to put the object after a "transparent" object in the tab order.


Reminder: an "overlapped" object must be placed after the background image, while a "non-overlapped" object must be placed before the background image.


Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None

Conditions for use

None

Default value

*TRUE.


For more information about managing overlapping of graphical objects, consult the working with object overlap section.


Note: This property is not implemented by the Java and Mobile generators.


Color in which the object's background is displayed in read-only mode.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants


_CBB_COL_SYSTEM

"system" color.

_CBB_COL_BLACK

"black" color.

_CBB_COL_BLUE

"blue" color.

_CBB_COL_CYAN

"cyan" color.

_CBB_COL_GREEN

"green" color.

_CBB_COL_MAGENTA

"magenta" color.

_CBB_COL_RED

"red" color.

_CBB_COL_WHITE

"white" color.

_CBB_COL_YELLOW

"yellow" color.

_CBB_COL_DARKBLUE

"dark blue" color.

_CBB_COL_DARKCYAN

"dark cyan" color.

_CBB_COL_DARKGREEN

"dark green" color.

_CBB_COL_PURPLE

"purple" color.

_CBB_COL_DARKRED

"dark red" color.

_CBB_COL_DARKYELLOW

"dark yellow" color.

_CBB_COL_GREY

"grey" color.

_CBB_COL_DARKGREY

"dark grey" color.

Conditions for use

None

Default value

_CBB_COL_SYSTEM


Note: This property is not implemented in Java generation nor in Mobile generation.


Prevents the object from being entered via the keyboard for "drop down" and "simple" types, prevents the opening of the combo box for "drop down" and "drop list" types, and prevents selection from the list for the type "simple".

Visually, the button allowing you to open the combo box is dimmed. Colors of the text and background respectively depend on READ_TEXT_COLOR and READ_BACKGROUND_COLOR properties.

Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None

Conditions for use

None

Default value

*FALSE



Color used to draw the text of the object in read-only mode.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants


_CBB_COL_SYSTEM

"system" color.

_CBB_COL_BLACK

"black" color.

_CBB_COL_BLUE

"blue" color.

_CBB_COL_CYAN

"cyan" color.

_CBB_COL_GREEN

"green" color.

_CBB_COL_MAGENTA

"magenta" color.

_CBB_COL_RED

"red" color.

_CBB_COL_WHITE

"white" color.

_CBB_COL_YELLOW

"yellow" color.

_CBB_COL_DARKBLUE

"dark blue" color.

_CBB_COL_DARKCYAN

"dark cyan" color.

_CBB_COL_DARKGREEN

"dark green" color.

_CBB_COL_PURPLE

"purple" color.

_CBB_COL_DARKRED

"dark red" color.

_CBB_COL_DARKYELLOW

"dark yellow" color.

_CBB_COL_GREY

"grey" color.

_CBB_COL_DARKGREY

"dark grey" color.

Conditions for use

None

Default value

_CBB_COL_SYSTEM


Note: This property is not implemented in Java generation nor in Mobile generation.


Allows the object to be placed in focus using the keyboard (TAB key or SHIFT+TAB).

Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None

Conditions for use

None

Default value

*TRUE



Color in which the text in the object is displayed.


The property's value represents an RGB color. Each color has red, green and blue components in the range [0 - 255]. The value of the resultant color is calculated as follows: BackgroundColor = B*65536 + G*256 + R. Certain values are predefined using the constants below.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants


_CBB_COL_SYSTEM

"system" color.

_CBB_COL_BLACK

"black" color.

_CBB_COL_BLUE

"blue" color.

_CBB_COL_CYAN

"cyan" color.

_CBB_COL_GREEN

"green" color.

_CBB_COL_MAGENTA

"magenta" color.

_CBB_COL_RED

"red" color.

_CBB_COL_WHITE

"white" color.

_CBB_COL_YELLOW

"yellow" color.

_CBB_COL_DARKBLUE

"dark blue" color.

_CBB_COL_DARKCYAN

"dark cyan" color.

_CBB_COL_DARKGREEN

"dark green" color.

_CBB_COL_PURPLE

"purple" color.

_CBB_COL_DARKRED

"dark red" color.

_CBB_COL_DARKYELLOW

"dark yellow" color.

_CBB_COL_GREY

"grey" color.

_CBB_COL_DARKGREY

"dark grey" color.

Conditions for use

None

Default value

_CBB_COL_SYSTEM



Value associated with the display field (or data entry field).

Adelia type

defined when designing layout.

Accessibility


Layout design mode

No.

Execution mode

Read / Write.

Associated constants

None

Conditions for use

Where the object is of the "_CBB_TYPE_DROPDOWN_LIST" type, this property will only be effectively updated if the value is present in the list. Therefore, you must build the list before setting this property.

Default value

Default value corresponding to the Adelia type.



Defines how the graphical control is adjusted when the window is resized vertically.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

Read/Write.

Execution mode

Read/Write.

Associated constants


_CBB_ADJUST_EXPAND_HEIGHT

The control is extended height-wise.

_CBB_ADJUST_ALIGNED_TOP

The control keeps its top side alignment.

_CBB_ADJUST_ALIGNED_BOTTOM

The control keeps its bottom side alignment.

_CBB_ADJUST_ALIGNED_CENTER

The control keeps its center alignment.

_CBB_ADJUST_NONE

No vertical adjustment is applied to the control.

Conditions of use

This property applies when the window's ADJUSTMENT property is other than _WIN_ADJUST_NONE and when the object is not part of a Split bar pane.

When executed, its value is taken into account before initializing the window and when the window's ADJUSTMENT property is modified.

At this point, the object's VISIBILITY property must be True. Otherwise, the control will not be adjusted.
 

The modification is only taken into account if the window's ADJUSTMENT property is _WIN_ADJUST_NONE. Otherwise it is ignored.

Note: The _CBB_ADJUST_EXPAND_HEIGHT value of the VERTICAL_ADJUSTMENT property is ignored when the CBB_TYPE property is DROPDOWN or DROPDOWN_LIST. Indeed in this case, the object's height cannot be modified. The object will be aligned upwards.

Default value

_CBB_ADJUST_ALIGNED_TOP.


Note: This property is not implemented in Java and Mobile generation.


Visibility of the object.

Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None

Conditions for use

None

Default value

*TRUE



Width value of the object.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None

Conditions for use

None

Default value

72



X coordinate value of the object's position relative to the area covered by the window, page or pane.

The reference point (origin) is the top left corner of the object.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None

Conditions for use

None

Default value

None



Y coordinate value of the object's position relative to the area covered by the window, page or pane.

The reference point (origin) is the top left corner of the object.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None

Conditions for use

None

Default value

None







↑ Top of page