Macros inside macros
Posted: Fri 11 May 2012 13:00
Hello!
Is there the way to use such construction as macro embedded into another macro within one DB component (TMSSQL, TMSQuery etc.)?
For example:
The value of "SQL" property is
So, the Macros tab of TMSSQL component will content the one macro "TableName". If I put into value of macro "TableName" next sql code:
I wait for macro "JoinedTable" will appear in the Macros tab too. As it's seen embedding level of macros may be many more.
Or... whether will be planned this functionality
Is there the way to use such construction as macro embedded into another macro within one DB component (TMSSQL, TMSQuery etc.)?
For example:
The value of "SQL" property is
Code: Select all
select * from &TableNameCode: Select all
Clients cts inner join &JoinedTable jt on cts.id = jt.client_idOr... whether will be planned this functionality