Cstm_SetAttAsFlt

SUMMARY

Cstm_SetAttAsFlt - Set Attribut of custom object

SYNTAX

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

ARGUMENTS

Object
- Database Entry
Attribut
- Database Fieldname
Value
- Float Value

DESCRIPTION

Writes a float 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_SetAttAsFlt($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