I need to remove FullRecord from an APP, how do I do it?

Top  Previous  Next

I need to remove FullRecord from an APP, how do I do it?

 

If it is a temporary removing because you need to solve any problem, just "disable" it globally; that will generate no code at all (the same as not having it), while preserves your settings in case you add it again.

 

If you simply need to stop the auditing process, but you have many manual calls and you don't want to change the program at this moment, then just "suspend" the template, so it won't audit, but it won't generate compiler errors either.

 

If the removing is permanent, delete the global extension first, then everything you added to the program (like the browse inspect window or manual calls), then the DCT files). Probably you will need to force a full regeneration (and/or delete the obj/clw/temp folder).