Anyone familiar with this set of components, esp. JvDBLookUpCombo. It's similar to DBLookUpCombo with the exception that you can lookup a value from several columns instead of one. It works great for looking up states, countries, job type, status, etc. But I have a couple of forms in which I use JvDBLookUpCombo to look up a contact for a client. One to many relationship Client to Contacts. Works but if you move to a different client via the Navigator or just scrolling with your mouse wheel, the contact last name disappears. It's just on these that have a relation set. I have the JvDblookupCombo lookup the contact that shows 3 columns: Last Name, First Name and Mi. When the user selects a contact, the last name shows in the component and I'm updating 2 DBEdits with the First Name and Mi. If you navigate or scroll and come back the last name is blanked out
I think it must be something I'm doing because I can't find anything similar to this issue searching on the forum.