So there are two ways to declare %TemplateSymbols for a template, using either #Declare(%DeclareSymbol) or #Prompt(‘SomeText’,EntryType),%PromptSymbol
I cant use a #DeclaredSymbol in a #prompt, its got to be one or the other, otherwise the appgen complains.
What I dont understand is why the AppGen only complains when I select the Template view, it generates the app just fine adjusting for the C6 and C11 differences but I couldnt understand why it wasnt displaying any of the section details (#Application, #Procedure) in the Template view.
I dont know if I’m missing something, doing something in a wrong order or something else.
Havent figured it out yet.
As I was getting 8 of those messages, I did search for 8 instances of %T somewhere but havent looked at any other multiples/divisions of 8 yet.
Edit. One thing I’ve not tested yet which it might be is the #Call immediately after the #Procedure before the #Restrict. Because parts of the templates code gets called many times, #tab being one example, they called as if they are in an accept loop of sorts.