To be more specific, I think this is an issue with the DBGrid. I have the DBGrid near the top of the form below the DBNAV, Save btn, Cancel btn and the Close btn. Below the DBGrid is the the main pnl with the record fields for the table(s). I put the DBGrid near the top above the data entry panel so the user can just hover over the DBGrid and scroll up and down thru the table records with roller on the top of their mouse. As you roll the mouse and the records update on the lower panel with the DBLookUpCombo's, DBEdits, etc. Everything seems to update with all the JvDBLookupCombos, i.e. for State, Country, Status, etc. The only issue is the JvDBLookup for the Contacts which is a many-to-one relation to the Sales Order record.
Would anyone be able to have an idea why this disappearing Contact Last Name isn't showing? Should I Refresh the lower panel on exit from the Grid? I'm trying that in these forms early tomorrow.
Any suggestions, greatly appreciated ...