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

  1.  
  2. Problem  Example of practical use of Symphony macros to synchronize
  3.          window movement w/ 2 windows on screen as in 1-2-3.
  4.  
  5.  
  6.  
  7. Block Diagram
  8.                ___________________ ___________________
  9.               |                   |                   |
  10.               |                   |                   |
  11.               |                   |                   |
  12.               |    Documentation  |    Macros         |
  13.               |                   |                   |
  14.               |                   |                   |
  15.               |                   |                   |
  16.               |                   |                   |
  17.               |___________________|___________________|
  18. Tips
  19.          Heart of macro routines are the formulas in the following
  20.          cells:
  21.  
  22.               D9 - self modifying string macro used to calculate cell
  23.                    address in other window to move pointer to.
  24.  
  25.               G4 - @string(@cell("ROW",A),))
  26.  
  27.               D12 - @char(@cellpointer("COL")+64)
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.