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

  1.  
  2. Problem  This was the Lotus contest winner and rightly so.  Most
  3.          sophisticated Symphony application in library.  Its an menu-
  4.          driven order entry system.  Uses 3 databases, one for orders,
  5.          one for parts, and one for customers.  To create an order, you
  6.          simply type in customer number, part number, and qty ordered.
  7.          It fills in the rest from the other two databases automatically.
  8.  
  9.  
  10. Block Diagram
  11.           ________________ ____________ ___________ ___________ __________
  12.          |                |            |  Part#    | Customer  |Prt# & Cus|
  13.          |Order Entry Form| Criteria   | Database  | Database  | Form Defs|
  14.          |________________|____________|___________|___________|__________|
  15.          |                |                        |
  16.          |Form Definitions|                        |
  17.          |________________|       Macros           |
  18.          |                |                        |
  19.          |Order Database  |                        |
  20.          |________________|________________________|
  21.  
  22. Tips
  23.          Order entry form definitions worth much study.
  24.          Three fields use validity checks, F37, F47, and F50.
  25.          Several calculated fields which pull info from other databases.
  26.          Default value in date field is todays date.
  27.  
  28.          Macros suppress Control-Break key.
  29.          Extensive use macro and window mgmt routines.
  30.          Demonstrates how to build or define own macro commands such
  31.            as {won} for {windowson}  W61..X67
  32.          Self modifying string macros R106
  33.  
  34.  
  35.  
  36.  
  37.  
  38.