HelpPages
Home | Developer | Frames | Screens | Transactions | Parameters
Parameters
SCREENS - TRANSACTIONS (Parameter Settings)
WRITECAB(n)$ (Transaction Screens)
Sintax: WRITECAB(n)$="exp1[;exp2;0]"
Sample: WRITECAB0$="T.AMOUNT{}=#TOTAL"
Sample: WRITECAB1$="VAT{}=19.5;NLINE{}=1"
Notes: It is processed in the writing of summary lines. The 0 is applied to
all records in summary, 1 only the first record, and so on ...
WRITELINS$ (Transaction Screens)
Sintax: WRITELINS$="exp1[;exp2;0]"
Sample: WRITELINS$="CUSTOMER{}=_CUSTOMER$;ITEMCODE{}=_ITEMCODE$"
Notes: It is processed in the writing of lines of detail. The system repeats
expression as many times as lines in the document.
FITCLC$ (Transaction Screens)
Sintax: FITCLC$="exp1[;exp2;0]"
Notes: Undocumented by now.
FTCLC$ (Transaction Screens)
Sintax: FTCLC$="exp1[;exp2;0]"
Notes: Undocumented by now.
ALARMLINS$ (Transaction Screens)
Sintax: ALARMLINS$="exp1[;exp2;0]"
Notes: Undocumented by now.
NUMCAB$ (Transaction Screens)
Sintax: NUMCAB$="exp1[;exp2;0]"
Notes: Undocumented by now.
BOUNDS$ (Transaction Screens)
Sintax: BOUNDS$="exp1[;exp2;0]"
Notes: Undocumented by now.
BEGINFLD% (Transaction Screens)
Sintax: BEGINFLD%$="exp1[;exp2;0]"
Notes: Acualmente sin documentar.
SCRLIN% (Transaction Screens)
Sintax: SCRLIN%="exp1[;exp2;0]"
Notes: Undocumented by now.
MAXLIN% (Transaction Screens)
Sintax: MAXLIN%="exp1[;exp2;0]"
Notes: It allows to define tha máximum number of lines in the
document. (100 by default).