Delphi tells me there is no cooresponding component
I have a real simple report and am using the principle blow to initialize
the fields. Often all is okay then Delphi starts whinning that their is no
form componenent for all the report components. What is going on. Also, I
get a Access violation at address ~~~ in modulae rtl70.bpl. Read of address
FFFFFFFFFFA
What is going on?
Larry
procedure TForm1.btnReportsClick(Sender: TObject);
var
ConvDouble : Double;
begin
ConvDouble := StrToFloat(ConvFactor);
ppSelectedTestWt.Caption := Format('%9.2f', [ConvDouble *
StrToFloat(SelectedTestWt)]) + SelectedUnits;
ppSelectedShackel.Caption := SelectedShackel;
ppSelectedDate.Caption := SelectedDate;
pplblLine1Score.Caption := lblLine1Score.Caption;
pplblLine2Score.Caption := lblLine2Score.Caption;
the fields. Often all is okay then Delphi starts whinning that their is no
form componenent for all the report components. What is going on. Also, I
get a Access violation at address ~~~ in modulae rtl70.bpl. Read of address
FFFFFFFFFFA
What is going on?
Larry
procedure TForm1.btnReportsClick(Sender: TObject);
var
ConvDouble : Double;
begin
ConvDouble := StrToFloat(ConvFactor);
ppSelectedTestWt.Caption := Format('%9.2f', [ConvDouble *
StrToFloat(SelectedTestWt)]) + SelectedUnits;
ppSelectedShackel.Caption := SelectedShackel;
ppSelectedDate.Caption := SelectedDate;
pplblLine1Score.Caption := lblLine1Score.Caption;
pplblLine2Score.Caption := lblLine2Score.Caption;
This discussion has been closed.
Comments
Where is the application stopping when the AV occurs?
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico, this is in design mode! And it is not consistant.
Larry
Sorry, I assumed this was occuring at runtime because you included some
event code at the bottom of your last post. This is not a known issue with
ReportBuilder at design time. Which version of RB/Delphi are you using.
Are there any other aspects of your app that will help me recreat this issue
on my machine?
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com