> >
> > The proper way is
> >
> >
SELECT * FROM your_actual_table into cursor ABC NOFILTER READWRITE
> >
> > Mike Yearwood
> > Microsoft MVP Visual FoxPro 2008
> >
> >
>
> That will be much better if he is using same structure for his temp table!.
>
> Anil
> (Fox is the solution for almost everything!!)
With CAST (VFP9) you can specify field sizes and names for the output cursor.
Mike Yearwood
Microsoft MVP Visual FoxPro 2008