delphideki richedit deki bilgileri yazdırmak istiyorum ancak "access violation at adress ..." hatası veriyor.
Kod: Tümünü seç
procedure TForm1.Button1Click(Sender: TObject);
begin
(frReport1.FindObject('ozet') as TfrRichView).RichEdit.Lines:=RichEdit1.Lines;
frReport1.PrepareReport;
frReport1.ShowReport;
end;
iyi çalışmalar..