Paramètre | Reférence | Type | Long. | Valeur par déf. | Facultatif | Description |
---|---|---|---|---|---|---|
FL | BCVALS-FL | C | 2 | Attribute type | ||
ID | BCVALS-ID | I | 4 | Identification | ||
VAL | BCVALS-VAL | C | 80 | Attribute value |
This module is also available as form routine 'SET_RIBBON_ATTRIB'. The attribute type determines the use of the value. The following values are available: 'c' = BC_CONST-FONT_COLOR: Font color for ribbon. 'h' = BC_CONST-COLOR_TYPE: Highlight for ribbon. 'u' = BC_CONST-UNIT_SEPARATION: Type of tick used for the ribbon or time axis. The following values are available: VAL| Constant | Meaning ---+----------------------+------------- 1 | BC_CONST-NO_TICKS | No ticks 2 | BC_CONST-TICKS_ABOVE | Ticks in the upper half 3 | BC_CONST-TICKS_BELOW | Ticks in the lower half 4 | BC_CONST-FULL_LINE | Continuous ticks 's' = BC_CONST-SET_CAL_IN_RIBBON: Set the calendar ID of the calendar to be represented in the ribbondefined correspondingly. 'm' = BC_CONST-SET_MAJOR_TICK: Sets a major tick in the interval according to specification in VAL. E.g.: VAL = 4 in a day scale: Every 4 days a major tick is displayed in the bar chart. Valid from second up to week ribbons. 'i' = BC_CONST-MINOR_TICK: Sets a minor tick in the interval according to the specification inVAL. VAlid from second up to week ribbbons. 't' = BC_CONST-SET_TIME_TEXT: Sets an additional text in the ribbon, dependent on the ribbon. Ribbon |VAL | Meaning -------------+----+------------------------------------------------ Day ribbon |0 |Day of the month in numerals |1 |First letter of day of the month |2 |Write out day completely (only available in | |languages E and D) |3 |Presentation according to user parameters |4 |Day as text from DAY_TEXTS Week ribbon |0 |Week number |1 |Calendar week (CW, KW) with week number (only | |available in languages E and D) |2 |Week as text from WEEK_TEXTS with week numbers Month ribbon |0 |Month name (only available in languages E and D) |1 |Month name and year (only available in languages | |E and D) |2 |Month as text from MONTH_TEXTS |3 |Month as text from MONTH_TEXTS and DAY_TEXTS | |where only the first letter is used from | |DAY_TEXTS The text representations result from the values set via FBST'BARC_SET_RIBBON_TEXTS' in QUART_TEXTS, MONTH_TEXTS, WEEK_TEXTS andDAY_TEXTS. 'RF' = BC_CONST-SET_FORMAT: Sets a format that determines the following attributes. You mustspecify the form type in customizing. These attributes can also be setindividually. 'd' = BC_CONST-THREE_DIM_EFFECT: Produces a three-dimensional appearance of the time scale. VAL| Constant | Meaning ---+-------------+------------- 0 | BC_CONST-ON | 3D effect deactivated (default) 1 | BC_CONST-OFF| 3D effekt activated 'n' = BC_CONST-FONT_NAME: To change the font type VAL| Constant |Meaning ---+-----------------------+----------------------------------- h | BC_CONST-HELVETICA |Default c | BC_CONST-COURIER | t | BC_CONST-TIMES | 'b' = BC_CONST-FONT_TYPE: VAL| Constant |Meaning ---+-----------------------+----------------------------------- 0 | BC_CONST-REGULAR |normal -> default 1 | BC_CONST-BOLD |bold 2 | BC_CONST-ITALIC |italic 3 | BC_CONST-BOLDITALIC |bold italic 'w' = BC_CONST-FONT_SIZE: With this parameter you can set the size of the labelling on theribbons. Specify this parameter in millimeters between 5 and 200. 'wi' = BC_CONST-FONT_SIZE_IN_INCH: Height of the text in inches. 'c' = BC_CONST-FONT_COLOR: Color of the time separator ticks and the labelling of the time axis.See V_TWCOL for possible colors. 'z' = BC_CONST-RIBBON_OFFSET: Specification of a time offset for different time zones. For example you can define two ribbons, one with the German, and onewith the American time zone, where the American time zone has a value-43200 to +43200 seconds (-12 to +12 hours) as an offset. '0' - '9': Text per section for shift ribbon '0' - '99': Text of periods in the vertical part of a folded time axis 'l': Control of ribbon labelling via format string. The output of quarter, week, day and time names is controlled via TQ,TW, TD and TH. Examples: TD, DD.TM 'YY Monday, 12th January '96 DD.MMM YY 24 Aug 96 TQ YYYY 1st quarter 1996 MMM YY Jan 96 TW WW, 'YY CW 31, '96 TD, DD. TM Tuesday, 13 August DD.MM.YY;hh:mm Th 23.07.96; 11:17 'p': determines the positioning of the text in the ribbon VAL | Meaning ----+------------------------------ 0 | centered 1 | left justified 2 | right justified 3 | on the tick 'f': Change ribbon type. Possible values are: Value Constant Meaning, type ------+-------------------------------+------------------------ 1 |BC_CONST-YEAR_UNIT |Year 2 |BC_CONST-QUARTER_UNIT |Quarter 3 |BC_CONST-MONTH_UNIT |Month 4 |BC_CONST-WEEK_UNIT |Week 5 |BC_CONST-DAY_UNIT |Day 6 |BC_CONST-HOUR_UNIT |Hour 7 |BC_CONST-MINUTE_UNIT |Minute 8 |BC_CONST-SECOND_UNIT |Second BC_CONST-WIZARD_TEXT '!': Identifies the object in the customizing wizard 'v': Activates the dimensionless x-axis. The sections in the ribbon are numbered sequentially. 0 - deactivate 1 - without zero, i.e. 1, 2, 3, ... 2 - with zero, i.e. 0, 1, 2, ... 'r': Set reference date for start of ribbon. Default is the start of the section. Enables you to shift numbering, i.e. -2, -1, 0, 1, ... '?' = BC_CONST-SET_MENU: Object-specific menu 'g': Change ribbon color. Specify the color in VAL. You can use all colorsfrom the table TWCOL. Special value for vertical ribbons used for labelling the axes of curvediagrams: 'x': At most all value pixels one tick 'e': Ribbon width 'a' = BC_CONST-UNIT: Unit for the axis values. Is defined as text in the ribbon. 'y': Places after the decimal point for formatting the number values of the axes. Valid values are 1, 10, 100, 1000. Identification of the ribbon whose attribute should be changed. The value defined here depends on the attribute type (see field'FL'). |