RE: [DUG]: New Control Display

1999-07-05 Thread Wes Edwards
e recipients of list delphi > Subject: [DUG]: New Control Display > > > 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.CreateParen

[DUG]: New Control Display

1999-07-05 Thread Tony Sinclair
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; lblNewLab