Mandatory : yes
Unique : yes
Data Type : char
Default Value: -
Predefined Values Allowed: -
key-column-name property
Description
Hold the table/view key column name.
If not set, database default key column name is assigned if exists (for oracle, default value is "rowid")
Mandatory : no
Unique : no
Data Type : char
Default Value: For oracle, default value is "rowid"
Predefined Values Allowed: -
data-source-name property
Description
Data source name is the table/view name.
It cannot contain the schema name if the connected/current user is not the owner of the table/view.
It cannot be a sub select/query.
Mandatory : yes
Unique : no
Data Type : char
Default Value: -
Predefined Values Allowed: -
data-schema-name property
Description
Schema name of the the table/view name.
It can be empty if the current schema/user is the the owner of the table/view.
Mandatory : yes
Unique : no
Data Type : char
Default Value: -
Predefined Values Allowed: -
connection-name property
Description
Property is not mandatory.
If it is not specified, "default" is used as connection name.
Mandatory : no
Unique : no
Data Type : char
Default Value: -
Predefined Values Allowed: -
where-clause property
Description
Do not write "where" keyword in the property value.
Can contain any legal SQL WHERE condition statement(s) (etc database functions, sub selects)
Mandatory : no
Unique : no
Data Type : char
Default Value: -
Predefined Values Allowed: -
Examples:
order-by-clause property
Description
It is SQL "order by" clause.
Do not write "order by" in the property value.
Can contain any legal "order by" statements
Mandatory : no
Unique : no
Data Type : char
Default Value: -
Predefined Values Allowed: -
Examples
master-data-block-name property
Description
It is used to implement master-detail relationship between data blocks.
It is the master data block name of the current data block.
A data block can only have one master data block but can have many detail data blocks.
Master data block must be defined in the Form File before the current data block.
It works together with join-condition property
Mandatory : no
Unique : no
Data Type : char
Default Value: -
Predefined Values Allowed: -
join-condition property
Description
It is used to implement master-detail relationship between data blocks.
It is a "where" statement. It should conform the SQL specification
One of the operands used in join condition statement must reference to the item name of the master data block
Master data block must be defined in the Form File before the current data block.
It works together with master-data-block-name property
Mandatory : no
Unique : no
Data Type : char
Default Value: -
Predefined Values Allowed: -
record-count property
It is the number of records to be displayed on the screen.
Mandatory : yes
Unique : no
Data Type : number
Default Value: -
Predefined Values Allowed: > 0
insert-allowed property
Not implemented yet.
Mandatory :noUnique : no
Data Type : bool
Default Value: yes
Predefined Values Allowed: {yes|no}
update-allowed property
Not implemented yet.
Mandatory :noUnique : no
Data Type : bool
Default Value: yes
Predefined Values Allowed: {yes|no}
delete-allowed property
Not implemented yet.
Mandatory :noUnique : no
Data Type : bool
Default Value: yes
Predefined Values Allowed: {yes|no}
show-hide-mode property
CSS show/hide method
Mandatory :noUnique : no
Data Type : char
Default Value: visibility
Predefined Values Allowed: {display|visibility}
auto-generated-columns property
Use auto-generated-columns property in order to declare which columns will be shown in data block.
Mandatory :noUnique : no
Data Type : char
Default Value: no
Predefined Values Allowed: { * | comma separated column names}