home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / database / addqbe24.zip / README < prev    next >
Text File  |  1993-06-06  |  5KB  |  111 lines

  1.  
  2.                   ADDONQBE (C) Copyright 1992, 1993
  3.                             Version 2.4 
  4.                   Suggested BBS Name: ADDQBE24.ZIP
  5.                     
  6.         A Shareware package from Lightwave Software Engineering                             
  7.                            Harold Chattaway
  8.                     Lightwave Software Engineering
  9.                          3 Old Northfield Rd
  10.                            Ashby, MA 01431
  11.                            (508)342-6016
  12.                            CIS:72540,140
  13.                       
  14. ADDONQBE is a powerful Query by Example program that can be
  15. added onto your existing Foxpro 2.5 application with the addition of one
  16. ON KEY LABEL command. When activated, it overlays your current Data
  17. Entry (DE) screens and turns it into a QBE screen! No additional coding
  18. other than the addition of one ON KEY LABEL command! Your users DO NOT
  19. have to use anything other than the DE screens they are already used to.
  20. And they do not have to know how to use a program like Foxpro's RQBE.
  21.  
  22.  
  23.  
  24. This is an updated version of the program that appeared in the November 92
  25. issue of Foxtalk. I have added the ability to:
  26.  
  27. 1. Save filters in a filter library for easy retreival.
  28.    When filters are being picked from list, the full English 
  29.    version of the filter is displayed in a filter expression window.
  30.    
  31. 2. Export the current database in all the formats that Foxpro
  32.    supports, i.e WK1, WKS, original Foxbase format, SDF, Delimited, etc,
  33.    with the filter on or off, consisting of the fields that you pick.
  34.  
  35. 3. Generate and save user defined labels in the same library as
  36.    standard reports. Program will call the label generator or the
  37.    report generator when picked from the library.
  38.  
  39. 4. Browse the filtered file to allow the user to more easily see
  40.    if the filter is correct. This browse feature will use the Data
  41.    Dictionary(DD) to generate the headers in the browse window if field
  42.    desciptions are available in the DD.   
  43.  
  44. 5. Abilty to manage the index tags associated with the current DBF.
  45.    You can select the primary index from a pick list of the tags that
  46.    are available, delete a tag, and create new tags. THIS IS A GOOD ONE!
  47.       
  48. 6. On-line Help is available by pressing F1 once ADDONQBE has been
  49.    activated. These new features are described in the HELP system.
  50.    
  51. BUG FIXES:   
  52.  
  53. 1. If doing direct reads, programmed crashed... Fixed
  54.  
  55. 2. If change sort order and then build filter, crashed. Fixed
  56.  
  57.  
  58. In order to hook in the ADDONQBE application, just add the line: ON KEY
  59. LABEL F10 DO ADDONQBE.APP with WONTOP(),VARREAD().  This can go into the
  60. setup code for a particular screen or in the main program of an
  61. application. Though this is the shareware version, you can still try this
  62. with one of your own applications. It's fully functional, there just is not
  63. any source code.
  64.  
  65. To best see how the program operates, run the sample screen by typing in
  66. DO QBETEST. In the window footer you will see "F10=Add on Query by
  67. Example". Put the cursor in a field you wish to set a condition on and
  68. press F10. A menu of comparison operators will appear. Pick one of these
  69. and enter the comparison value. Press ESC or choose "Return to DE Screen"
  70. to pick an additional field that you would like to add the filter
  71. expression. As the filter is built, you will see the expression being
  72. built in a window. When it is what you want, select "Set Filter" from the
  73. menu. This will impose the filter on the file and only you to view the
  74. records that match the filter. Press F3 & F4 to view the previous and next
  75. records in the file. Try running a sample report. Also notice the Data
  76. Dictionary menu option. Changing the description of the field names here
  77. will make the fields make more sense to the end user.
  78.  
  79. Play around with the sample to see how easy it is to use! It is very
  80. simple yet very powerful.
  81.  
  82. For full source code, project file, and documentation please register your
  83. copy, as this is shareware. After pressing F10 to call up ADDONQBE, press
  84. F2 to view registration information.
  85.  
  86. Future versions will have the Multi-Table Query feature complete. The 
  87. version in this release is not fully functional. Also ADDONQBE will
  88. be converted for Foxpro for Windows.
  89.  
  90. Thanks you very much. Please provide feedback if so inclined! It would be
  91. very helpful! I will be making updates, but still would like to hear from
  92. more people.
  93.  
  94.               ╔═══════════════════════════════════════╗ 
  95.               ║      LIGHTWAVE       SOFTWARE         ║ 
  96.               ║                                       ║ 
  97.               ║             ENGINEERING               ║ 
  98.               ║  ──────────────────────────────────   ║ 
  99.               ║ * Custom Database Applications        ║ 
  100.               ║ * Software Consultation               ║ 
  101.               ║ * Database Design    CIS:72540,140    ║ 
  102.               ║ Harold Chattaway     (508)342-6016    ║ 
  103.               ╚═══════════════════════════════════════╝ 
  104.  
  105. "Where the Art of Programming is a Science..."
  106.  
  107. Harold Chattaway
  108. Lightwave Software Engineering
  109. 3 Old Northfield Rd
  110. Ashby, MA 01431
  111.