Hi all,
I have a question regarding lpt templates. When I include a lpt template in tdl for each entity field, I need to generate current field index too.
There is no key value for current field index in activeObject hashtable. Can I pass it somehow to the lpt?
I also tried to modify TDLInterpreter and add _foreachIndex to a hashtable, but i can't start code generation process when I replace TDLInterpreter.dll.
I could write lpt to include it under current entity, instead of under current field, and iterate myself to generate current field index, but I don't know if that is the best way.
Can you help me finding the best way to do this?
Tnx in advance.