home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / smg51.zip / SMG51.DOC next >
Text File  |  1988-08-17  |  4KB  |  116 lines

  1.  SMG51.DOC    AUTHOR :  SIMON A MIKELL
  2.                         RT 2 BOX 317-A
  3.                         FLORENCE SC 29501
  4.                         803-393-8963
  5.                         DATE: 08/18/88
  6.  
  7.  
  8.    ***************************************************************************
  9.  
  10.                         DISCLAIMER and CAUTION
  11.  
  12.     I SIMON A. MIKELL TAKE NO RESPONSIBILITY FOR THE ACTIONS OR BEHAVIOR OF
  13.  
  14.     THIS PROGRAM, AND WILL NOT BE HELD LIABLE FOR ANY DAMAGES OR LOSSES CAUSED
  15.  
  16.     BY ITS USE. I GIVE THIS FILE TO THE PUBLIC FOR THEIR TESTING. IF YOU LIKE
  17.  
  18.     IT, THEN USE IT. IF YOU WISH TO GIVE IT TO SOMEONE ELSE BE SURE TO INCLUDE
  19.  
  20.     BOTH FILES LISTED BELOW.
  21.  
  22.  
  23.    ***************************************************************************
  24.  
  25.  
  26.  LIST OF INCLUDE FILES
  27.             SMG51.EXE
  28.             SMG51.DOC (THIS FILE)
  29.  END OF LIST
  30.  
  31.  SIMON'S MENU GENERATOR PROGRAM IS BASED ON SEVERAL OTHER PUBLIC DOMAIN DBASE
  32.  PROGRAMS AS FOLLOWS:
  33.  
  34.        OPTMENU BY D.L. RANEY
  35.        COLOR3P - AUTHOR UNKNOWN
  36.        MENUGEN BY LUIS A. CASTRO
  37.  
  38. SMG51 is a DBASE III PLUS menu generator. It will check to see if a color card
  39.  
  40. or monochrome card is installed in your PC. If it finds a color card you will
  41.  
  42. be presented with the option of installing color options for your menu.
  43.  
  44.  
  45. The next screen (or first screen if a mono card is installed) will ask for the
  46.  
  47. name of the program to be generated. The current directory will be checked to
  48.  
  49. make sure that the filename plus the extension of .PRG does not already exist.
  50.  
  51. If it exists you will be asked if you want to overwrite the existing file or
  52.  
  53. quit. If you choose overwrite,the data in the old file will be destroyed.
  54.  
  55.  
  56.  
  57.  
  58. You will then need to fill in your menu headings,type and items. If you
  59.  
  60. select the Main Menu option, the code generated will exit to your system when
  61.  
  62. the exit option is selected. If you do not select the Main Menu option the
  63.  
  64. code generated will issue a return at the exit option which will take you
  65.  
  66. back to the program that called the menu.
  67.  
  68. ** DO NOT ENTER EXIT AS AN OPTION - IT WILL BE ADDED AUTOMATICALLY TO YOUR
  69.  
  70. MENU AS THE LAST MENU ITEM. ***
  71.  
  72.  
  73. If you select to have an optional message you will be prompted to enter the
  74.  
  75. text for the message to be displayed when the appropriate menu item is
  76.  
  77. highlighted. You may enter up to 40 characters as a message. The Menu Item
  78.  
  79. itself may be up to 30 characters.
  80.  
  81.  
  82. Next you will be asked for the program to run when the menu item is
  83.  
  84. selected. This may be any allowable Dbase program or procedure. The "Do "
  85.  
  86. command will automatically be added when the code is generated.
  87.  
  88.  
  89. You may enter up to 20 Menu Items. If you do not need 20 items then just
  90.  
  91. enter a carriage return after you have entered all the necessary information
  92.  
  93. for the Menu Items that you need in your program. The program will stop input
  94.  
  95. when it reads the carriage return as a menu choice (or the max of 20 items
  96.  
  97. whichever comes first).
  98.  
  99.  
  100. After a few seconds the code will be generated and you will be offered the
  101.  
  102. option of running the program again or of ending the program.
  103.  
  104.  
  105. I hope that some of you may be able to use this program. You may leave
  106.  
  107. messages for me on the Pee-Dee Exchange BBS in Florence,SC  803-393-7399
  108.  
  109. up 24 hours a day.
  110.  
  111.   Note : Dbase and Dbase III and Dbase III Plus
  112.                are registered trademarks of Ashton-Tate,Inc.
  113. End of File ****************************************************************
  114.  
  115.  
  116.