See
Also
Record information at the time
of the error is contained in the uslng:record element:
<uslng:record>
<uslng:painted-window-name>..</uslng:painted-window-name>
<uslng:defined-window-name>..</uslng:defined-window-name>
<uslng:table-name>..</uslng:table-name>
<uslng:primary-key>
<[table_name]
prompt="...">
<[column_name] prompt=".." value=".."/>
</table_name>
</uslng:primary-key>
</uslng:record>
Elements
|
Name
|
Description
|
defined-window name
|
The object name plural of a table.
|
painted-window name
|
(Client-Server only) The name of a window (sub)class as defined
in Windows Designer.
|
table-name
|
The name of the table.
|
primary-key
|
XML representation of the record that caused the error. Only
primary key columns are listed.
|
[table_name]
|
This element is replaced by the actual table name.
|
[column_name]
|
This element is replaced by the actual column name.
|
Attributes
|
Name
|
Mandatory
|
Type
|
Values
|
[table_name]@prompt
|
Yes
|
string
|
The object name plural of the table
|
[column_name]@prompt
|
Yes
|
string
|
The column prompt.
|
[column_name]@value
|
No
|
string
|
The column value.
|
NOTE:
Record information is not available in the following cases:
·
|
Internal constraints: Domain checks |
·
|
Defined constraints: Domain constraints |
In these cases the elements
hold the values 'unknown window' (painted & defined window),
'unknown table' (table name) and 'unknown pk' (primary-key).
|