![]() |
Re: OnCalcFields... gibt es einen effizienteren Weg?
hmm tut mir leid ich bin im moment wohl etwas schwer von begriff.
Verstehs immernoch nicht :( |
Re: OnCalcFields... gibt es einen effizienteren Weg?
Delphi-Quellcode:
Query.SQL.Text := 'SELECT a.*, b.*, '+ qbznw.FieldByName('behandlungszustaende').AsString + ' as behandlungszustand ' +
' '+ qbznw.FieldByName('nachweise').AsString + ' as nachweise '+ 'FROM artikel AS A LEFT OUTER JOIN bestellungenpos AS B ON A.lfdnr = B.artikel '+ 'ORDER BY lfdnr DESC;'; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 08:15 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