Paul Mckenzie wrote:
I will live with selectability - for the moment...
I just don't like it much - to me selectability = editability.
Others have convinced me our users will not view this the same way :-|
Regards
Paul McKenzie
Analyst Programmer
SMSS Ltd.
----- Original Message ----- *From:* Warren Slater (ASL) <mailto:[EMAIL PROTECTED]> *To:* 'NZ Borland Developers Group - Delphi List' <mailto:[EMAIL PROTECTED]> *Sent:* Monday, December 15, 2003 1:15 PM *Subject:* RE: [DUG] Hints
Hi
Just get the onenter to select another control.
Set tabstop to false so that they can tab past the controls.
Warren
procedure TForm1.Edit2Enter(Sender: TObject);
begin
Edit1.SetFocus;
end;
_______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
