Hi, I was having problems with using the Template Wizard. It would open with no modules to select. I manage to narrow it down to the Script Library function "TemplateFilter.getTemplateTables". This function queries the Object table and returns an array with the tablenames that have supporttemplates enabled.
In the function's loop routine, to populate the array, it has an and (&&) condition that the index value is < 5. This causes the loop to exit before collecting all the table names. I increased this to 50 to correct my problem, but should it even be there?
Note: My problem with the template wizard began when we started to keep backup/audit versions of the main forms. Thus the function was starting to retreive more than the original 4.


Reply With Quote
Bookmarks