home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oakland CPM Archive
/
oakcpm.iso
/
cpm
/
database
/
dims103.ark
/
FIELDFOR.DWS
< prev
next >
Wrap
Text File
|
1986-12-07
|
2KB
|
41 lines
.. ---------------------------------------------------------------------
.. FIELD ________ (put name here for clarity)
.. The FIELD NAME MODE may be 0, 1 or 2. 0 means no field name, 1 means
.. the 4-char. default name, and 2 indicates a name will be entered
.. FM(): LFM():
1 2
.. F2$(): Screen field name (whole line - used in mode 2 only).
.. LF2$(): Printer field name (whole line - used in mode 2 only).
-
.. NLL(): Field name loc. ln. LNLL(): Field name location line
0 0
.. NLC(): Name location col. LNLC(): Field name location column
0 0
.. The number of CR/LF's after the field name:
.. FMB(): LFMB():
0 0
.. The location line to print the field data:
.. DLL(): LDLL():
0 0
.. The column at which to print the field data:
.. DLC(): LDLC():
8 0
.. If the field is a numeric field and the following lines are not blank,
.. the line will be used as a PRINT USING string.
.. PU$(): Numeric PRINT USING string for screen.
.. LPU$(): Numeric PRINT USING string for printer.
.. Field length: Fields may be truncated to any number of characters to fit
.. into the space designed. 0 means that whatever random length the field is
.. will be printed in full. -1 means that the field will be skipped (so you
.. can show a field on the screen but skip it on the printer). Any other
.. number will truncate the field above that maximum number of characters.
.. FL(): LFL():
0 0
.. Number of CR/LF's after this field (use 1 at end of line if necess.)
.. FB(): LFB():
1 0
.. (end field)