![]() |
DBChart und SQL Problem!!
Also ich wollte ein DBChart verwenden und dann das Chart mit SCQ-Anweisungen füttern, doch leider bekomm ich die Fehlermeldung "Keine SQL-ANweisung".
Also so sieht mein Code aus
Delphi-Quellcode:
procedure TFormStatistik.FormCreate(Sender: TObject);
begin DataModule2.QueryFormat.Active := false;
Delphi-Quellcode:
procedure TFormStatistik.BitBtnStatClick(Sender: TObject);
begin if CheckBoxFormat.Checked then begin DataModule2.QueryFormat.Active := True; end else begin DataModule2.QueryFormat.Active := False; end; |
Re: DBChart und SQL Problem!!
Zitat:
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 21:52 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 by Thomas Breitkreuz