Dec 182017
 
Clarion calendar/tickler. Application, and source code.
File PORTCLDR.ZIP from The Programmer’s Corner in
Category Databases and related files
Clarion calendar/tickler. Application, and source code.
File Name File Size Zip Size Zip Type
CALENDAR.CPY 330 133 deflated
CALENDAR.HLP 4022 1977 deflated
CALSHOW.CLA 7677 2170 deflated
DAYNOTES.CLA 2217 643 deflated
GETDAY.CLA 5817 1816 deflated
GETTRIP.CLA 4431 1252 deflated
GNAPPFIL.CLA 625 309 deflated
README.DOC 2366 1028 deflated
TESTCAL.CLA 1450 633 deflated
TESTCAL.HLP 2894 1389 deflated
TESTCAL1.CLA 2465 901 deflated
TESTCAL2.CLA 1819 669 deflated
TRIPTYP.CLA 2048 743 deflated

Download File PORTCLDR.ZIP Here

Contents of the README.DOC file


PORTCLDR.LZH - COMPRESSED FILE CONTAINING FILES LISTED BELOW
README.DOC - THIS FILE
CALENDAR.CPY - SOURCE FILE LISTING ASSOCIATED MODULES FOR MAP
CALENDAR.HLP - CLARION HELP FILE FOR CALENDAR MODULES
CALSHOW.CLA - SOURCE FILE THAT SHOWS CALENDAR CALLED
GETDAY.CLA - SOURCE FILE CONTAINING GET_APPOINTS FUNCTION
DAYNOTES.CLA - SOURCE FILE CONTAINING NOTES_FIELD PROCEDURE
TRIPTYP.CLA - SOURCE FILE CONTAINING TRIPTYP FUNCTION
GETTRIP.CLA - SOURCE FILE CONTAINING TRIP_FIELD FUNCTION
TESTCAL.CLA - TEST CALENDAR PROGRAM FILE
TESTCAL1.CLA - SOURCE FILE CONTAINING MAIN PROCEDURE OF TESTCAL
TESTCAL2.CLA - SOURCE FILE CONTAINING SETCAL PROCEDURE OF TESTCAL
TESTCAL.HLP - CLARION HELP FILE FOR TESTCAL PROGRAM

PORTCLDR is a portable hot-key appointment calendar program that is
designed to be incorporated into other programs.

It is a modified version of the calendar program included as an
example with the CLARION Professional Developer. A few things
have been changed to fit my perceived needs, and to make it
easily incorporated into other programs.

To see how it works, simply compile the TESTCAL.CLA program. You
can study the source code to see how it is called.

To use it in one of your programs use the following INCLUDES

INCLUDE('GNAPPFIL.CLA',APPOINTS) for the file definition
INCLUDE('CALENDAR.CPY'),LIST in the MAP for module definitions

No other global memory variables are needed, and it can be called
with or without parameters.

SYNTAX - SHOW_CALNDAR(YourFileName,YourHelpFile)
If you include YourFileName it will use that as the NAME of the
APPOINTS file
If you include YourHelpFile it will use the CALENDAR.HLP file
for it's help screens, returning you to your program's help
file when it's finished.
Both the data and the help files are closed when it exits the
program.

Feel free to use this as you wish. Any comments or suggestions are
welcome.THIS IS RELEASED TO THE PUBLIC DOMAIN.No guarantees or
warranties. Take it for what it's worth.

Bill Mell
Suitable Software
75-5851 Kuakini Highway
Kailua-Kona, HI 96740


 December 18, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)