| View previous topic :: View next topic |
| Author |
Message |
John Guest
|
Posted: Wed May 12, 2004 5:10 pm Post subject: Paradox AutoInc field - retrieve after post |
|
|
Is the value for an autoinc field immediately available after a dataset post
or do I have to re-read the record to retrieve it?
thanks
|
|
| Back to top |
|
 |
Bill Todd (TeamB) Guest
|
Posted: Wed May 12, 2004 8:58 pm Post subject: Re: Paradox AutoInc field - retrieve after post |
|
|
Assuming you are using a TTable, the value is available.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
| Back to top |
|
 |
John Guest
|
Posted: Thu May 13, 2004 5:34 am Post subject: Re: Paradox AutoInc field - retrieve after post |
|
|
When I try to append a record to my table I get an error 'field 'key' cannot
be modified'
the field 'key' is an autoinc field and I have not yet set any of the fields
yet - just did table1.append
"Bill Todd (TeamB)" <no (AT) no (DOT) com> wrote
| Quote: | Assuming you are using a TTable, the value is available.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
|
| Back to top |
|
 |
Bill Todd (TeamB) Guest
|
Posted: Thu May 13, 2004 1:24 pm Post subject: Re: Paradox AutoInc field - retrieve after post |
|
|
Do you get the same behavior using a TTable that has no event
handlers?
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
| Back to top |
|
 |
|