Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Setting Compile Options

When using this sort of inheritance, you need to make sure that whenever a parent class changes its children get recompiled, too. In our application, that means that whenever Utils gets modified, ShowTimes (and any other pages that are children of Utils) should get recompiled.

generated description: compileroptions 20142

Caché will do this automatically, if we check “Compile dependent classes” in the Compile Options list generated description: little1.gif. (Display the Options dialog by clicking Tools —> Options on the menu bar and then clicking Compiler on the options tree on the left.)

FeedbackOpens in a new tab