TAFJ Code Conversion
TAFJ Code Conversion
NO CALLC
Code Migration – EVAL
Examples:
1) EXECUTE "SELECT VOC WITH F1 LIKE 'F...' AND WITH F2 NE '' BY F2 SAVING F2"
T24 core API never uses F1, F2 etc to select field definitions. Every select needs to have a
corresponding field name.
The local code should be changed by replacing the F1, F2,… with field names in T24.