Rebuild of application - Help!

I have an application that was built under: 8.01.0041

There is a bug in the code that was fixed in later releases. When I recompile the application (8.1.066) the bad code still gets generated.

How do I re-set the application or build it under the current SC release that does not have the bug without re-doing the entire application??

Help!

Good question.

It turn out that the solution for my problems was in the application name!! :eek:

I had a series of applications with the names: Admin-Athlete, Admin-Contact, Admin-Entry, etc. and the ‘sc_error_message’ in ‘onValidate’ would trap a problem, but not show the error messages. The code would work at stopping the update of the record, but no error messages to the user.

When I changed the application names to: Admin_Athlete, Admin_Contact, Admin-Entry, etc. they worked! (Thanks Mateus Cardoso from SC)