Hi,
I have a word template with these tags (each one on a table column)
[testUserFunction.nome;block=tbs:row;ondata=test] [testUserFunction.cognome]
to display records from a correctly formatted array.
I need to get the (testUserFunction.nome in a php function to test it) but function test is never called when MergeBlock.
This is the function in the same php page that generates the opentbs output.
function test($BlockName,&$CurrRec,$RecNum) {
$CurrRec = "test";
}
|
Where should I check?
Alex