At 09:55 am 19/02/01 -0300, Richter said:
>>>>
But what is going wrong ???? The BornDate everytime is the BornDate of
the last record.
<<<<
Your problem lies in the fact that the combos only contain strings. These
strings are not linked to any table, therefore the table you have is not
moving at all.
You have 2 choices - either drop 2 tables onto the form, both attached to
the same table and both feeding DBLookupCombos, these will move the record
pointers in the tables as they are selected; or you could use
Combo.Items.AddObject() to save either the record ID of each person, or the
date for each person, alongside the name.
Steve Peacocke
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"