Templates
ID #1005
How to receive the list of %Primary and %Secondary files, used in current procedure by all templates?
Below code:
#FOR(%ACtiveTemplate) #FOR(%ACtiveTemplateInstance) #ADD(%FileList,%Primary) #FOR(%Secondary) #ADD(%FileList,%Secondary) #END #ENDFOR #ENDFOR #FOR(%OtherFiles) #ADD(%FileList,%OtherFiles) #ENDFOR
Tags: templates, files, tables
Related entries:
- How to change first calling procedure when application started?
- There is checkbox "Column 1" in Embed Editor. For what it is intended?
- How to see fields of tables located in main DLL for specified debugged DLL in multi-dll projects?
- Is there the documentation for writing of templates?
- What is INNER join?
Last update: 2007-07-16 16:26
Author: Aleksey Timkov
Revision: 1.0
You can comment on this entry