Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
StrToFile with CR
Message
From
17/02/2014 01:46:00
 
 
To
16/02/2014 21:35:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01594474
Message ID:
01594478
Views:
60
Create Cursor BILLCOMPRESS (PS C(254)) && Create Temporary Cursor Billcompress
Select BILLCOMPRESS
Append From (m.CPSFILEPATH) Sdf && Appends in Standard Data Format
*Make Changes in File as You Need and rewrite the File with Carriage Returns
			Set Textmerge On
			Set Textmerge To (m.CPSFILEPATH) Noshow
			Scan
\\<< TRIM(PS) >>
\
			Endscan
			Set Textmerge To
			Set Textmerge Off
Hi. I am trying to create a StrToFile with Carriage Returns. The CR come out as little squares and everything is on the same line. Not good.
>Thanks, Randy
Harsh
Previous
Reply
Map
View

Click here to load this message in the networking platform