Tag & tabtext

Hi,

It’s now possible to use tags in the text in a tab in a tabpanel. But I notices something strange, which I didn’t expect.

When I put the tag %%maxRecordIndex%% into the textproperty of the Tab, the number shown as the TabText is the total count of records in the underlying table and not the number of records of the underlying relation to that table.

Is this a bug? If not, it there a way to get the proper number onto the Tab Text dynamically, without creating a new calculation?

Paul

It is not a bug the tab it self is part of the parent, the contents of the tabpanel makeup the (non)related child (this has also performance reasons, for a tab not shown no data is queried)