Gogaaa
Gogaaa
About
- Username
 - Gogaaa
 - Joined
 - Visits
 - 0
 - Last Active
 - Roles
 - Members
 
Comments
- 
                For example, after printing MasterData1 records we need to show some text. procedure MasterData1OnAfterPrint(Sender: TfrxComponent); begin  if ( MasterData1.Dataset.RecNo = (MasterData1.Dataset.RecordCount -1) ) then   SomeTextLabel.Visible …