home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / editors / hypsh40b.arj / HYPDEVEL.LZH / FORMFILL.HSI < prev    next >
Text File  |  1991-04-24  |  752b  |  24 lines

  1. .REMARK
  2. Example frame for form fill
  3. -- We can open a file for extend first
  4. ~A~Pwfilename.ext+~E~Q~H Open database for extend
  5.  
  6.     Title: Initials: Name:
  7.     ~I$A~W5~PVA%s;I~Kt~E  ~I$I~W6~PVI%s;I~E    ~I$N~W30~PVN%s;I~E
  8.     Company:
  9.     ~I$K~W30~PVK%s;I~E
  10.     Address:
  11.     ~I$Q~W30~PVQ%s;I~E
  12.     ~I$Z~W30~PVZ%s;I~E
  13.     ~I$W~W30~PVW%s;I~E
  14.     ~I$Y~W30~PVY%s;I~E  Postcode: ~I$P~W10~PVP%s;I~E
  15.     Telephone:          Notes:        Date:
  16.     ~I$T~W20~PVT%s;I~E  ~I$E~W20~PVE%s;I~E  ~I$4~W11~PVR%s;sinform~E
  17.  
  18. [ESC]     Press escape to cancel entry - select field to edit
  19. [w]       ~APress 'w' to write record~Pswrite~Kw~E
  20.  
  21. [n]       ~APress 'n' to clear fields and start new entry~Psclear;ZUt~Kn~E
  22. [q]      ~AQuit entry~Pw;F~Kq~E~H Close database
  23. .
  24.