Hello Everyone.
Need to be able to export a cursor to a text file.
That bit is no problem.
The issue is that the reciever wants the field names as the first record. How can i do that?
At the moment I am just doing...
>Select curResultTable
>Locate
>Copy To &lcfullfilepath Delimited With "" With Character "|"
where &lcfullfilepath is a txt file.
Can it be done with 'copy to'?
Cheers
Need to be able to export a cursor to a text file.
That bit is no problem.
The issue is that the reciever wants the field names as the first record. How can i do that?
At the moment I am just doing...
>Select curResultTable
>Locate
>Copy To &lcfullfilepath Delimited With "" With Character "|"
where &lcfullfilepath is a txt file.
Can it be done with 'copy to'?
Cheers