Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying memo field to a cell in a excel spreadsheet
Message
 
 
À
30/01/2004 14:52:31
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00872497
Message ID:
00872518
Vues:
18
Hi, Roy.

>I would like to create a spreadsheet from a foxpro table. The easiest way for me is to use the COPY TO command but the problem is that the memo fields don't go over. What is the easiest way to do this? I want to put the memo into one cell.

You can get the data you need and convert the memo to a char field before exporting, using somthing like:
select field1, field2, alltrim(memofield3) as field3...
Char data is easily exported (until 256 characters)

If you need to handle bigger memos, you need to use automation. In than case, read this article from Himal Zonneveld:

http://www.utmag.com/September2002/Page45.asp

Hope this help,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform