home *** CD-ROM | disk | FTP | other *** search
- This extension library should be installed
- using the FNshell_InstallLib routine so
- that the variables and storage space can be
- set up.
-
- The Calendar extension library must also be
- loaded.
-
- 'DatePick' is a popup dialogue box which allows
- the choice of a date from a calendar type
- display. Normally the calendar which shows the
- current date is opened, but any other calendar
- can be displayed.
-
- --------------------------------------------------------
-
- FNshell_DatePick_Init
- => None
-
- <= bool TRUE if module initialised correctly
- FALSE otherwise
-
- Normally called automatically when the library file
- is loaded by FNshell_InstallLib. If the library
- code is appended to the main program instead it will
- need to be called to initialise the datepicker module.
-
- --------------------------------------------------------
-
- PROCshell_AttachPopupDatePicker()
- => int window handle
- int icon handle
- int display icon handle
- str function to call when selection is made
- str function to call before dbox opens
-
- Button type of icon dbox is attached to is set to 3
- (Click) to ensure that event is received.
-
- Notify FN
- => str selected date
-
- <= int no meaning
-
- PreOpen FN
- => int window handle of dbox
-
- <= int no meaning
-
- --------------------------------------------------------
-
-
-
-