Einzelnen Beitrag anzeigen

Alloc

Registriert seit: 18. Apr 2005
Ort: Griesheim
167 Beiträge
 
Delphi 2006 Professional
 
#12

Re: Edit-Feld nach Eingabe mit ENTER verlassen

  Alt 4. Okt 2007, 22:09
Hi,

habe auch atm das Problem, dass ich aus meinem StringGrid raus die nächste Kompo per Enter fokusieren will.
(Self = StringGrid, Parent = Form)
Allerdings klappt weder ein
Parent.Perform(WM_NEXTDLGCTL, 0, 0); noch
Self.Perform(WM_NEXTDLGCTL, 0, 0); noch
Self.SelectNext(Self, True, True); Es bleibt einfach immer der Focus bei dem Grid.
Hat da jmd ne Idee was da schief laufen könnte?

Grüße,
Chris
Christian Illy
ONI2.net, basicly every important link about Oni.
  Mit Zitat antworten Zitat