110
MANUAL DO USUÁRIO DC-2000 / PROGRAMA WINTASKGEN - Revisão 1.5
4.2.3 IPF
Syntax:
Command
Name
IPF
Field Name
Description: Read data from keypad/scanner to the field CUSTOMER.
Examples:
Read customer name from keypad save to data field CUSTOMER.
Line No.
Operator
Source Operand
1
MAC
MENU
2
LST
3
IPF
CUSTOMER
4
LOP
4.2.4 NCR
Syntax
Operator
Source Operand
Destination Operand
NCR
Description:
Save current record data and increment record pointer to next record.
Operand Data Type: None.
Examples: If TEMP_F is defined as a Form Field then program will store the
number of characters of "TEST" (4) in TEMP_F.
Line No.
Operator
Source Operand
Destination
Operand
1
MOV
"TEST"
TEMP_F
2
NCR
4.2.5 SBF
Syntax:
Command
Name
SBF
Description: Save buffer (*) to field.
Examples: Read customer name one time for each record.