Header not visible when MasterData is empty
Hello,
I have multiple MasterData in page with headers above each MasterData where I draw columns in the header.
When one of the MasterData is empty the header is not visible. I send a capture of the designed page
Can you please help me ?
I have multiple MasterData in page with headers above each MasterData where I draw columns in the header.
When one of the MasterData is empty the header is not visible. I send a capture of the designed page
Can you please help me ?
Comments
The solution is to use TfrxMasterData with RowCount = 1 instead of TfrxHeader
So the problem is solved.