Einzelnen Beitrag anzeigen

Benutzerbild von user0815
user0815

Registriert seit: 5. Okt 2007
331 Beiträge
 
Delphi XE2 Professional
 
#4

AW: Fastreport - Kommastellen im Memo

  Alt 11. Sep 2012, 13:32
@Lemmy THX

Delphi-Quellcode:
var
  oFrx: TfrxMemoView;
begin
  ofrx := TfrxMemoView(frxReport1.FindObject('MemoBez'));
  oFrx.DisplayFormat.FormatStr := Variabel; // '%2.1f';
so hat´s funktioniert
  Mit Zitat antworten Zitat