home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / DBASE / CINE.ZIP / CINEX.EXE / CINE.DOC < prev    next >
Text File  |  1992-09-30  |  5KB  |  98 lines

  1.                                                                 
  2.                                                ╥
  3.                           ▄                    ║                            
  4.                 ╓──╥──╖   ╥   ╥──╖  ┌──╖   ╓───║   ╓───╖   ╥──╖               
  5.                 ║  ║  ║   ║   ║     ╓──║   ║   ║   ║   ║   ║                   
  6.                 ╨  ╨  ╨   ╨   ╨     ╙──╜   ╙───╜   ╙───║   ╨               
  7.    ╔═══════════════════════════════════════════════    ╚══════════════════╗   
  8.    ║                  P R O G R A M   I N F O R M A T I O N               ║
  9.    ╚══════════════════════════════════════════════════════════════════════╝ 
  10.    
  11.                                    MIRADOR
  12.                           503, Ste-Anne, P.O. Box 598       
  13.                           YAMACHICHE,QUEBEC, G0X 3L0  
  14.                                     CANADA
  15.  
  16.     CINE.EXE is written in Clipper 5.0.  It is an executable program that 
  17.     will start directly from DOS without any other application. Its purpose
  18.     is to manage a collection of movie films. 
  19.     Very handy for to keep a one-screen inventory of all the movie films.
  20.  
  21.     Although you can enter millions of entries (if you have the memory on
  22.     your system for it) this demonstration program is limited to 100 entries
  23.     which is suffficient to determine if you like the program or not.
  24.     The functions, navigating and special keys are all detailed son one 
  25.     screen, ready to pop-up when you press <F1>.
  26.     <F2> the statistic module and <F8> the printing module (IBM compatible)
  27.     are only available with the registered copy.  All the remaining functions
  28.     are fully functional.
  29.     When you'll receive the registered copy, the database is empty and ready
  30.     for your entries.  For this demonstration the database contains, 13 records 
  31.     to get you started. Replace them with your own data.
  32.               
  33.     FUNCTION KEYS
  34.  
  35.        F1   Displays on one screen page what the functions, navigating 
  36.             and other keystrokes do.
  37.  
  38.        F2   Displays selected statistics on the screen. This module
  39.             is not included on the demonstration disk. Selections are
  40.             made from a menu.
  41.  
  42.        F3   Screen shows a neat entry form for new records.  You can
  43.             <ENTER> to append to database or <ESC> to abandon and 
  44.             return to program.  
  45.          
  46.        F4   Deletes current column.  It will be loss for the session.
  47.             Pressing repeatedly <F4> will delete as many columns.
  48.             You want them back, <ESC> and re-start the program.
  49.  
  50.        F5   Erases records marked for deletion by the keystroke Ctrl-U
  51.             (see below). When you use this function the records marked 
  52.             with an asterisk in the record column are eliminated. It
  53.             erases all index files and the records appear on screen 
  54.             in order of entry.  To re-index the files simply quit and 
  55.             re-start the program. All index files will be automatically 
  56.             be created.
  57.             A warning appears on the screen to make sure you really
  58.             want to go ahead with the process.
  59.  
  60.        F6   Resizes the window. Use the direction keys  UP/LEFT/DOWN/RIGHT
  61.             to make the window larger or smaller.Ex: pressing F6, then 
  62.             moving the LEFT ARROW will widen the window and pressing any 
  63.             key will finish the sizing. To return to the original setting 
  64.             first press F6, then BACKSPACE and press any key.
  65.     
  66.        F7   Rotates non-frozen columns.  Press F7 repeatedly to move through
  67.             as many columns you wish.  Press SHIFT-F7 to rotate in opposite
  68.             direction.
  69.  
  70.        F8   Make hard copy of selected options.  The printer used must be
  71.             IBM compatible.
  72.  
  73.        F9   Sorts selected columns in alphabetical or numerical order.
  74.             Selections are made from a pop-up menu.
  75.  
  76.        F10  Fast search. Press F9 to sort a column, press F10 enter what you 
  77.             are seeking and the highlighted record appears.
  78.  
  79.        ESC  To exit the program after confirmation.  Press ENTER when Yes
  80.             is highlighted to end the program or ESC to continue.
  81.  
  82.   KEYS TO EDIT THE CINE DATABASE
  83.   
  84.   ALT-U      Toggles the visibility of records marked for deletion.
  85.   CTRL-U     Toggles records in database for deletion on/off.    
  86.   ENTER      Edit current cell.
  87.   CTRL-ENTER Clear contents of current cell.
  88.  
  89.   SPECIAL KEYS
  90.  
  91.   CTRL-LEFT ARROW   Makes current colummn narrower.  Smallest = 1
  92.   CTRL-RIGHT ARROW  Remakes current wider.  LARGEST = ORIGINAL SETTING
  93.   BACKSPACE         Clear all selection, highlights and reset columns    
  94.                     to original settings. 
  95.  
  96.  
  97. * end of CINE.DOC
  98.