Hi Kirk, In the Database Settings, at the bottom of the Compiler tab, there is a section of "Compiler methods for..." This section lets you define the names of the 5 compiler methods that 4D use for type declarations. http://livedoc.4d.com/4Dv16/help/Title/en/page1261.html#460189
My understanding is that when you use the Generate Typing button, the compiler will analyze all "other" methods and place the typing declarations in to the 5 methods defined in the Database Settings. http://livedoc.4d.com/4Dv16/help/Title/en/page1260.html#513177 So my understanding is, if you have written your own methods that begin with compiler_ that are not specifically defined in the Database Settings then use the Generate Typing button; then your custom method would be treated as a regular method and 4D will add your declarations to the 5 compiler_ methods that are defined in the Database Settings. Is that the issue you are seeing? -Tim ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

