 |
ALPHA-VISION® Function of the Section Server: Sd_SecLoTyp
|
Sd_SecLoTyp
SUMMARY
Sd_SecLoTyp - Layouttyp of section entry
SYNTAX
Sd_SecLoTyp(entry);
ARGUMENTS
- entry
-
Identification of a Sektion Entry
RETURN VALUE
The layout types 0...10 are predefined:
0 - Text Entry
4 - Reference-Entry
10 - Data Object Entry
Layout Types 11....99 user defined
DESCRIPTION
Queries the Layout Type of the actual Section Entry.
Layout type 0 got a Text Entry EVERY time
Layout type 4 got an Entry Field EVERY time
Layout type 10 got a fixed ObjectID EVERY time
A Section got the following attributes
| Attribute |
Description |
| Sd_Id |
Section Name |
| Sd_Descr |
Section Description |
| Sd_IntvTime |
Interval Time (Format: hh) |
| Sd_StartTime |
next Starting Time (Format: hh:mm) |
A Secton Entry got the following attributes
| Attribute |
Description |
| Sd_SecLoTyp |
Layout Typ of an Entry |
| Sd_SecObjNum |
Data Objekt Number of an Entry |
| Sd_SecTxt |
Entry Text (for headlines etc.) |
EXAMPLES
Sd_SecLoTyp($ACT);
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