Dec 092017
Source code for Database Advisor Magazine for the month of August. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
GUTIERRE.ZIP | 3273 | 3027 | deflated |
HOUSE.ZIP | 6562 | 6305 | deflated |
LEDERER.ZIP | 1474 | 1448 | deflated |
MENNINGE.ZIP | 3059 | 2805 | deflated |
READ.ME | 6797 | 2833 | deflated |
RUBEL.ZIP | 1067 | 982 | deflated |
SMITH.ZIP | 16248 | 14492 | deflated |
SPENCE.ZIP | 2050 | 1837 | deflated |
Download File S9308.ZIP Here
Contents of the READ.ME file
Data Based Advisor -- August 1993
Source Code -- Contents
------------------------------------------------------------------------
Files provides in this file be text format .TXT files, readable by any
editor. Such files may contain several routines.
From DOS, you can read a text file using the TYPE command, the shareware
LIST utility, or the MS-DOS EDIT utility.
------------------------------------------------------------------------
Files provided in this file may be "zipped" files. To extract, you'll
need a copy of PKZIP from PKWARE, Inc., a shareware program that you can
obtain from most CompuServe forums.
A zipped file can contain several files. They can be larger than the
zipped file, often twice as large or more, so be sure you have disk
space.
On some occasions, you will be advised to extract a particular file
slightly differently. For example, the -O and -D flags unzip contained
files into subdirectories of the current directory. The subdirectories
are created if necessary. This only occurs if specified in the original
zipped file.
-----------------------------------------------------------------------
Client/Server Developer
"Wide Area Networking on a Budget"
by Dave Menninger
Menninge.zip
Tables and sample code on getting data from SQL tables via a WAN.
-----------------------------------------------------------------------
dBASE Developer
"Create Data Tables When You Need 'Em"
By Malcolm C. Rubel
Rubel.zip
Function for using STRUCTURED EXTENDED to create data tables on the fly.
-----------------------------------------------------------------------
Hardcore Clipper
"Reader Feedback"
by Rick Spence
Spence.zip
Function for editing a TBrowse.
-----------------------------------------------------------------------
Paradox Programmer
"Tricks and Traps for Data Entry"
by Brian J. Smith
Smith.zip
More tricks for getting at WAIT's bugs. These are Paradox DOS functions.
-----------------------------------------------------------------------
FoxPro Developer
"Cross Tabulating Many Fields"
by David J. Lederer
Lederer.zip
Routine for cross tabulating columns and rows of data.
-----------------------------------------------------------------------
Windows Developer
"How to Write and Use DLLs"
by Bill House
House.zip
DEVICES module mentioned in article, with make file and header file for
calling it as a DLL.
-----------------------------------------------------------------------
Clipper Basics
"Date Entry Made Simple"
by Dan D. Gutierrez
Gutierre.zip
Sample code listings and program file for creating a framework for a
data-entry screen.
-----------------------------------------------------------------------
END OF SOURCE CODE CONTENTS
=======================================================================
BONUS FILES -- Data Based Advisor provides bonus files such as demos,
information, shareware and freeware only on the monthly Companion Disk.
However, you may be able to obtain these files directly from a
CompuServe forum or directly from the following companies. The following
information is provided as a service to vendors.
-----------------------------------------------------------------------
PCX2PCL
PCX2PCL is a shareware library for converting a PCX graphic image into a
PCL file, for printing on an HP or compatible printer. This demo is
brought to you by I.L.A., the same folks who make, ProHP, the HP printer
library for Clipper applications. (If you want to know more about ProHP,
see the review in the Sept. issue of Data Based Advisor.) For more info,
contact I.L.A., Inc., 1180 Spring Center South Blvd., Suite 211,
Altamonte Springs, FL 32714, 800-274-7734, (407) 774-7734, fax (407)
774-6750.
-----------------------------------------------------------------------
Notice: This month's source code files are provided as a convenience to
subscribers of Data Based Advisor magazine. They are owned by their
respective copyright owners (if any). Some programs may be "shareware,"
meaning you may be expected to pay the owner for use of the program. See
each program's documentation for details.
This file is copyright 1993 by Data Based Solutions, Inc. as a
compilation. It may not be reproduced in any form except for archival
backup as allowed under copyright law.
However, Data Based Solutions is not responsible for the suitability of
these programs for any particular purpose, nor can we help you use them
beyond the information we've provided in the file you are reading now.
Data Based Solutions, Inc.
Suite 200
4010 Morena Boulevard
San Diego, CA 92117
U.S.A.
Telephone (619)483-6400
Fax (619)483-9851
CompuServe 70007,1614
****************************************************************
The usual computer software statements:
Limited Warranty:
EXCEPT AS STATED BELOW, THIS FILE IS PROVIDED "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE FILES
RESTS WITH YOU. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED
WARRANTIES OR LIMITATIONS ON HOW LONG AN IMPLIED WARRANTY MAY LAST, OR
THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
THE ABOVE EXCLUSION MAY NOT APPLY TO YOU. THIS WARRANTY GIVES YOU
SPECIFIC LEGAL RIGHTS AND YOU MAY ALSO HAVE OTHER RIGHTS WHICH VARY FROM
JURISDICTION TO JURISDICTION.
Data Based Solutions, Inc. does not warrant that the contents of this
file will meet your requirements or be free of errors.
IN NO EVENT SHALL DATA BASED SOLUTIONS, INC., INCLUDING ITS WRITERS,
EDITORS, STAFF AND MANAGEMENT, BE LIABLE TO YOU FOR ANY DAMAGES,
INCLUDING LOST PROFITS, LOST SAVINGS, CONSEQUENTIAL, SPECIAL, INCIDENTAL
OR INDIRECT DAMAGES OF ANY KIND ARISING OUT OF THE USE OF OR INABILITY
TO USE THE CONTENTS OF THIS FILE, OR ANY INFORMATION PROVIDED BY DATA
BASED SOLUTIONS, EVEN IF DATA BASED SOLUTIONS HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES. IN NO EVENT WILL DATA BASED SOLUTIONS'
LIABILITY FOR ANY CLAIM, WHETHER IN CONTRACT, TORT OR ANY OTHER THEORY
OF LIABILITY. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OR
EXCLUSION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THE
ABOVE LIMITATION OR EXCLUSION MAY NOT APPLY TO YOU.
YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, UNDERSTAND IT AND
AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS. YOU AGREE THAT THIS IS
THE ENTIRE AGREEMENT BETWEEN YOU AND DATA BASED SOLUTIONS. IT SUPERSEDES
ANY PRIOR AGREEMENT, WHETHER WRITTEN OR ORAL, RELATING TO THE SUBJECT OF
THIS AGREEMENT.
Source Code -- Contents
------------------------------------------------------------------------
Files provides in this file be text format .TXT files, readable by any
editor. Such files may contain several routines.
From DOS, you can read a text file using the TYPE command, the shareware
LIST utility, or the MS-DOS EDIT utility.
------------------------------------------------------------------------
Files provided in this file may be "zipped" files. To extract, you'll
need a copy of PKZIP from PKWARE, Inc., a shareware program that you can
obtain from most CompuServe forums.
A zipped file can contain several files. They can be larger than the
zipped file, often twice as large or more, so be sure you have disk
space.
On some occasions, you will be advised to extract a particular file
slightly differently. For example, the -O and -D flags unzip contained
files into subdirectories of the current directory. The subdirectories
are created if necessary. This only occurs if specified in the original
zipped file.
-----------------------------------------------------------------------
Client/Server Developer
"Wide Area Networking on a Budget"
by Dave Menninger
Menninge.zip
Tables and sample code on getting data from SQL tables via a WAN.
-----------------------------------------------------------------------
dBASE Developer
"Create Data Tables When You Need 'Em"
By Malcolm C. Rubel
Rubel.zip
Function for using STRUCTURED EXTENDED to create data tables on the fly.
-----------------------------------------------------------------------
Hardcore Clipper
"Reader Feedback"
by Rick Spence
Spence.zip
Function for editing a TBrowse.
-----------------------------------------------------------------------
Paradox Programmer
"Tricks and Traps for Data Entry"
by Brian J. Smith
Smith.zip
More tricks for getting at WAIT's bugs. These are Paradox DOS functions.
-----------------------------------------------------------------------
FoxPro Developer
"Cross Tabulating Many Fields"
by David J. Lederer
Lederer.zip
Routine for cross tabulating columns and rows of data.
-----------------------------------------------------------------------
Windows Developer
"How to Write and Use DLLs"
by Bill House
House.zip
DEVICES module mentioned in article, with make file and header file for
calling it as a DLL.
-----------------------------------------------------------------------
Clipper Basics
"Date Entry Made Simple"
by Dan D. Gutierrez
Gutierre.zip
Sample code listings and program file for creating a framework for a
data-entry screen.
-----------------------------------------------------------------------
END OF SOURCE CODE CONTENTS
=======================================================================
BONUS FILES -- Data Based Advisor provides bonus files such as demos,
information, shareware and freeware only on the monthly Companion Disk.
However, you may be able to obtain these files directly from a
CompuServe forum or directly from the following companies. The following
information is provided as a service to vendors.
-----------------------------------------------------------------------
PCX2PCL
PCX2PCL is a shareware library for converting a PCX graphic image into a
PCL file, for printing on an HP or compatible printer. This demo is
brought to you by I.L.A., the same folks who make, ProHP, the HP printer
library for Clipper applications. (If you want to know more about ProHP,
see the review in the Sept. issue of Data Based Advisor.) For more info,
contact I.L.A., Inc., 1180 Spring Center South Blvd., Suite 211,
Altamonte Springs, FL 32714, 800-274-7734, (407) 774-7734, fax (407)
774-6750.
-----------------------------------------------------------------------
Notice: This month's source code files are provided as a convenience to
subscribers of Data Based Advisor magazine. They are owned by their
respective copyright owners (if any). Some programs may be "shareware,"
meaning you may be expected to pay the owner for use of the program. See
each program's documentation for details.
This file is copyright 1993 by Data Based Solutions, Inc. as a
compilation. It may not be reproduced in any form except for archival
backup as allowed under copyright law.
However, Data Based Solutions is not responsible for the suitability of
these programs for any particular purpose, nor can we help you use them
beyond the information we've provided in the file you are reading now.
Data Based Solutions, Inc.
Suite 200
4010 Morena Boulevard
San Diego, CA 92117
U.S.A.
Telephone (619)483-6400
Fax (619)483-9851
CompuServe 70007,1614
****************************************************************
The usual computer software statements:
Limited Warranty:
EXCEPT AS STATED BELOW, THIS FILE IS PROVIDED "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE FILES
RESTS WITH YOU. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED
WARRANTIES OR LIMITATIONS ON HOW LONG AN IMPLIED WARRANTY MAY LAST, OR
THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
THE ABOVE EXCLUSION MAY NOT APPLY TO YOU. THIS WARRANTY GIVES YOU
SPECIFIC LEGAL RIGHTS AND YOU MAY ALSO HAVE OTHER RIGHTS WHICH VARY FROM
JURISDICTION TO JURISDICTION.
Data Based Solutions, Inc. does not warrant that the contents of this
file will meet your requirements or be free of errors.
IN NO EVENT SHALL DATA BASED SOLUTIONS, INC., INCLUDING ITS WRITERS,
EDITORS, STAFF AND MANAGEMENT, BE LIABLE TO YOU FOR ANY DAMAGES,
INCLUDING LOST PROFITS, LOST SAVINGS, CONSEQUENTIAL, SPECIAL, INCIDENTAL
OR INDIRECT DAMAGES OF ANY KIND ARISING OUT OF THE USE OF OR INABILITY
TO USE THE CONTENTS OF THIS FILE, OR ANY INFORMATION PROVIDED BY DATA
BASED SOLUTIONS, EVEN IF DATA BASED SOLUTIONS HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES. IN NO EVENT WILL DATA BASED SOLUTIONS'
LIABILITY FOR ANY CLAIM, WHETHER IN CONTRACT, TORT OR ANY OTHER THEORY
OF LIABILITY. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OR
EXCLUSION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THE
ABOVE LIMITATION OR EXCLUSION MAY NOT APPLY TO YOU.
YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, UNDERSTAND IT AND
AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS. YOU AGREE THAT THIS IS
THE ENTIRE AGREEMENT BETWEEN YOU AND DATA BASED SOLUTIONS. IT SUPERSEDES
ANY PRIOR AGREEMENT, WHETHER WRITTEN OR ORAL, RELATING TO THE SUBJECT OF
THIS AGREEMENT.
December 9, 2017
Add comments