home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / a / autogets.zip / MAIL4.YOU < prev    next >
Text File  |  1990-02-04  |  5KB  |  104 lines

  1.  
  2. Autogets was written entirely in Microsoft 'C', v. 5.1 with Clipper and QEDIT
  3. in mind. So the gets.bat and getno.env are written to help interface the
  4. two together.  Escentially, autogets is called by a .bat file which was
  5. called by hitting the ^F8 key after loading CLIP.MAC (ALT F7) into Qedit.
  6. The macro for using it follows:
  7.  
  8. ^f8 MacroBegin dos "gets  errors.lst" cursorleft cursorleft cursorleft &
  9. cursorleft cursorleft cursorleft cursorleft cursorleft cursorleft cursorleft &
  10. cursorleft pause return return horizontalwindow editfile "errors.lst" return
  11.  
  12.  
  13.   Autogets has built in help so just type "autogets ?" or "autogets help"
  14. to see the help description.  If you type "autogets" - well try it and see.
  15. I GUARANTEE NO VIRUSES - I have every desire to provide good, quality,
  16. beneficial routines.
  17.  
  18.   What does "autogets" do? Glad you asked!! It does generation from an
  19. identified .DBF file (read only) of memvar dupes of field names, prepended
  20. with 'm'. It declares them private, as well.  It does all of the "@ SAY GET"
  21. stuff, writes out two "PROC's" for initializing "mFIELDS" (etc.), provides
  22. a standard "replacing" function, and offers the option of including a
  23. simple but tested record locking routine for multi-user consideration.
  24.  
  25.   This is really nice within an editor which supports multiple windows and
  26. macro key assignment (like QEDIT).  Just, punch a key, and autogets does
  27. all the boring coding, in just an instant.  Then, the macro resumes,
  28. bringing the generated file (I repeatedly use "errors.lst") into a new
  29. window, ready for copying to the target .PRG and editing.
  30.  
  31.   The "dos" function of qedit is used to prompt for the input filename from
  32. within "Qedit". To bring my utilities to bear in the shortest time, just
  33. include  the command line above in either a doc file for making a binary
  34. image with qmac, or put it into qconfig.dat.  Set all windows to "close on
  35. exit" Y .   Very simple and nice.
  36.  
  37.   I recommend keeping the qconfig.exe and .dat, qedit.exe, qhelp.txt in a
  38. subdir, not on the path.  I have had some unpredictable side effects with
  39. some utilities, and having a backup copy of this editor has saved me much
  40. grief.
  41.  
  42.   Listed below are the files included on the disk, and a brief description.
  43.  
  44.  
  45. GETS    .BAT ║         1,765 ║  1- 3-90 ║  6:04p
  46.     Called by "^F8" from within qedit to execute "AUTOGETS". Loads file
  47.     "errors.lst" into alternate window for copying and editing.
  48.  
  49.  
  50. README  .BAT ║         277 ║  1- 4-90 ║  5:42p
  51.     The message identifier for MAIL4.YOU.
  52.  
  53.  
  54. ORDERS  .DBF ║         928 ║  7- 7-89 ║  3:40p
  55.     Example .dbf to check out "autogets" on.
  56.  
  57.  
  58. GETSNO  .ENV ║       1,897 ║  1- 3-90 ║  6:04p
  59.     A replacement for gets.bat if you get the "out-of-environment" message
  60.     while running gets.bat. Just rename to gets.bat.
  61.  
  62. AUTOGETS.EXE ║      19,569 ║  2-03-90 ║  3:42p
  63.     The potatoes and dessert of this package.    Does a fair
  64.     amount of error checking.  Runs standalone, or callable from within Qedit.
  65.  
  66. DISPSTRU.EXE ║      11,821 ║ 12-14-89 ║ 10:33a
  67.     The dos level Display structure utility of a .DBF file.
  68.  
  69. WHAT    .EXE ║       3,170 ║  7-31-87 ║
  70.     A .bat file utility for gaining better control (something like EBL), uses
  71.     "dos environment space"
  72.  
  73. MAIL4   .YOU ║       4,794 ║  2- 4-90 ║   6:51p
  74.     This file.
  75.  
  76.   As a parting note,
  77.  
  78.   Configure QEDIT to close the windows on exit and my other utilities allow
  79. graceful one key exit and clean up to clear files AND close the window
  80. when through without going through the ESC menu.
  81.  
  82. You are the FIRST recipients of AUTOGETS AND DISPSTRU. I really look forward to
  83. feed back from you all. Impressions, ideas, suggestions.  You will have your own
  84. opinions on the qconfig.dat (hell, everybody else does).  Do whatever works for
  85. you.
  86.  
  87.   Please freely distribute "autogets.exe", and make any comments to Compuserve,
  88. Semware, etc.  Like everybody else I'm trying to offer some good tools, but
  89. need to make a living.  Please do not "give away" copies of the "Qedit" support
  90. stuff (qconfig, clip.doc, clip.mac, etc), but if you want to demonstrate to a
  91. friend please do.  I've spent many hours debugging and improving these tools
  92. and have further provided fairly "descent" (?spelling) documentation as a
  93. "teaching" aid.  Tear 'em up.  AS always, if you are not a REGISTERED
  94. Qeditor, BECOME one (et al).
  95.  
  96.  
  97. Happy Clipping;
  98.  
  99. Charles Burfoot
  100. (214) 328-6201         home
  101. (214) 276-5131 x380  work
  102. 7425 La Vista Dr. #128
  103. Dallas, TX   75214      CIS [73057,3204]
  104.