Back again,

I am wondering as to how I get a label that I create at run -time to
display itself on a QuickReport band? So far I have...

      //lblNewLabel := TQRLabel.CreateParented(bndDetail.Handle);
      lblNewLabel := TQRLabel.Create(bndDetail);
      lblNewLabel.Left := 20;
      lblNewLabel.Top := 20;
      lblNewLabel.Width := 50;
      lblNewLabel.Caption := 'Hello';
      lblNewLabel.Visible := True;

but the control is not displayed when the report is displayed.  The
detail part of the band is being displayed as there are other records
begin displayed.  Refresh or repaint doesn't do much either.  Probably
missing something quite simple :)

Thanks in advance

--


Tony Sinclair
Holliday Group Limited
Christchurch
New Zealand


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to