![]() |
Re: Projektweit form suchen
Hallo,
was ist hier falsch? ( ich steh auf der Leitung ). Die Syntax an sich ist klar.
Delphi-Quellcode:
Fehlermeldung: Ungültige Typumwandlung, bei der with Zeile.
frmWork1:= Application.FindComponent(Lb1.items[lb1.itemindex]) as Tform;
With frmwork1 do Begin frmWork := FindComponent(Lb2.items[n]) as Tedit; end; frmwork1:tform frmwork:tedit nimoee [edit=Luckie] Mfg, Luckie[/edit] |
Re: Projektweit form suchen
Hi,
bitte formatiere deine Sourcecodestücke mit den [ delphi]-Tags.
Delphi-Quellcode:
Chris
frmWork1:= Application.FindComponent(Lb1.items[lb1.itemindex]) as Tform;
// With frmwork1 do <-- weg // Begin edtWork := frmWork1.FindComponent(Lb2.items[n]) as Tedit; // end; |
Re: Projektweit form suchen
hallo,
ja, hab ich übersehen. Aber gleiches Problem. Geht so nicht. nimoee |
Re: Projektweit form suchen
Moin Nimoee,
also bei mir wird Dein Code akzeptiert (auch mit der With Konstruktion). Der Fehler muss woanders liegen. (die LBs hab' ich als TListBox deklariert, n als integer) |
Re: Projektweit form suchen
hallo Christian,
sobald ich in die Zeile mit Tedit einen string zum suchen einfüge gehts! nimoee |
Re: Projektweit form suchen
Moin Nimoee,
:shock: ich hab's 1:1 übernommen, ebenfalls mit D5, und bei mir geht's. |
Re: Projektweit form suchen
Ääähm, hallo Leute,
ich wags garnicht zu sagen! War mein Fehler. Das Edit Feld war nicht vom Typ Edit sondern tmaskedit. Jetzt funktioniert das Ganze. Ich dank euch für die schnelle Hilfe. nimoee |
Alle Zeitangaben in WEZ +1. Es ist jetzt 09:25 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