Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi Projektweit form suchen (https://www.delphipraxis.net/8529-projektweit-form-suchen.html)

Nimoee 7. Sep 2003 15:47

Re: Projektweit form suchen
 
Hallo,
was ist hier falsch? ( ich steh auf der Leitung ). Die Syntax an sich ist klar.
Delphi-Quellcode:
frmWork1:= Application.FindComponent(Lb1.items[lb1.itemindex]) as Tform;
  With frmwork1 do
       Begin
          frmWork := FindComponent(Lb2.items[n]) as Tedit;
       end;
Fehlermeldung: Ungültige Typumwandlung, bei der with Zeile.
frmwork1:tform
frmwork:tedit

nimoee

[edit=Luckie] Mfg, Luckie[/edit]

CalganX 7. Sep 2003 15:50

Re: Projektweit form suchen
 
Hi,
bitte formatiere deine Sourcecodestücke mit den [ delphi]-Tags.

Delphi-Quellcode:
frmWork1:= Application.FindComponent(Lb1.items[lb1.itemindex]) as Tform;
// With frmwork1 do <-- weg
// Begin
edtWork := frmWork1.FindComponent(Lb2.items[n]) as Tedit;
// end;
Chris

Nimoee 7. Sep 2003 15:54

Re: Projektweit form suchen
 
hallo,
ja, hab ich übersehen. Aber gleiches Problem.
Geht so nicht.
nimoee

Christian Seehase 7. Sep 2003 16:00

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)

Nimoee 7. Sep 2003 16:04

Re: Projektweit form suchen
 
hallo Christian,

sobald ich in die Zeile mit Tedit einen string zum suchen einfüge gehts!

nimoee

Christian Seehase 7. Sep 2003 16:11

Re: Projektweit form suchen
 
Moin Nimoee,

:shock:

ich hab's 1:1 übernommen, ebenfalls mit D5, und bei mir geht's.

Nimoee 7. Sep 2003 16:14

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.
Seite 2 von 2     12   

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