home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL40.ARJ / VOL4078 < prev    next >
Text File  |  1992-08-17  |  7KB  |  177 lines

  1. P r o g r a m m a T h e e k volume 4078
  2.  
  3. Vervanger van Bijwagen nr. 7078
  4.  
  5. Titel: Clipper/dBASE Backup, Barcode & other system utilities
  6.  
  7. Number  Name            Size    Date    Comments
  8. 4078.01 BACKUP   LZH      1872 20-05-90 Een prog. om .DBF files te backen 
  9.                                         naar floppy.
  10.         CATALOG  078      1565 13-04-92 De Catalog file van deze schijf.
  11. 4078.03 CODE39   LZH      8421 20-05-90 Een demonstratie van BAR 
  12.                                         code technologie.
  13. 4078.04 DATATYPE LZH      4057 20-05-90 Een setje prg's voor indexing 
  14.                                         van .DBF files.
  15. 4078.05 DATEFIND LZH       923 20-05-90 ?????????????
  16. 4078.06 DAYWORD  LZH       451 20-05-90 ??????????????
  17. 4078.07 DBDBAK20 LZH     58276 20-05-90 Een demoprog. voor database design.
  18. 4078.08 DDGEN    LZH      5502 20-05-90 Een prog om een datadictionairy 
  19.                                         te creeren.
  20. 4078.09 DICT     LZH      9460 20-05-90 Onderhouden van .DBF files.
  21. 4078.10 DICTION  LZH      6770 20-05-90 Een 'tracker' voor het bijhouden 
  22.                                         van .DBF's.
  23. 4078.11 FDATE    LZH      1132 20-05-90 De datum in dBase formatteren.
  24. 4078.12 FILEDATE LZH      5025 20-05-90 Werken met INTER.BIN en PEEK.BIN.
  25. 4078.13 JBCAL10  LZH      4751 20-05-90 Een calender routine in dBase.
  26. 4078.14 LHA      EXE     33965 21-03-91 Het uitpak programma, toets 'LHA'
  27.                                         voor uitleg.
  28. 4078.15 MONTHS   LZH      1266 20-05-90 Optellen en aftrekken van mnd's 
  29.                                         van een datum.
  30. 4078.16 POLISH   LZH      8039 20-05-90 Rapport opmaak a la Lotus 123.
  31. 4078.17 RELAX    LZH     59359 20-05-90 Een backup/restore programma 
  32.                                         in Clipper.
  33. 4078.18 SQUEEZE  LZH       746 20-05-90 ??????????????
  34. 4078.19 TAPCAL2  LZH      3860 20-05-90 Een Sidekick achtige kalender.
  35. 4078.20 TIME     LZH      4936 20-05-90 Lotus, dBase datum conversie.
  36.         VOL4078  ABS      4743 13-04-92 De ABStract fie van deze schijf.
  37. 4078.22 WORKDAYS LZH      1522 20-05-90 Een scheduler in dBase.
  38. 4078.23 YACAL11  LZH      3096 20-05-90 Een kalender.
  39.         23 file(s) 122880 bytes free on volume 4078.
  40.  
  41. Op deze diskette staan een aantal files die ons kunnen helpen bij
  42. het werken met CLIPPER en dBASE.
  43.  
  44. BACKUP.LZH
  45. Files:           backup.doc, backup.prg
  46. DESCRIPTION:     Program to back up large database files to flop-
  47.                  pies in drive A:.
  48. FUNCTION:        This program will back up large database files
  49.                  from hard disk to floppy disks. This method
  50.                  circumvents the necessity of using BACKUP and
  51.                  COPY commands on your data files. In addition,
  52.                  the disks will be numbered and date stamped.
  53.  
  54. CODE39.LZH
  55. Barcode Program
  56. The files included in this archive demonstrate the CODE 39
  57. barcode symbology and will print CODE 39 barcodes on Epson/IBM
  58. Graphic printers as well as the HP LaserJet without font
  59. cartridges or soft fonts.
  60. This archive should contain the following files:
  61. CODE39.DOC - This text file
  62. CODE39.PRG - A Sample Clipper program to print CODE 39 Barcodes
  63. CODE39.MAK - A Make file to create CODE39.EXE
  64. CODE39.BAS - The original Basic program from which the Clipper
  65.              code was developed.
  66.  
  67. DATATYPE.LZH
  68. Files: datatype.doc, datatype.lib.
  69. I wrote this set of utilities to save database file space and to
  70. aid in the indexing process. 
  71. Numeric charaters not longer need to be converted to Numbers, and
  72. dates do not need to be index on DTOS() if my new datatype
  73. functions are used.
  74.  
  75. DATAFIND.LZH
  76. Files: datafind.prg
  77. This routine moves the record pointer to the first date within
  78. a specified date range.
  79.  
  80. DAYWORD.LZH
  81. Files: dayword.prg
  82. This function will return the a word string variable correspon-
  83. ding to the date that is passed.
  84.  
  85. DBDBAK20.LZH
  86. This is Data Base Designs "DBDBAK Ver 2.0" demo program.
  87. The ARC File contains the following files:
  88. 1. DEMO-A86.OBJ
  89. 2. DEMO-S87.OBJ
  90. 3. BAKA86.LIB
  91. 4. BAKS87.LIB
  92. 5. DIREC.DBF
  93. 6. DBDFILES.DBF
  94. 7. DIRS.COM
  95. 8. DIRLIST.COM
  96. 9, SPLIT.EXE
  97. 10.UNSPLIT.EXE
  98.  
  99. DDGEN.LZH
  100. This program reads the structure of your designated dBASEIII
  101. creates a data dictionary, containing the data file's structure
  102. description of each data field.  You supply the field description
  103. ("DEFINITION"), and this program supplies the rest.
  104.  
  105. DICT.LZH
  106. DICT.PRG allows you to create, maintain, and print a listing of
  107. all of the database files used by an application program or
  108. interactively for a given purpose.  You can clarify the field
  109. variable names chosen by entering a description for each field. 
  110. It also will print a cross reference of all field variables and
  111. which .DBF file contains them.
  112.  
  113. DICTION.LZH
  114. This is a utility program I wrote to keep track of the various
  115. databases I have roaming around my hard disk, some of which were
  116. created by other people, and therefore have harder to remember
  117. field names that ones I did myself.
  118.  
  119. FDATE.LZH
  120. This program takes a date variable passed to it with the
  121. PARAMETERS phrase and returns the date as a formatted character
  122. string.
  123.  
  124. FILEDATE.LZH
  125. Here are a number of programs for dBase III Plus and comp. (such
  126. as FoxBase+ and FoxBase+ 2.0) which do all sorts of using
  127. INTER.BIN and PEEK.BIN.
  128.  
  129. JB10CAL.LZH
  130. Point and shoot calendar routine allowing you to;
  131. 1) Skip years backworth and forward.
  132. 2) Skip Months Forward and Backward
  133. 3) Go to End of Year
  134. 4) Go to Beginning of year
  135. 5) Skip Days Forward and Backward
  136. etc.
  137.  
  138. MONTHS.LZH
  139. This program illustrates a user defined function which allows for
  140. addition and subtraction of months from a date.
  141.  
  142. POLISH.LZH
  143. Een  tweetal  programma's in dBase die proberen een rapport in
  144. dBase op te zetten met het gemak waarmee we dit in Lotus 123
  145. kunnen doen.
  146.  
  147. RELAX.LZH
  148. Een  file  Backup/recovery systeem voor dBase/Clipper  geschreven
  149. in Clipper.
  150.  
  151. SQUEEZE.LZH
  152. These functions may be used to reduce storage space required
  153. numeric variables.  Using these functions, a numeric field may
  154. be stored as a string field, using 1/2 the room of the numeric.
  155.  
  156. TAPCAL2.LZH
  157. This is a new improve version of Sidekick pop-up Calendar style.
  158. This program was written under Clipper. The reason why I do not
  159. use UDF is because I want this program to work with any version
  160. of Clipper.
  161.  
  162. TIME.LZH
  163. DATE() + TIME() IN DBASE III (AND LOTUS DATE CONVERSION)
  164.  
  165. WORKDAYS.LZH
  166. WORKDAYS.PRG uses dBASE's DOW() function to calculate elapsed
  167. business days (excluding weekends and company holidays) between
  168. any two dates.  This is useful, for example, in determining how
  169. long it takes to process insurance claims, how long it takes for
  170. sales to show up in bank deposits, etc.  It can also help in
  171. projecting lead times for scheduling production or in writing
  172. proposals. If you declare the opening variables PUBLIC rather
  173. than PRIVATE, the results will be available to the calling
  174. program.
  175.  
  176. YACAL11.LZH
  177. Yet another kalender program written in Clipper.