Colleagues,
the subject says it!
Issuing
in rthe Command window results in the following error:
"Unallowed phrase/keyword in command: isblank(loc_code)"
issuing
results in the similar error
"Unallowed phrase/keyword in command: empty(loc_code)"
Details:
Visual dBase ver. 5.7;
"loc_code" is the name of the field in a table currently opened in the currently selected work area.
What am I doing wrong?
TIA!
Regards,
Ilya
the subject says it!
Issuing
Code:
loca for not isblank(loc_code)
"Unallowed phrase/keyword in command: isblank(loc_code)"
issuing
Code:
loca for not empty(loc_code)
results in the similar error
"Unallowed phrase/keyword in command: empty(loc_code)"
Details:
Visual dBase ver. 5.7;
"loc_code" is the name of the field in a table currently opened in the currently selected work area.
What am I doing wrong?
TIA!
Regards,
Ilya