AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Zeichensatz bei QuickReport

Ein Thema von remie · begonnen am 8. Aug 2005 · letzter Beitrag vom 8. Aug 2005
 
remie

Registriert seit: 6. Aug 2004
109 Beiträge
 
Delphi 7 Enterprise
 
#12

Re: Zeichensatz bei QuickReport

  Alt 8. Aug 2005, 10:28
Mit dem Font mach ich eigentlich garnix das is ja das lustige an der geschichte ich fülle eigentlich nur Meine 2 memos und die Positionen

Delphi-Quellcode:
    Qrmemo1.Lines.Text := '';
    Qrmemo2.Lines.Text := '';
    QrLabel9.Caption := suchenpreis1.asString;
    QRLabel10.Caption := suchenpreis1.AsString;
    if suchenmahnstufe.Value = 1 then QRLabel11.Caption := FloattoStr(db.preis1)
    else if suchenmahnstufe.Value = 2 then QRLabel11.Caption := FloattoStr((Mahngebuer1+Mahngebuer2))
         else if suchenmahnstufe.Value = 3 then QRLabel11.Caption := FloatToStr((Mahngebuer1+Mahngebuer2+Mahngebuer3))
                else QrLabel11.Caption := '0';
    QRLabel13.Caption := FloattoStr(StrtoFloat(QRLabel9.Caption)+StrToFloat(QRLabel10.Caption)+StrToFloat(QRLabel11.Caption));
    QRLabel9.Caption := Format('%8.2f',[suchenbetrag.Value]);
    QRLabel10.Caption := Format('%8.2f',[StrToFloat(QRLabel10.Caption)]);
    QRLabel11.Caption := Format('%8.2f',[StrToFloat(QRLabel11.Caption)]);
    QRLabel13.Caption := Format('%8.2f',[StrToFloat(QRLabel13.Caption)]);
    QRLabel9.Caption := Qrlabel9.Caption+' EURO';
    QRLabel10.Caption := Qrlabel10.Caption+' EURO';
    QRLabel11.Caption := Qrlabel11.Caption+' EURO';
    QRLabel13.Caption := QrLabel13.Caption+' EURO';

    QrLabel4.Caption := Multilang1.GetTextEx('@posten',a);
    QrLabel5.Caption := Multilang1.GetTextEx('@preis',a);
    Qrlabel6.Caption := Multilang1.GetTextEx('@ausstaende',a);
    Qrlabel7.Caption := Multilang1.GetTextEx('@mahngbr',a);
    Qrlabel8.Caption := Multilang1.GetTextEx('@inkassogbr',a);
    Qrlabel12.Caption := Multilang1.GetTextEx('@summe',a);
    Qrlabel6.Caption := Qrlabel6.Caption+suchenbuchungsnr.AsString;

// Dan lade ich die Texte für die Memos aus der DB und schreib sie ins Memo das Wars
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 05:16 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz