 |
ALPHA-VISION® Actions for Listbox: Cstm_SetAttAsStr
|
Cstm_SetAttAsStr
SUMMARY
Cstm_SetAttAsStr - Set Attribut of custom object
SYNTAX
Cstm_SetAttAsStr(
<Object>,
<Attribut>,
<String>)
ARGUMENTS
- Object
-
- Database Entry
- Attribut
-
- Database Fieldname
- String
-
- Entry
DESCRIPTION
Writes a character string to a list.
In the Text Editfield of a figure for a Listbox the string for a
defined field can be entered, the string is written to the database via
Cstm_Commit.
EXAMPLES
Cstm_SetAttAsStr($ACT,NEW,)
The string 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