Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable not storing all information for Body of Email
Message
De
11/05/2006 06:06:31
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01120917
Message ID:
01120933
Vues:
14
This message has been marked as a message which has helped to the initial question of the thread.
But you use variable not memo field? You should go through this loop.
Also, Backup this Class Library, Open it as a table exclusive, then PACK it and REINDEX it. After that Recompile it and see if you get the same error again.

>Hi Borislav
>
>I am now nearer the problem although I still dont understand it.
>
>Before I get error I did a STRTOFILE(lcbodytext,c:\neil.txt,0) and contained within this file is exactly what I want.
>
>When I resume I get an error message:
>
>'Compiled code for this line is too long'
>
>When I suspend the problem lies in this block of code:
>
>
>* Convert body text field to data (if it is a field)
>IF TYPE(lcBodyText)='M'
>	lcTemp=""
>	FOR lnLoop=1 TO MEMLINES(&lcBodyText.)
>		lcTemp=lcTemp+MLINE(&lcBodyText.,lnLoop)
>		lcTemp=lcTemp+CHR(13)
>	ENDFOR
>	lcBodyText=lcTemp
>ENDIF
>
>
>This block of code is used in the Sendmail program used on the Outlook Class for sending mail.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform