home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / DATABASE / DIMS103.ARK / FIELDFOR.DWS < prev    next >
Text File  |  1986-12-07  |  2KB  |  41 lines

  1. ..  ---------------------------------------------------------------------
  2. .. FIELD ________  (put name here for clarity)
  3. .. The FIELD NAME MODE may be 0, 1 or 2.  0 means no field name, 1 means
  4. .. the 4-char. default name, and 2 indicates a name will be entered
  5. .. FM():            LFM():
  6.    1                  2     
  7. .. F2$():  Screen field name (whole line - used in mode 2 only).
  8.  
  9. .. LF2$():  Printer field name (whole line - used in mode 2 only).
  10.  - 
  11. .. NLL():  Field name loc. ln.  LNLL():  Field name location line
  12.    0                  0 
  13. .. NLC():  Name location col.    LNLC():  Field name location column
  14.    0                  0 
  15. .. The number of CR/LF's after the field name:
  16. .. FMB():            LFMB():
  17.    0                  0 
  18. .. The location line to print the field data:
  19. .. DLL():            LDLL():
  20.    0                  0 
  21. .. The column at which to print the field data:
  22. .. DLC():            LDLC():
  23.    8                  0 
  24. .. If the field is a numeric field and the following lines are not blank,
  25. .. the line will be used as a PRINT USING string.
  26. .. PU$():  Numeric PRINT USING string for screen.
  27.  
  28. .. LPU$():  Numeric PRINT USING string for printer.
  29.  
  30. .. Field length:  Fields may be truncated to any number of characters to fit
  31. .. into the space designed.  0 means that whatever random length the field is
  32. .. will be printed in full.  -1 means that the field will be skipped (so you
  33. .. can show a field on the screen but skip it on the printer).  Any other
  34. .. number will truncate the field above that maximum number of characters.
  35. .. FL():            LFL():
  36.    0                  0 
  37. .. Number of CR/LF's after this field (use 1 at end of line if necess.)
  38. .. FB():            LFB():
  39.    1                0
  40. .. (end field)
  41.