Cstm_SetAttAsInt

SUMMARY

Cstm_SetAttAsInt - Set Attribut of custom object

SYNTAX

Cstm_SetAttAsInt(<Object>,<Attribut>;<Value>)

ARGUMENTS

Object
- Database Entry
Attribut
- Database Fieldname
Value
- Integer Value

DESCRIPTION

Writes an integer value to a list.

In the Numeric Editfield of a figure for a Listbox the value for a defined field can be entered, the value is written to the database via Cstm_Commit

EXAMPLES

Cstm_SetAttAsInt($ACT,NEW,)

The value for the field “NEW” of the actual Dataobject can be entered.


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times