displaying Memo only at the last page
ichiro
berlin
Dear All, please help me.
The goal is to display Memo8 only at the last page.
I use Delphi6 and FastReport v.2.51
I try these syntax but it still failed :
******
procedure TForm1.frReport1BeforePrint(Memo: TStringList; View: TfrView);
begin
if ('Page') = ('TotalPages') then
frReport1.FindObject('Memo8').Visible:=true
else
frReport1.FindObject('Memo8').Visible:=false;
end;
procedure TForm1.Button1Click(Sender: TObject);
begin
frReport1.DoublePass := true;
frReport1.ShowReport;
end;
******
Somebody could help me ?
Many Thanks in advance !
The goal is to display Memo8 only at the last page.
I use Delphi6 and FastReport v.2.51
I try these syntax but it still failed :
******
procedure TForm1.frReport1BeforePrint(Memo: TStringList; View: TfrView);
begin
if ('Page') = ('TotalPages') then
frReport1.FindObject('Memo8').Visible:=true
else
frReport1.FindObject('Memo8').Visible:=false;
end;
procedure TForm1.Button1Click(Sender: TObject);
begin
frReport1.DoublePass := true;
frReport1.ShowReport;
end;
******
Somebody could help me ?
Many Thanks in advance !
Comments
I have tried selecting the memo field last in the sql query but this makes no difference. How To Save Multi-name Into One Field, And Display Only One i have an access database which i am displaying on a .asp page-the field i am .
Thanks
Potimarron - Piscine couverte