Patrick

How do you display the column when it is not selected with code.  I cannot
see a display or show method that could do this.  Thought I would put the
code in the grids OnColEnter event so when user changed columns/cells then
it would check which column had focus and redraw the lookup field column if
it did not.

regards

Chris

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Patrick Dunford
Sent: Tuesday, 25 July 2000 21:08
To: Multiple recipients of list delphi
Subject: RE: [DUG]: Lookup field in a grid


The display is affected by which is the currently selected column. You could
set this whenever the user does something like navigate to different
records. You also need to set the Options property to AlwaysShowEditor =
true

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Chris Wallis
> Sent: Tuesday, 25 July 2000 15:42
> To: Multiple recipients of list delphi
> Subject: [DUG]: Lookup field in a grid
>
>
> Hi
>
> I have a field in a dbgrid (size) that looks up its value from
>
snip
>

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to