home *** CD-ROM | disk | FTP | other *** search
/ Software Du Jour / SoftwareDuJour.iso / BUSINESS / LOTUS / TUTDOC2.ARC / 4302.PRN < prev    next >
Encoding:
Text File  |  1985-02-26  |  896 b   |  38 lines

  1.  
  2. Problem  A tip worksheet demonstrating how to set up macros that
  3.          maintain control of the keyboard while user is in a FORM
  4.          window.  Based on the {GET} macro command.
  5.  
  6.  
  7.  
  8.  
  9.  
  10. Block Diagram
  11.  
  12.                ___________________
  13.               |                   |
  14.               |    Instructions   |
  15.               |___________________|
  16.               |                   |
  17.               |    Macros         |
  18.               |___________________|
  19.               |                   |
  20.               |    Database       |
  21.               |___________________|
  22.  
  23.  
  24. Tips
  25.          Looping macro begins at cell C7
  26.          GET macro is at cell C11
  27.          Macro in cell C12 demonstrates complex use of {IF} command.
  28.  
  29.               {IF#NOT#@ISERR(@VLOOKUP(INPUT,KEYS,0))}
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.