| Stephen Quinn 2005-10-01, 6:55 pm |
| ehab
> How can I simulate the copy and paste of certain records and Tbrowse
> class .
If you want to simulate it - just imagine it happening<g>
If you want to actually copy records then the following should point you in the
right direction.
Grumpfish library (on the OASIS)
- use a function called photocopy() or it may be fotocopy()
> How can I cursor position keeps the record pointer to sace recno() and
> go to the value and transfer value into the new appended record .
One way is to use an array
Eg
Save RecordNo
Fill array with data from current record
append new record
Write data from the array into the new record
Move back to the previous record
HTH
Steve
<ehabaziz2001@gmail.com> wrote in message
news:1128162945.889360.40210@g43g2000cwa.googlegroups.com...
> How can I simulate the copy and paste of certain records and Tbrowse
> class .
> How can I cursor position keeps the record pointer to sace recno() and
> go to the value and transfer value into the new appended record .
>
|