Hallo. Wass muss ich tun, damit ich mit Enter taste das Nächste Feld in DBGRIB Auswählen kann?
Mfg Karstadt
Delphi-Quellcode:
procedure Tf_pnv.dbg_auftragKeyDown(Sender: TObject; var Key: Word;
Shift: TShiftState);
begin
If Key = 13 then Key := 9;
end;
Funktioniert leider nicht