I am replacing a dbGrid with a cDBCJGrid
and I am trying to work with a ComboForm within the cDBCJGrid.

The field for the Data Dictionary has a Validation table for 4 values B,E,N,I meaning Bug, Enhancement, New feature, Internal respectively

In the cDBCJColumn it shows a ComboForm where one can pick the four choices of Bug, Enhancement, New, Internal.

But what I want to do is just to be able to enter the first letter and force it to Capslock so that this passes the validation.

I have tried setting the pbCapslock for the column and also in the DD, but if I enter a lowercase "b" (for example), the save errors out, but if I enter an uppercase "B" the save proceeds correctly.

It is much faster to enter by typing the first letter rather than having to use the mouse to open the list to choose.

Any ideas how to make this a smoother process?


M