|
BBTTBSTappt |
Top Previous Next |
|
BBTTBSTappt is an extension template that automatically generates the routine and necessary calls to check for appointments according to local variables and make the necessary code calls for you to create the popup reminder as necessary.
The necessary local variables are created by the template for you. They are loaded into the templates by default. You can change them to fit your needs.
#LOCALDATA BsInterval LONG(15) BsClock LONG BsDate LONG BsResId STRING(35) BSTTMessage CSTRING(256) #ENDLOCALDATA
The variables need to be primed from ini or files for the routine to work properly.
**Data Files**
put your appointment file in "other files" in the procedure and fill in the appropriate prompts.
The checkbox 'Limit by using ResId/Date/Time Key' will limit the check to one resource, other wise it will just use a date and time key to locate appointments. The local variable is created for you, but it is up to you to prime it with a correct value.
The following code is generated by the template to check for appointments when using the Resource Id limit key.
|