Re: TXT file with vfp9

Author: Gérard Lochon

Posted: 2011-04-07 at 16:03:19

> Does anyone wish to comment?

If you want to know if the issue is coming from the printer device or the OS

parameters,

try to generate your text file using an device-independant method, and see

what happens !!

For example :

SELE dcdetail

m.myvar = ''

SET TEXTMERGE TO MEMVAR myvar NOSHOW

SET TEXTMERGE ON

SCAN FOR !EMPTY(dcdets)

\<<ALLTRIM(dcdets)>>

ENDSCAN

SET TEXTMERGE TO

=STRTOFILE(m.myvar,"DCSCHED.TXT")

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/B502156C128D421EAB523D866969FBDF@MuriellePC

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2011 Gérard Lochon