set records to blank
Posted: May 1st, 2024, 11:26 am
Dear Sir,
I found out a single record ( which have more than 50 items both numeric and alpha) needs to be blank. I wrote a batch program , that failed to work because of an error message. I just copied they program form "Delete function" , from the Cspro help . Is there any other alternative solution ? I used Cspro 8.0
if Catagory in 4,5,6 then
delete(SECTION_101);
Endif;
Error message
ERROR(SECTION_101_EDT, 15): Record, group or multiple item name expected
Checked
1. I checked the record name in the dictionary and it is correct,
2. Change the required for YES to NO , both failed to work
I found out a single record ( which have more than 50 items both numeric and alpha) needs to be blank. I wrote a batch program , that failed to work because of an error message. I just copied they program form "Delete function" , from the Cspro help . Is there any other alternative solution ? I used Cspro 8.0
if Catagory in 4,5,6 then
delete(SECTION_101);
Endif;
Error message
ERROR(SECTION_101_EDT, 15): Record, group or multiple item name expected
Checked
1. I checked the record name in the dictionary and it is correct,
2. Change the required for YES to NO , both failed to work