 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Agostino Guest
|
Posted: Fri Mar 24, 2006 9:03 am Post subject: fields like inernalcalc |
|
|
Sometimes I need fields that will not be written on database. I start with
the following query:
SELECT 'N' AS SELECTED , ID, NAME, ... FROM MYTABLE
and open a CachedUpdates dataset on it.
I apply updates to database trought a OnUpdateRecord event, so I obviously
ignore the field 'SELECTED' that
actually doesn't exists in MYTABLE.
So far it works fine. My problem is: I don't want records that have the
field SELECTED modified to have Status property set to usModified.
How can I do?
Thanks
Agostino |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|