Dec 052017
Point and shoot calendar for Clipper S87. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
JBCAL20.DOC | 5384 | 1953 | deflated |
JBCAL20.OBJ | 11568 | 5055 | deflated |
JBCAL20.ORD | 1896 | 620 | deflated |
JBCLINK.BAT | 97 | 69 | deflated |
JBDEMO.OBJ | 2590 | 849 | deflated |
JBDEMO.PRG | 0 | 0 | stored |
Download File JBCAL20.ZIP Here
Contents of the JBCAL20.DOC file
******************************************************************************
* (C) JOHN A. BRISTOR 1987,1988
* (C) Computer Research Technology, Inc. 1989
* ALL RIGHTS RESERVED
*
* Computer Research Technology, Inc.
* 8414 Williamsburg Circle
* Pensacola, FL 32514
* Voice (904) 474-8846
* FIDO : 366/5
* DATA : dCenter of the Universe (904) 476-3116 : 1200/2400/9600 (HST)
*
* JBCAL20.OBJ : A Nice Point & Shoot Calendar with Many Features, Including
* a nice notepad based on the selected date, returning of
* the selected date to a Clipper application, true windowing
* movement of the calendar around the screen. All Windowing
* and windowing movements together only take a maximum of 2K of
* Ram. Don't bother saving your screen before calling JBCAL as
* JBCAL will restore it on exit. Windowing routines are a
* courtesy of CRT's Windowing Library for Clipper.
*
* COMPILER - Summer '87
*****************************************************************************
*
* PARAMETERS :
*
* Top - top of calendar - numeric
* Left - left column of calendar - numeric
* Date - seed date - character
* Color - "C" for color, "M" for monochrome
* Return_Key - Inkey Value of KeyStroke to Return Selected Date to Application
*
* Parameter Defaults ---> JBCAL(10,27,Dtoc(Date()),'C',-9)
* or
* JBCAL(@Top,@Left,Dtoc(Date()),'C',-9)
*
* Use the '@' character to allow any changes
* in Screen Placement to be sent back to your
* application
*
******************************************************************************
* FILES THAT SHOULD BE IN JBCAL20.ARC
******************************************************************************
*
* JBCAL20.DOC : This File
*
* JBCAL20.ORD : Ordering/Registration Information
*
* JBCLINK.BAT : Batch File to Compile and Link
*
* JBDEMO.PRG : Demonstration Calling Program
*
* JBCAL20.OBJ : The One and Only JBCAL version 2.0
*
******************************************************************************
* DISCLAIMERS AND LIMITATIONS ON USE
******************************************************************************
*
* REGISTERED USERS MAY USE JBCAL20 in their applications, ANYONE ELSE CAN'T!!
*
* This is an "Almost Free" Program!
*
* This is not a "Public Domain" Program.
*
* The Author is releasing the files under the "BEER-WARE" Concept.
* (distribution of source code is as FOR BEER MONEY only).
* (Receipts will not be used to proliferate NUCLEAR WAR or
* support IRAN in any way.)
*
* This software is a user-supported software package .
*
* The JBCAL20.ARC file may be distributed FREELY AS A WHOLE.
*
* Copies may be given away freely only as a whole package including
* this JBCAL20.DOC file. They may not be edited or modified in any
* way and then distributed.
*
* Comments and suggestions should be sent to me at the
* address above. Or if you find a bug.. (Boo.. Hsss!)
*
* dBASE III and Clipper are trademarks of Ashton Tate and Nantucket
* respectively.
*
******************************************************************************
* Keystokes used in JBCAL20
******************************************************************************
*
* Carriage Return/Enter Key - Note Pad
* To Exit Notepad use Control-W to Save or ESCape to Exit/Abort
* Notes are stored on disk as : Century+Year+Month+Day+.JB
* Example : 19890122.JB
*
* Function Key 10 (can be changed by a parameter) - returns currently
* selected date to clipper application as a character variable
*
* ESCape Key - Return to Application with Origianl Date
*
*
* CALENDAR DATE MOVEMENT WINDOWING MOVEMENTS
*
* Up Arrow - Go to Previous Month '+' - Move Window Up
* Down Arrow - Go to Next Month '-' - Move Window Down
* Left Arrow - Go to Previous Day Ctrl Left Arrow - Move Window
* Right Arrow - Go to Next Day Left
* Page Up - Go to Previous Year Ctrl Right Arrow- Move Window
* Page Down - Go to Next Year Right
* Home - Go to the 1st of Month Ctrl Page Up, Ctrl Page Down,
* End - Go to the End of Month Ctrl End, and Ctrl Home -
* '?' - Help Key Moves Window in a Diagonal
* Direction
*
******************************************************************************
* $ 5.00 TO PURCHASE THE SOURCE CODE FOR JBCAL20 $ 5.00
* Fill out JBCAL20.DOC and send via US Mail, Fido Net Mail,
* or Upload to our Support BBS. No Phone Orders will be taken.
******************************************************************************
* (C) JOHN A. BRISTOR 1987,1988
* (C) Computer Research Technology, Inc. 1989
* ALL RIGHTS RESERVED
*
* Computer Research Technology, Inc.
* 8414 Williamsburg Circle
* Pensacola, FL 32514
* Voice (904) 474-8846
* FIDO : 366/5
* DATA : dCenter of the Universe (904) 476-3116 : 1200/2400/9600 (HST)
*
* JBCAL20.OBJ : A Nice Point & Shoot Calendar with Many Features, Including
* a nice notepad based on the selected date, returning of
* the selected date to a Clipper application, true windowing
* movement of the calendar around the screen. All Windowing
* and windowing movements together only take a maximum of 2K of
* Ram. Don't bother saving your screen before calling JBCAL as
* JBCAL will restore it on exit. Windowing routines are a
* courtesy of CRT's Windowing Library for Clipper.
*
* COMPILER - Summer '87
*****************************************************************************
*
* PARAMETERS :
*
* Top - top of calendar - numeric
* Left - left column of calendar - numeric
* Date - seed date - character
* Color - "C" for color, "M" for monochrome
* Return_Key - Inkey Value of KeyStroke to Return Selected Date to Application
*
* Parameter Defaults ---> JBCAL(10,27,Dtoc(Date()),'C',-9)
* or
* JBCAL(@Top,@Left,Dtoc(Date()),'C',-9)
*
* Use the '@' character to allow any changes
* in Screen Placement to be sent back to your
* application
*
******************************************************************************
* FILES THAT SHOULD BE IN JBCAL20.ARC
******************************************************************************
*
* JBCAL20.DOC : This File
*
* JBCAL20.ORD : Ordering/Registration Information
*
* JBCLINK.BAT : Batch File to Compile and Link
*
* JBDEMO.PRG : Demonstration Calling Program
*
* JBCAL20.OBJ : The One and Only JBCAL version 2.0
*
******************************************************************************
* DISCLAIMERS AND LIMITATIONS ON USE
******************************************************************************
*
* REGISTERED USERS MAY USE JBCAL20 in their applications, ANYONE ELSE CAN'T!!
*
* This is an "Almost Free" Program!
*
* This is not a "Public Domain" Program.
*
* The Author is releasing the files under the "BEER-WARE" Concept.
* (distribution of source code is as FOR BEER MONEY only).
* (Receipts will not be used to proliferate NUCLEAR WAR or
* support IRAN in any way.)
*
* This software is a user-supported software package .
*
* The JBCAL20.ARC file may be distributed FREELY AS A WHOLE.
*
* Copies may be given away freely only as a whole package including
* this JBCAL20.DOC file. They may not be edited or modified in any
* way and then distributed.
*
* Comments and suggestions should be sent to me at the
* address above. Or if you find a bug.. (Boo.. Hsss!)
*
* dBASE III and Clipper are trademarks of Ashton Tate and Nantucket
* respectively.
*
******************************************************************************
* Keystokes used in JBCAL20
******************************************************************************
*
* Carriage Return/Enter Key - Note Pad
* To Exit Notepad use Control-W to Save or ESCape to Exit/Abort
* Notes are stored on disk as : Century+Year+Month+Day+.JB
* Example : 19890122.JB
*
* Function Key 10 (can be changed by a parameter) - returns currently
* selected date to clipper application as a character variable
*
* ESCape Key - Return to Application with Origianl Date
*
*
* CALENDAR DATE MOVEMENT WINDOWING MOVEMENTS
*
* Up Arrow - Go to Previous Month '+' - Move Window Up
* Down Arrow - Go to Next Month '-' - Move Window Down
* Left Arrow - Go to Previous Day Ctrl Left Arrow - Move Window
* Right Arrow - Go to Next Day Left
* Page Up - Go to Previous Year Ctrl Right Arrow- Move Window
* Page Down - Go to Next Year Right
* Home - Go to the 1st of Month Ctrl Page Up, Ctrl Page Down,
* End - Go to the End of Month Ctrl End, and Ctrl Home -
* '?' - Help Key Moves Window in a Diagonal
* Direction
*
******************************************************************************
* $ 5.00 TO PURCHASE THE SOURCE CODE FOR JBCAL20 $ 5.00
* Fill out JBCAL20.DOC and send via US Mail, Fido Net Mail,
* or Upload to our Support BBS. No Phone Orders will be taken.
******************************************************************************
December 5, 2017
Add comments