Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable not storing all information for Body of Email
Message
 
 
To
11/05/2006 05:26:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01120917
Message ID:
01120931
Views:
14
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.
Neil Lewis
IT R&D Manager
Velmore Ltd
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform