home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_BAS / RDBLIB.ZIP / README.TXT < prev    next >
Text File  |  1994-02-05  |  3KB  |  71 lines

  1. Readme File for:
  2. RDBLIB - Common Subroutines and Functions Library For Visual Basic
  3.  
  4. RDBLIB.BAS contains the following subroutines:
  5.    RB_Center - Prints a string centered on a specified line
  6.    ShellAndWait - starts (via SHELL() function) a program and waits
  7.       until it completes.
  8.       
  9. RDBLIB.BAS contains the following functions:
  10.    RB_ErrorHandler - a common error handler that includes help on erorrs
  11.       and a form for producing a problem report.
  12.    RB_Rjustify - prints a numeric value right justified on specified 
  13.       location with specified format.
  14.    RB_Text_Format - Formats a string for printing with a specified printer
  15.       line length.
  16.    RB_Validate_Date - validates date input.
  17.    
  18. RDBDEMO.MAK will produce a program that demos these functions.
  19.  
  20. To install, copy all files into a directory of your choice.
  21.  
  22. To use in your VB projects include the following files in your project:
  23.    RDBLIB.BAS   - common library module
  24.    RBERRFRM.FRM - Error display form
  25.    RBPROBRP.FRM - Problem reporting form
  26.    RBSCRN.FRM   - Screen for capturing and printing current screen
  27.    RBERROR.HLP  - Help on errors - must be in windows directory or the
  28.           current (program) directory
  29.    
  30. The following VB files are also required:
  31.    CMDIALOG.VBX - MS VB common dialogs
  32.    THREED.VBX   - MS VB 3D controls
  33.    
  34. Information on using the subroutines and functions can be obtained from
  35. the source for each routine in RDBLIB.BAS and from the demo form.
  36.  
  37. These routines are being provided for use in your programs.  You may
  38. distribute these routines or their compiled versions as a part of
  39. your systems.  However, you may not distribute these routines by themselves
  40. for profit.
  41.  
  42. Payment for these routines is not required, but will always be appreciated.
  43. Send questions or donations to:
  44.    Royce D. Bacon
  45.    RDB Systems
  46.    8942 W. Lawrence Ave.
  47.    Milwaukee, WI  53225
  48.    Compuserve ID: 70042,1001
  49.  
  50. Files included:
  51.    GLOBAL.BAS   - Global definitions used by demo program
  52.    RDBLIB.BAS   - Common library module
  53.    LOGO.FRM     - About form for demo program
  54.    RBERRFRM.FRM - Error display form
  55.    RBPROBRP.FRM - Problem reporting form
  56.    TEST.FRM     - Main form for demo program
  57.    RBERROR.HHH  - Context sensitive defines produced by Quick & Dirty Help
  58.    RBERROR.HLP  - Help file for error handler
  59.    RBERROR.HPJ  - Help compiler project file for error help file
  60.    RDBDEMO.MAK  - VB Project file for demo program
  61.    RBERROR.QDH  - Quick & Dirty Help source file for error help file
  62.    RBERROR.RTF  - Rich Text File for error help file (produced by Quick &
  63.                   Dirty Help)
  64.    README.TXT   - This file
  65.    BROGHTBY.WAV - Sound clip used in about in demo program
  66.    DRUM.WAV     - Sound clip used in about in demo program
  67.    RDBLIB.WAV   - Sound clip used in about in demo program
  68.    RDBSYSTM.WAV - Sound clip used in about in demo program
  69.    TADA.WAV     - Sound clip used in about in demo program
  70.  
  71. ***************** End Of README.TXT File **********************************