Tip! - A Variable Calendar control can be converted to an Enhanced Variable Calendar control. Within the Form Designer, right click on the Variable Calendar and select the "Convert to Enhanced Variable Calendar" option.
ð Size and Coordinates Left Specifies the left (horizontal) ordinate pixel of the object Top Specifies the top (vertical) ordinate pixel of the object Width Specifies the object width, in pixels Height Specifies the object height, in pixels Align Specifies the alignment of the object. The options are: None - Object can be moved anywhere because it is not aligned to the parent object Client - Aligns itself to the available client area by expanding to fill the parent object that it is in Left - Aligns itself to the left side of the parent object growing or shrinking to match parent height Right - Aligns itself to the right side of the parent object growing or shrinking to match parent height Top - Aligns itself to the top side of the parent object growing or shrinking to match parent width Bottom - Aligns itself to the bottom side of the parent object growing or shrinking to match parent width
ð Hint Value which will display when the object is hovered over by the mouse cursor
ð Background Color and Font Color Specifies the background color of the object AaBbYyZz Specifies the font style, size and color for the object
ð Variable Choose the variable whose value will appear in the object from the list of currently defined variables
ð Attributes Autosize Determines whether or not the window will automatically resize to view one month at a time Tab Stop Determines whether or not field is part of tab order and user is able to land on this field Show Hint Displays the defined hint Show Today Displays today's date Show Today Circle Circles today on the calendar Show Week Numbers Displays a the week number in a vertical column Recalc Form Variables Recalculates all variables defined within the form when focus is shifted away from the object
ð Component ID Unique identifier used when passing property parameters in statements
Notes:
•The calendar control displayed uses a native Windows operating system calendar control which is based on the operating system version. The calendar will display differently between Windows 2000 and XP versus Windows Vista and 7 due to the different calendar controls used within the operating systems.
•As the Calendar object cannot display NULL values as a valid DATE, all NULL values will display the current date in the object. When used in enter mode, even though the object displays the current date, the value is NOT stored in the variable unless the object is focused at any point. |
|