naguaramipana001
Technical User
hi gurus
I am trying to learn Foxpro on my own so take it easy on me
here is where I am, I have created a select statement like the following
select field1,field2 from table into cursor mytest
then I wanted to create an excel file from this cursor
copy to filename type xls
well here is the problem
I get one colunm on my excel file that contains field1 and field2 is not there , then I checked field2 and is a memo field, HOw can I get the text inside the memo field to go into the cursor and therefore to the xls file as a separete colunm.
Thanks a bunch
VFP9
I am trying to learn Foxpro on my own so take it easy on me
here is where I am, I have created a select statement like the following
select field1,field2 from table into cursor mytest
then I wanted to create an excel file from this cursor
copy to filename type xls
well here is the problem
I get one colunm on my excel file that contains field1 and field2 is not there , then I checked field2 and is a memo field, HOw can I get the text inside the memo field to go into the cursor and therefore to the xls file as a separete colunm.
Thanks a bunch
VFP9