Hi
I'm new to Delphi - any help greatly appreciated!.
I'm using a dbLookup Combo box with Absolute db, reading a second table for list entries.
The problem is that when I select any list item over 20 characters - it doesn't show in the combo edit box at all - and though it posts, gets truncated to 20 chars in the db's field.
I added an Edit box on the form to the field in use - and it correctly displays all the characters, while the combo box remains empty if >20.
I've been all through the db fields and indices to ensure no 'max 20' exists. The dbLookupComboBox dosen't have a 'MaxLength' field - I've checked. can't find anything relevant in the Help File.
Any suggestions as to where the '20 charcter' bottle neck might be greatly appreciated.
Den
(I think I can work around this if no solution by using a second 'display name' field that is less than 20 characters)
I'm new to Delphi - any help greatly appreciated!.
I'm using a dbLookup Combo box with Absolute db, reading a second table for list entries.
The problem is that when I select any list item over 20 characters - it doesn't show in the combo edit box at all - and though it posts, gets truncated to 20 chars in the db's field.
I added an Edit box on the form to the field in use - and it correctly displays all the characters, while the combo box remains empty if >20.
I've been all through the db fields and indices to ensure no 'max 20' exists. The dbLookupComboBox dosen't have a 'MaxLength' field - I've checked. can't find anything relevant in the Help File.
Any suggestions as to where the '20 charcter' bottle neck might be greatly appreciated.
Den
(I think I can work around this if no solution by using a second 'display name' field that is less than 20 characters)