Copying a record in a field to several records in same field

Copying a record in a field to several records in same field

Post by Bill Bail » Thu, 30 Mar 1995 04:00:00



Surely there is a way to copy a record in a field to the clipboard then
go to blank record in the same field and select several blank records in
the same field and paste; thereby filling several records at a time ?  
DOES ANYBODY OUT THERE HAVE AN ANSWER ?  

THANKS IN ADVANCE!

 
 
 

Copying a record in a field to several records in same field

Post by Todd Fa » Thu, 30 Mar 1995 04:00:00



Quote:

>Surely there is a way to copy a record in a field to the clipboard then
>go to blank record in the same field and select several blank records in
>the same field and paste; thereby filling several records at a time ?  
>DOES ANYBODY OUT THERE HAVE AN ANSWER ?  

Well, not quite as you've put it, but an easy workaround.  Look up copyToArray() and copyFromArray() in the
on-line help (members of the TCursor type).  You can use these methods in a loop to copy multiple duplicate
records, or portions of records.

Todd

--
====================================================================

"His mind is somewhat too much taken up with his mind." - John Earle
====================================================================

 
 
 

Copying a record in a field to several records in same field

Post by Kuo-Sheng (Kas » Fri, 31 Mar 1995 13:41:23


: Surely there is a way to copy a record in a field to the clipboard then
: go to blank record in the same field and select several blank records in
: the same field and paste; thereby filling several records at a time ?  
: DOES ANYBODY OUT THERE HAVE AN ANSWER ?  

By hand or by code?

By hand: not possible.  Closest is Ctrl-D (Ditto, same as above)

By code: use a loop

--
+==========================================================================+

| Pretty good Paradox for Windows Programmer                               |
| Self-proclaimed Treknologist                                             |
| Editor XCOM: Unofficial Strategy Guide http://userwww.sfsu.edu/~kschang  |
+==========================================================================+