Board index » delphi » copying data from one record to the next when inserting a new record
cal...@cacd.rockwell.com (CHAD A LIND)
![]() Delphi Developer |
Sat, 07 Feb 1998 03:00:00 GMT
|
cal...@cacd.rockwell.com (CHAD A LIND)
![]() Delphi Developer |
Sat, 07 Feb 1998 03:00:00 GMT
copying data from one record to the next when inserting a new record
hello,
I would like to know if there is a way to copy one field of a Thanx in advance Chad lind |
Steve Koters
![]() Delphi Developer |
Tue, 10 Feb 1998 03:00:00 GMT
Re:copying data from one record to the next when inserting a new recordCHAD A LIND (cal...@cacd.rockwell.com) wrote: : I would like to know if there is a way to copy one field of a : record to a newly created record. I am using Interbase 3.3 server : version. I have an OnNewRecord event for one of my tables and would : the data from the previous records VarChar field of length 32000 : to be copied to the newly created field. Is there an easy way to key : the varchar field in a temp variable or something so when the new record : is created it can just copy the data there. Any help is appreciated. The difficult aspect of this is the fact that only one record out of a If you could be sure that the "other" record would always be the preceding So how to "remember" needed values from the last record accessed? One way Once at the new record, a keystroke might be provided the end-user to -- |
Thomas Hi
![]() Delphi Developer |
Sat, 14 Feb 1998 03:00:00 GMT
Re:copying data from one record to the next when inserting a new recordQuotekoterski@genghis (Steve Koterski) wrote: to one via a bookmark and just transfer from one set of field arrays to the other? - Hide quoted text - - Show quoted text - Quote>-- |
pr..
![]() Delphi Developer |
Thu, 12 Feb 1998 03:00:00 GMT
Re:copying data from one record to the next when inserting a new recordQuoteSteve Koterski wrote: the table? Then copying the contents of a selected record to this array, asking the user for the new index value(s), then inserting a record with the new index values and the selected record's field values? Thanks, |
Thomas Hi
![]() Delphi Developer |
Sat, 14 Feb 1998 03:00:00 GMT
Re:copying data from one record to the next when inserting a new recordQuotekoterski@genghis (Steve Koterski) wrote: to one via a bookmark and just transfer from one set of field arrays to the other? - Hide quoted text - - Show quoted text - Quote>-- |
1. Record Cloning or Insert New Record using data from currently selected record
2. Comparing one record with next record
3. Master/Detail w/SQL Server shows all detail records when inserting a new master record
4. Record Hidden after insert a new record
5. How to: copy a record from one table to another one
6. Copying one record from one table to another
7. Copying a record from one Ttable to another
8. Copying records from one table to another?
9. Fastest way to copy all fields from one record to another