Call to undefined function sc_reset_menu_delete()

This is a valid function call, yet SCv6 6.00.018 complains. Occasionally, I can get my project to run correctly with this function in place, but, most of the time, a new “generate” will cause the project to have this error when the app runs. I have it in the OnLoad event of a menu app.

if ([usr_trms_ok] != ‘Y’)
{
//sc_menu_disable(item_1,item_2,item_3,item_4,item_5);
sc_menu_delete(item_1,item_2,item_3,item_4,item_5);
}
else
{
//sc_reset_menu_disable(item_1,item_2,item_3,item_4,item_5);
sc_reset_menu_delete(item_1,item_2,item_3,item_4,item_5);
} <— Should I be putting a ; here?

Hello Boxer,

Are you still facing this issue? Are you working with SC’s latest version?

regards,
Bernhard Bernsman

Here is the answer to this question about “sc_reset_menu_delete” being undefined.