home *** CD-ROM | disk | FTP | other *** search
/ BibleWare / BibWare.bin / bibmisc / pdmember.exe / QUIKSTRT.DOC < prev    next >
Text File  |  1995-10-20  |  19KB  |  352 lines

  1.  
  2.  
  3.  
  4.    Introduction
  5.  
  6.    The ProDev*MEMBER Church Membership System is designed to allow you to
  7.    quickly and easily add and modify Members, Spouses, Children and Visitors
  8.    to your membership data files.  You can track all talents and
  9.    accomplishments.  You can easily print a variety of Mailing Labels and
  10.    Reports to help manage your church.
  11.  
  12.    When you are asked for a Password in the Tools Menu, the un-registered
  13.    password is the word PASSWORD.
  14.  
  15.    When you are asked for the Giving Password, the starting default is the
  16.    word GIVING.  You can change this password in the Modify Giving sub-menu.
  17.  
  18.    PLEASE NOTE - As you are building the Member/Visitor records, you MUST fill
  19.    in the "Date Joined" to indicate to this system that the person is a member
  20.    of your church.  If you are not sure of the date, I suggest that you use
  21.    01/01/1899 so that the system will realize the person is a member. 
  22.    "Joined" may be changed to "Confirmed" or some other term by the "Change
  23.    Field Titles" selection in the Setup Menu.
  24.  
  25.    If the date is BLANK ("  /  /    ") the system assumes the person is NOT a
  26.    member of your church.  If you wish to blank a date, locate the cursor at
  27.    the beginning of the date field and press Ctrl/Y (while holding down the
  28.    Ctrl key, tap the Y key).
  29.  
  30.    BE SURE you look at the bottom of the screen if you don't know what to do
  31.    next.  The messages there usually tell you all of the options available at
  32.    any time.
  33.  
  34.                     When All Else Fails - Press F1 for Help!
  35.  
  36.    If you have below DOS 3.3, the F1 Help screens are not functional and some
  37.    parts of the program won't function.
  38.  
  39.    To Install The System:
  40.  
  41.    1.   If you are installing from the DOS C:\> prompt . . .
  42.  
  43.         Insert the ProDev*MEMBER disk in drive A: and type ...
  44.  
  45.              INSTALL C:   (Enter)
  46.  
  47.         This will run the INSTALL program that will create the C:\MEMBER
  48.         sub-directory and copy (and un-compress) all of the necessary files to
  49.         the C:\MEMBER sub-directory (or whatever drive letter you type).
  50.  
  51.  
  52.         To run the ProDev*MEMBER system from the hard disk, type the drive
  53.         letter of the hard disk followed by a colon. For example "C:". You
  54.         should see the hard disk prompt (such as "C>"). Then, type:
  55.  
  56.         CD\MEMBER   (Enter)
  57.         MEMB        (Enter)
  58.  
  59.    2.   If you are installing from within Windows 3.x . . .
  60.  
  61.         Click on Files and click on Run.  Type A:INSTALL C: and click on Ok. 
  62.         Follow the screen instructions for the INSTALL program.
  63.  
  64.         After you Quit the Install program, click on Windows, highlight the
  65.         Windows group in which you want to install the Member system and click
  66.         on Ok.
  67.  
  68.         Click on Files, and click on New.  Option to create a Program Item and
  69.         click on Ok.  Type the following information:
  70.  
  71.              Description: ProDev Member
  72.              Command Line: MEMB.BAT
  73.              Working Directory: C:\MEMBER
  74.  
  75.         Click on Change Icon.  You will see a message indicating no icons
  76.         available.  Click on Ok.  Click on Browse.  Double click on the folder
  77.         for C:\.  Double click on the folder for MEMBER.  Double click on
  78.         MEMBER.ICO and then click on Ok.  Click on Ok again.
  79.  
  80.    3.   If you are installing in Windows95 . . .
  81.  
  82.         Click on Start.  Click on Run.  Type A:INSTALL C: and click on Ok. 
  83.         Follow the screen instructions.  When you Quit the Install program,
  84.         you will find the MEMBER icon in Start | Programs.
  85.  
  86.  
  87.  
  88.    System Files
  89.  
  90.    The CONFIG.SYS File
  91.  
  92.    THE MEMBER PROGRAM WILL CRASH with a "DOS Error 3" at the middle of the
  93.    screen when you try to Create, Modify or Print Labels or Reports, you will
  94.    need to re-start the computer with a CONFIG.SYS file as described below. 
  95.    It will contain information that tells the PC that there will be more than
  96.    3 files open at the same time.
  97.  
  98.    To create the CONFIG.SYS file, use the MEMBER program "Tools Menu", "Modify
  99.    System Files" Sub-Menu to create or modify your CONFIG.SYS file.  Highlight
  100.    that selection and press Enter.  You will be asked for the Password.  This
  101.    is the Password you specified when you registered the program.  Press C to
  102.    Create/Modify the CONFIG.SYS file.
  103.  
  104.    If you are creating the CONFIG.SYS file, just type in the following two
  105.    commands and press F10 to save.  If you are modifying the CONFIG.SYS file,
  106.    either modify these two lines (if they exist) or add them to the end of the
  107.    CONFIG.SYS file.  Press F10 to save the changes. YOU MUST RE-START YOUR
  108.    COMPUTER for the changes to take effect.
  109.  
  110.         FILES=30
  111.         BUFFERS=15
  112.  
  113.    The FILES command can be higher than 30 if required by other software on
  114.    your computer.  Having a large BUFFERS command usually slows your system
  115.    and higher than 15 is not recommended.
  116.  
  117.    IF YOU HAVE BELOW MS/IBM-DOS VERSION 3.3, the program can have only 15
  118.    files open at a time.  To stay within this limit, the program will disable
  119.    the HELP screens to keep from opening too many files at a time.  However,
  120.    some parts of the program that opens a lot of files may not function.
  121.  
  122.    The AUTOEXEC.BAT File
  123.  
  124.    Your computer looks at both the CONFIG.SYS file and the AUTOEXEC.BAT file
  125.    at start-up time.  The AUTOEXEC.BAT file contains the commands that usually
  126.    take you into a hard disk menu, Windows or some other shell type hard disk
  127.    manager.  If you have DOS 3.3 or higher, you need the command SET
  128.    CLIPPER=F:30 in your AUTOEXEC.BAT file.
  129.  
  130.  
  131.    As above, use the MEMBER program "Tools Menu", "Modify System Files"
  132.    Sub-Menu to create or modify your AUTOEXEC.BAT file.  Highlight that
  133.    selection and press Enter.  You will be asked for the password.  This is
  134.    the Password you specified when you registered the program.  Then, press A
  135.    to Create/Modify the AUTOEXEC.BAT file.
  136.  
  137.    If you do not already have an AUTOEXEC.BAT file, just add the command SET
  138.    CLIPPER=F:30 and press F10 to save. If you are modifying an existing
  139.    AUTOEXEC.BAT file, move to the beginning of the PATH line and press Enter.
  140.    This should open up a blank line just above the last line.  Use the Up
  141.    Arrow to move to the beginning of the blank line and type SET CLIPPER=F:30. 
  142.    If you will be running ProDev*MEMBER as a DOS application from Windows, add
  143.    the command SET MEMBAK=Y after the SET CLIPPER command.  Press F10 to save.
  144.  
  145.    First Time Program Set-Up Options
  146.  
  147.    The first time you run the MEMBER program, the program to ask you for the
  148.    program Set-Up defaults.  Highlight the "Set-Up" Main Menu.  Highlight each
  149.    Sub-Menu with the cursor arrow keys and press Enter.
  150.  
  151.    Color/Monochrome Monitor - Highlight the "Monitor (Color/Mono)" Sub-Menu
  152.    and press Enter.  Press C for a color monitor or an M if you have a
  153.    monochrome (non-color) monitor.  Highlight "Save New Set-Ups" and press
  154.    Enter to add this to the MEMBER.MEM file.
  155.  
  156.    Data File Drive & Path - Highlight the "Data File Drive & Path" Sub-Menu
  157.    and press Enter.  The program will display the Drive and Sub-Directory
  158.    where the ProDev*MEMBER system is installed.
  159.  
  160.    Printer Action Table - Highlight the "Printer Action Table" Sub-Menu and
  161.    press Enter.  Using the cursor arrow keys, highlight the name of your
  162.    printer.  If you do not see the name of your printer and have a dot matrix
  163.    printer, start with the EPSONFX file.  If you have a laser printer, use the
  164.    HPLASER.PAT file.  The Cannon laser printers use the EPSONLQ.PAT file. 
  165.    Appendix A of the manual will describe how you can create your own Printer
  166.    Action Table file if you have a printer not shown.  After you select your
  167.    printer, you will be asked for the default number of lines for report
  168.    pages.  Use the default of 59 unless you are using paper stock longer than
  169.    11 inches.  Highlight "Save New Set-Ups" and press Enter to add this to the
  170.    MEMBER.MEM file.
  171.  
  172.    Label Printing Defaults - There are many types of label stock for both dot
  173.    matrix and laser prin