home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FILEVU.ZIP / FILEVU10.ZIP / FILEVIEW.TXT < prev   
Text File  |  1993-08-30  |  8KB  |  162 lines

  1. ******************************************************************************
  2. All About......         F I L E V I E W  vc2.2
  3. ******************************************************************************
  4.  
  5. This is the FOXPRO 1.02 compiled version.  See Registering at bottom of file.
  6.  
  7. FILEVIEW is a Debugging-Tool that is a pop-up utility called from within 
  8. your application. It displays all current open DBFS databases, Programs, 
  9. Database Fields, Memory Variables, and many other features. 
  10.  
  11. -------------------------------------------------------------------------------
  12. FEATURES OF             F I L E V I E W  vc2.2
  13. -------------------------------------------------------------------------------
  14.  
  15. ■ Scroll through display of all open Databases
  16. ■ Displays all Database Indexes, Relations, Targets , Record size, Total Records
  17. ■ Scroll through display of all open Database Fields
  18. ■ Browse/Edit open databases with modify/view only feature
  19. ■ Striking <P> will display the current open programs.
  20. ■ Striking <M> will display a scrollable menu with 8 other utilities 
  21. ■ Change Colours
  22. ■ Change FileView Window size
  23. ■ VGA 50 line mode, EGA 43 line mode
  24. ■ ASCII Text file viewing with many features
  25. ■ Display some/all variables in memory
  26. ■ Track up to 20 variables 
  27. ■ Multi-line FoxPro command entry
  28. ■ Display all SYS() variables
  29. ■ Display Files in a directory
  30. ■ Display the current Status
  31. ■ Display the file structure of the current highlighted database
  32. ■ F1 for Help
  33. ■ <Esc> to EXIT and return to your application
  34.  
  35. --------------------------------------------------------------------------------
  36. OPERATION                   F I L E V I E W    vc2.2  
  37. --------------------------------------------------------------------------------
  38.  
  39. To operate FileView vc2.2  you must enter the following line in your source
  40. code:  
  41.  
  42. ON KEY LABEL SHIFT+F9 DO FILEVIEW WITH LINENO(),VARREAD()
  43.  
  44. THEN, while in your application, you bring up FileView by striking Shift+F9 or 
  45. the key combination you enter in the "ON KEY LABEL" statement above.
  46.  
  47.  
  48. --------------------------------------------------------------------------------
  49. HELP - F1                   F I L E V I E W    vc2.2   HELP - F1
  50. --------------------------------------------------------------------------------
  51. To pop-up the help window you must strike <F1>. While in FileView you may 
  52. strike one of the Key combinations listed below.
  53.  
  54.  
  55.  ALT-R       : Striking Alt-R will reset the window colours to White on Blue 
  56.                background and the default window size.
  57.  
  58. CTRL -> / <- : Ctrl- right arrow will expand the width of the FileView window 
  59.                by 5 characters. The Ctrl-left_arrow will narrow the width of 
  60.                the window by 5 characters to a minimum of 25 characters.
  61.  
  62.  PG-UP/DN    : The Page Up key will scroll through the open files or fields 
  63.                ( depending on which chamber highlight scroll bar is in). This 
  64.                key still scrolls through DBFs even if upper chamber has been 
  65.                lowered to null.
  66.  
  67.  Menu        : Striking M will pop-up a menu list to display the current 
  68.                FoxPro info including Disk Files, Status, Memory Variables, 
  69.                Highlighted File Structure, SYS() commands, Foxpro Command entry,
  70.                View a Textfile, and Debug Variables. Output can be directed to 
  71.                Screen/TextFile/Printer. Please Register for more help.
  72.  
  73. SHIFT -> / <-: Shift Left/Right arrows move the entire FileView Window left 
  74.                and right by 2 columns. The position is maintained after exiting
  75.                FileView and re-activating later.
  76.  
  77.  ->/<-       : <Arrow> Keys only applies when highlight bar is in lower chamber.
  78.                Left and Right arrows scrolls the highlighted Field left/right 
  79.                by 5 characters to permit viewing of entire field if chamber is 
  80.                too narrow
  81.  
  82.  ALT F/B     : ALT-F and ALT-B change the foreground and background colors of 
  83.                the FileView window. The colors are maintained after exiting and
  84.                re-activation of FileView.
  85.  
  86.  ALT V/E     : ALT-V and ALT-E alternate the display from 25 line to VGA50 or 
  87.                EGA43 depending on graphics card. FileView pops-up filling bottom 
  88.                of screen. Sizing,Movement, and Zoom are disconnected.
  89.  
  90.   <Arrows> : The Up/Down arrow keys scroll through the open files or fields 
  91.                (depending on which chamber highlight scroll bar is in). This 
  92.                key still scrolls through DBFs displaying mid window changes 
  93.                even if chamber has been lowered to null. 
  94.  
  95.  Browse/Edit : Striking B or E will pop-up the FOXPRO Browse/Edit windows of 
  96.                the highlighted DBF in the upper chamber. You will be prompted 
  97.                to select MODIFY YES/NO. All normal editing functions can be 
  98.                performed within Browse/Edit.
  99.  
  100.  Databases   : Striking D will put the highlighting scroll bar into the DBF 
  101.                area (upper chamber). If there are more Databases than are 
  102.                visible then use PgUp/Dn to scroll through them.
  103.  
  104.  Fields      : Striking F will put the highlighting scroll bar into the FIELDS 
  105.                section (the lower chamber). If there are more Databases than are 
  106.                visible then use PgUp/Dn to scroll through them.
  107.  
  108.  Target      : Striking T will scroll through any and all Targets of the 
  109.                Relations of the highlighted DBF.
  110.  
  111.  Relations   : Striking R will scroll through any and all Relations of the 
  112.                highlighted DBF. As well, the associated Target files are 
  113.                displayed.
  114.  
  115.  Indexes     : Striking I will scroll through any and all Indexes of the 
  116.                highlighted DBF. The master Index ( current SET ORDER TO) is 
  117.                flagged with an asterisk. Also, the selected Index is activated 
  118.                within Browse/Edit.
  119.  
  120.  Other       : Striking O will toggle expand/contract the MID WINDOW to expose 
  121.                Other highlighted file details. Including: Filter, Index Key, 
  122.                Total Fields, Current Record (also EOF/BOF) of Total Records, 
  123.                and Record Size.
  124.  
  125.  Zoom        : Striking Z will toggle expand/contract to maximize/minimize the 
  126.                FileView window. The size is maintained after exiting and 
  127.                re-activation of FileView.
  128.  
  129.  Programs    : Striking P will pop-up a reverse video display of all current 
  130.                open programs and the LAST LINE and LAST GET FIELD of the most 
  131.                recent calling program. You can view them all by striking 
  132.                Pg Up/Dn. Strike Q or P or Esc to exit.
  133.  
  134.  Help        : Striking F1 brings up this help feature. Strike <Esc> to EXIT 
  135.                the Help window and RETURN TO FILEVIEW.
  136.  
  137.  Quit        : Striking Q or <ESC> will EXIT FileView and return to prior 
  138.                screen. All previous settings within your application are 
  139.                preserved and all current FileView settings are preserved.
  140.  
  141.  
  142. -------------------------------------------------------------------------------
  143. REGISTERING             F I L E V I E W  vc2.2
  144. -------------------------------------------------------------------------------
  145.  
  146. If FileView vc2.2 is helpful and you wish to continue using it, PLEASE send 
  147. a $25.00 contribution (per workstation with discounts) for a registered copy, 
  148. more detailed help, and future updates. Source code is available upon request.
  149.  
  150. FILEVIEW is written by:   Victor Cauchi 
  151.                           1102 Lambton Drive
  152.                           Oakville, Ontario
  153.                           Canada 
  154.                           L6J 7P3 
  155.                           
  156.              Telephone:   1 416 829-5771.    
  157.  
  158. Please contribute to the ongoing development of Shareware products.
  159.  
  160.  
  161.  
  162.