Contents
Display Legacy Contents

 Print
    Table (Grid)    

A Table is a multi-column List Box. Unlike List Boxes, Tables can have a Header and can be editable. You can load a Table with data from the Database or using the ‘Table Add Line’ Action. A Table can interact with the user through its Events. You should use a Table when you need to present an item composed with information that needs to be displayed en separated fields (columns).

Value - It has no value.
  Properties - General

GENERAL

Name – Name of the Control
This Name will be used to identify the Control throughout the Project. The name of the Control can only contain letters, digits or underscore (_).


Description – Description of the Control
This Description is for your information only, Kalipso does nothing with it. If you click on at the side of this property, you’ll be able to set the value in each Language of the Project.

Plane – Plane of the Form where the Control should be created
Check the Planes chapter for more information.

Width – Width of the Control
You can set this value is runtime via the “Set Property” Action. You can retrieve this value in runtime via the “Get Property” Action. If you click on at the side of this property, you’ll be able to set the value of it in both Portrait and Landscape orientation (see the Project Properties).

Height – Height of the Control
You can set this value is runtime via the Set Property Action. You can retrieve this value in runtime via the Get Property Action. If you click on at the side of this property, you’ll be able to set the value of it in both Portrait and Landscape orientation (see the Project Properties).

From Left – X position of the Control
You can set this value is runtime via the Set Property Action. You can retrieve this value in runtime via the Get Property Action. If you click on at the side of this property, you’ll be able to set the value of it in both Portrait and Landscape orientation (see the Project Properties).

From Top – Y position of the Control
You can set this value is runtime via the Set Property Action. You can retrieve this value in runtime via the Get Property Action. If you click on at the side of this property, you’ll be able to set the value of it in both Portrait and Landscape orientation (see the Project Properties).



STYLE

Font – Font of the displayed Text

Size – Font size of the displayed Text

Properties – Font properties of the displayed Text

Font Color – Font color of the displayed Text
You can set this value is runtime via the “Set Property” Action. You can retrieve this value in runtime via the “Get Property” Action.

Backg. Color – Background color of the Control
You can set this value is runtime via the Set Property Action. You can retrieve this value in runtime via the Get Property Action.


Embed page 'style_Border' not found.

Show Header To set or remove the Header of the

Advance Style - To activate or deactivate the advance style of the table.
 
Show Grid Lines - To activate or deactivate the Grid Lines of the table.
In Win32 clients, without advanced style, it can only be none or both (vertical+horizontal).


Row Height - Here is possible to define the height of the rows in a table.

Selection Mode - In this option is possible to define if the selection is on the row or in cell.

Editable - If the option Selectio Mode is defined to cell, is possible to define the cell is editable or not, if aditable you can choose the option on click, on double click, on click or enter, On double click or enter, on enter or by action only.
Note: This option is only available in Win32 clients.

Transparent Backg. - Define if the table background is transparent or not

Odd Row Color - Define the Odd Row color.

Even Row Color - Define the Even Row color.

  Properties - Content

Fill Local Control with:


None - If select it will use the Kalipso database if filled.
Database Table - You can  use data of one of the database you have imported
SQL Advanced - You can use SQL Advance to fill the combobox.

Properties - Relations

You can use this option to link tables when you are using more than a Table to fill this object.

Shortcuts
F2 – Actions

F3 – General properties

See also
 
Updated: 7/6/2018 10:49 AM