Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Chr(13) in Memo fields being redefined in query?
Message
De
08/03/2012 10:50:45
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 7
Divers
Thread ID:
01537537
Message ID:
01537624
Vues:
37
The saving of individual records are done with an Insert

The SQL that pulls the cursor is :

Select Val(b.seq) As qstnum, b.cat, a.script, a.stem, a.respa, a.respb, a.respc, a.respd,;
b.itmnum, a.scriptim ;
From convatc a, dupwk b;
WHERE a.itmnum = b.itmnum;
INTO Cursor testbook;
ORDER By qstnum

Script and Stem are both memo fields


>>the memo field is part of a table which is part of a DBC stored on an external harddrive. It is retrieved with a Select statement into a cursor.
>>
>So, are you saying that somehow in the process of saving/retrieving the data in that memo field change? Can you post code that Saves the data and code that retrieves it?
"You don't manage people. You manage things - people you lead" Adm. Grace Hopper
Pflugerville, between a Rock and a Weird Place
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform