Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append from .. type delimited
Message
 
À
13/06/2006 10:23:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01128692
Message ID:
01128731
Vues:
28
Hi Denis,

AFAIK, you cannot append memo field from a not dbf file. In your case there are several workarounds.

One of them is to open the text file in Excel, add the header line, and save it as Excel file. Then you may use SPT to get data from Excel into the cursor having memo fields (sure all this you can do programmatically).

Also you may do SPT directly from text file (but the header with field names is required).

Another way is to process the text file line by line.


>Hello,
>I have a problem with APPEND FROM (filename) TYPE dilimited WITH CHARACTER |
>
>The problem is :
>One field has wide text format... When I create cursor where all fields are MEMO - I'v got error
>No fields found to process (Error 47)
>If I create cursor where all fields C(254) - the wide text cut.....
>
>Any suggestion.. is it possible to import wide text with APPEND FROM ? or need to write post code?
>
>Thanks
>Denis
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform