home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / business / regist.zip / REGISTER.DOC < prev    next >
Text File  |  1993-05-18  |  14KB  |  333 lines

  1.  
  2.                            REGISTER
  3.  
  4.                ****************************************
  5.                         Version 1.1   05\10\1993
  6.                         REGISTRATION FEE: $5.00
  7.  
  8.                         William A. Phillips
  9.                         RT 1 Box 397 Piney Grove rd
  10.                         Danbury, NC 27016 USA
  11.  
  12.                         Registration gets $2.00 off
  13.                         other products. And current release.
  14.  
  15.                ****************************************
  16.  
  17.             NOTICE OF USE
  18.  
  19.      You may use this program with your program for registration use. You
  20.      may send the REGISTER(S) program(S) to the SHAREWARE buyers if you choose
  21.      but you must mention that this is an added SHAREWARE program that needs
  22.      to be registered if used for the shareware buyer to use with their own
  23.      programs. If they are not going to use the register programs for their
  24.      shareware then they do not have to register it.
  25.  
  26.      Basically if you are going to use the register program with your programs
  27.      you need to register the REGISTER program. Buyers of your programs that
  28.      use your shareware with the register program who are not going to use the
  29.      register program for their shareware programs do not have to register
  30.      the register program.
  31.  
  32.  
  33.       REGISTER is a registration program that can be hooked into a mother
  34.   program. It comes as a Self standing program for a batch file or program
  35.   to execute, A TURBO PASCAL TPU file, or a procedure that can be inculded
  36.   in program code.
  37.  
  38.   REUIREMENTS: IBM Compatible with DOS 3.0+
  39.  
  40.   The program provides a Screen for describing a product and other products.
  41.   The registration fee is in red.
  42.   You can add multiple entries if you wish.
  43.  
  44.                        HOW IT WORKS
  45.        If you want the registration screen to automatically display an entry
  46.   YOU MUST HAVE AN ENTRY 01 ON THE DTATBASE. The program upon initialization
  47.   Reads for an ENTRY 01 to display. There are two major types of operation
  48.   with the register program. There are three modules each (PROGRAM, TPU,
  49.   PROCEDURE) one set REGCON* will continuosly show the entry every time the
  50.   mother program is executed. The REGDEP will show the screen DEPENDING
  51.   on whether the F5 key to print the registration was pushed on the register
  52.   entry screen or not. If using the REGDEP series and the F5 key is pushed
  53.   the register program changes the entry to "RR" registered meaning the
  54.   register entry was printed. That doesn't mean they sent it in but if they
  55.   attempt to print and register your mother program then when they execute
  56.   your program the register screen will not come up.
  57.   They are encouraged to look at other entries in the database. Which you
  58.   might specify in your README documentation.
  59.  
  60.   MODULE NAMES AND OPERATION
  61.  
  62.   REGCONPG - Stand alone program that coninuously shows registration.
  63.  
  64.   REGCONU  - TURBO PASCAL TPU unit which continuously shows registration.
  65.  
  66.   REGCONP  - TURBO PASCAL procedure code which continuously shows registration.
  67.  
  68.   REGDEPPG - Stand alone program dependently shows registration (F5 print key).
  69.  
  70.   REGDEPU  - TURBO PASCAL TPU unit dependently shows registraton.
  71.  
  72.   REGDEPP  - TURBO PASCAL procedure that dependently shows registration.
  73.  
  74.   IMPLEMENTING THE VARIOUS TYPES
  75.  
  76.    For RECONPG or REGDEPPG you can either execute it in a batch program with
  77.    your program in the batch file or for instance in a PASCAL PROGRAM
  78.  
  79.    Progname := 'REGCONPG.EXE'; /* (or 'REGDEPPG.EXE')
  80.    Parmstr  := ' ';
  81.    EXECOS(Progname,Parmstr,Code);
  82.  
  83.   For REGCONU or REGDEPU you enter these as units on the USES statement and
  84.   just execute them in the code.
  85.  
  86.    REGDEP; /* is the dependent  unit procedure name.
  87.    REGCON; /* is the continuous unit procedure name.
  88.  
  89.   For the procedures REGDEPP and REGCONP include them in the code of your
  90.   PASCAL program with the {$I REGDEPP.PAS} statement
  91.   and execute in the code as a procedure:
  92.  
  93.    REGDEPP;  or
  94.    REGCONP;
  95.  
  96.    If you have trouble testing and setting up the register you can del
  97.    the files and re-execute the program: The data file and indices will
  98.    be rebuilt.
  99.  
  100.    REGISTER.DAT
  101.    REGISTER.I*
  102.  
  103.    You execute the REGISTER program to set up your data.
  104.  
  105.    On any of the programs that show the REGISTER screen you can
  106.    There are two keys one on entry and one on name. To use a key
  107.    in retrieval place the cursor on one of theose fields.
  108.  
  109.    Depress F2 to get the next entry
  110.  
  111.    Depress F3 to get the previous entry
  112.  
  113.    Depress F4 to serach for greater than Key entry
  114.  
  115.    Depress F5 to LIST TO REGISTER;
  116.  
  117.    Depress F6 to ADD an entry
  118.  
  119.    Depress F7 to update an entry
  120.  
  121.    Depress F8 to delete an entry
  122.  
  123.    Depress F10 to rebuild an index, Dump the data to a typed file
  124.     or reload data from the typed file. This feature SORT of works and
  125.     is being worked on.
  126.  
  127.    This program is intended to help people find an easy way to Display registration
  128.    as well as advertise other programs and nothing else. If there are problems
  129.    every attempt will be made to solve the problems for the purpose of getting
  130.    the program to work for you for registration purposes only.
  131. *N*
  132.                  PROBLEM RESOLUTION
  133.  
  134.      If there is a problem with program execution:
  135.  
  136.     1) Try deleting the indexes E.G. "DEL REGISTER.I*". When you are back
  137.        in the program depress the F10 key then the F1 key to rebuild the
  138.        indexes.
  139.  
  140.     2) If problems persist depress F10 then F3 to dump the data. Then exit
  141.        the program. Delete the data file and indexes "DEL REGISTER.DAT" and
  142.        "DEL REGISTER.I*". Re-execute the program. Depress F10 Then F2 to reload
  143.        the data. Delete any unwatnted entries. Exit the program then
  144.        re-execute the program and continue.
  145.  
  146.     3) If problems persist delete the data file and indexes and re-enter
  147.        the data.
  148. *N*
  149.             COPYRIGHT
  150.  
  151. A Copyright has been applied for and DBA TEKSERV claims all rights to this
  152. product. However you are encouraged to use this product for any activity
  153. including making money as long as the money made is not for the sale of this
  154. product. This product is not to be copyied for other persons PC's nor to be
  155. given away to others. It is intended for the owner's PC's.  The owner is allowed
  156. to operate the product on multiple PC's that the owner owns in a private sense.
  157. Buisiness, Corporate, and Government agencies are only allowed one copy per
  158. machine. However a discount can be applied for multiple purchases by these
  159. agencies.
  160.  
  161. *N*
  162.         SPONSOR PROGRAM
  163.  
  164.      If you pass the following additional copies request on to a friend put
  165. your SSN in the Sponsor field. Then if you tell DBA TEKSERV how you liked the
  166. product and if there are any problems or IDEAS you have and include your SSN
  167. on this Questionaire you will receive a dollar if the additional copies form
  168. comes in with an order. Make as many copies as you wish with your sponsor
  169. number. For every order with the Sponsor number you will get a dollar.
  170.  
  171.   SSN:  _________________
  172.  
  173.   NAME: _________________________
  174.   ADDR: _________________________ ST: ____ ZIP: __________
  175.  
  176.   How well did you like REGISTER Program?
  177.  
  178.   ________________________________________________________________________
  179.  
  180.   Compare it to other software as far as program productivity Good, Bad, or
  181.   Ugly.
  182.  
  183.   _________________________________________________________________________
  184.  
  185.   How easy is REGISTER to use? Any New Ideas for it?
  186.  
  187.   ___________________________________________________________________________
  188.  
  189.   Would you be interested in purchasing a 3" LETTER SCROLLING game. It is
  190.   a phrase scrolling program that has a database. It can also scroll ASCII
  191.   Text files like a billboard.
  192.   ___ YES  ___ NO
  193.  
  194.   Do you have an interest in a Lottery game which allows you to make entries
  195.   and then you can have an auto random draw to win?
  196.   ___ YES  ___ NO
  197.  
  198.   Do you have an interest in a TUBO PASCAL Screen painter/program/database
  199.   generator?
  200.   ___ YES  ___ NO
  201.  
  202.   AGE: ____
  203.   SEX: ____
  204.  
  205.   OCCUPATION: ________________________
  206.  
  207.  
  208. *N*
  209.                 DISCLAIMER
  210.  
  211.      This program is intended for program development. DBA TEKSERV is not
  212. responsible for the illegal use or misuse of this program.  DBA TEKSERV is not
  213. responsible for any such accusitory "DEFECTS" in program design or operation.
  214. This product is sold "AS IS".
  215.  
  216.                 RETURN POLICY
  217.  
  218.      Any returns of this product will be subject to a 20%
  219. restocking Charge to the customer.
  220.  
  221.                 HELP POLICY
  222.  
  223.      DBA TEKSERV encourages correspondence to DBA TEKSERV concerning the
  224. appearance, operation, or problems associated with this product. Although no
  225. guarantee is given for "FIXING" any inherent problems, "IRRITATIONS", etc. All
  226. available effort and time will be given to HELP the customer enjoy this game if
  227. posslible.
  228.  
  229.                 HEALTH POLICY
  230.  
  231.      DBA TEKSERV is not responsible for any damage the customer may incur from
  232. the computer or the operation of the game in any financial, or health related
  233. area. The operation of you computer and software is considered by DBA TEKSERV to
  234. be the responsibility of the customer. The color combinations of the game were
  235. chosen to attract the customers attention in an entertaining way. So the
  236. customer is to use this product at their own risk. This policy is stated
  237. due to allegations of damage due to radion of the computer montitor to the
  238. eyes and electomagnetic waves. This game is assumed by DBA TEKSERV to be no
  239. more damaging than any other game presently available.
  240.  
  241. *N*
  242.  _____________________                                              ________
  243.  _____________________
  244.  _____________________                                               STAMP
  245.  
  246.                                                                     ________
  247.  
  248.  
  249.  
  250.                       DBA TEKSERV
  251.                       RT1 Box 397 Piney Grove
  252.                       Danbury, NC 27016 USA
  253.  
  254. *N*
  255.            Federal Balance the Budget Lottery Promotional Entry
  256.  
  257.     This is an entry for you to enter 4 numbers from 1 to 36. DBA TEKSERV
  258.  is going to hold a PROMOTIONAL lottery by DEC 31, 1993. The winner(s)
  259.  will get/split $100.00 in prizes. The lottery will only be held if there
  260.  are more than 100 participants. The lottery will be using the Draw to Win for
  261.  an exact match. The first entry(s) that match will be the winners. This
  262.  entry is an incentive for owners of the FEDERAL BALANCE THE BUDGET LOTTERY
  263.  ZOOMCHAR/BIGCHAR, BLDPAS, or REGISTER. However all entries are welcome.
  264.  
  265.  NAME    ___________________________ SSN ____________________ Phone: __________
  266.  ADDRESS ___________________________ ST ____ ZIP ____________
  267.  
  268.     (4 numbers 1 thru 36 - Do not use leading zeroes)
  269.  
  270.     __ __ __ __
  271.  
  272.                  DBA TEKSERV/William A. Phillips
  273.                  RT1 Box 397 Piney Grove Rd.
  274.                  Danbury, NC 27016 USA
  275.  
  276.  Prizes will at this point be $100 worth of registrations for shareware.
  277.  For multiple winners the $100 will be split. Each winner will get their
  278.  share of the $100 for shareware. If their are more entries than
  279.  anticipated you may be asked to give a fifth number.
  280. *N*
  281.                   OTHER PRODUCTS FROM DBA TEKSERV
  282.  
  283.      BLDPAS is a TURBO PASCAL Screen painter/program/database generator.
  284. A complete working database program can be created in just minutes by
  285. entering a screen using "X" as data fields, entering attribute, color
  286. and up to 12 key field information. The source generated can be modified.
  287. REGISTRATION FEE $20.00.
  288.  
  289.      REGISTER is a set of programs, TPU UNITS, TURBO PASCAL procedures
  290. that allow a shareware author to hook them into his/her program for
  291. a full screen registration screen. One set of programs allows the
  292. user to depress the F5 key to print the form and then the screen will
  293. no longer appear. REGISTRATION FEE $5.00/
  294.  
  295.      ZOOMCHAR/BIGCHAR are programs that allow the use/creation of big
  296. letter's and figures. Zoomchar will scroll these letter's/figures across
  297. your screen in color. You can enter phrases on the database and chain them
  298. You can also scroll ASCII text files. Use for Messaging, Education, Screen
  299. saver. Normal registration Fee $10.00.
  300.  
  301.      AUTOMOVE is a simple text animator with a database that allows you
  302. to enter text figures and have them actuated by depressing F1. Figure
  303. entries can be chained with the NEXT field. REGISTRATION FEE $5.00
  304.  
  305. *N*
  306.                  ORDER FORM
  307.  
  308.    Orders of 10 or more or Owners of other products from DBA TEKSERV $10.00
  309. __ Copies Lottery At $15.00 Total = ($15.00 X copies) = _______
  310.  
  311.    Orders of 10 or more or owners of other products from DBA TEKSERV $5.00
  312. __ Copies Zoomchar At $10.00 Total = ($10.00 X copies)  = _______
  313.  
  314.    Orders of 10 or more or owners of other products from DBA TEKSERV $15.00
  315. __ Copies BLDPAS At $20.00   Total = ($20.00 X copies ) = ________
  316.  
  317.    Orders of 10 or more or owners of other products from DBA TEKSERV $15.00
  318. __ Copies REGISTER At $5.00 or owners of other products from DBA TEKSERV $2.50
  319.  
  320.  
  321.    Every 10 copies of Lottery or Zoomchar get 1 free.
  322.  
  323.  __ 3.5" disk  __ 5.25" disk
  324.  
  325. Send to: name    ________________________________________ SSN: ___________
  326.          address __________________________________
  327.          city    __________________________________  ST ___ ZIP __________
  328.  
  329.  DBA TEKSERV,RT1 BOX 397 PINEY GROVE RD,DANBURY, NC 27016 USA
  330.  
  331. Sponsor Number: _______________ Name: ____________________________
  332. (Enter SSN and pass around. Fill out questionaire and send to DBA TEKSERV)
  333.  Every order gets you $1.0