Yes Sent via blackberry. ----- Original Message ----- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: ProFox Email List <[email protected]> Sent: Mon Dec 24 18:50:26 2007 Subject: Re: vfp9 report question - blank lines in the ASCII text file
Are you using vfp9? ----- Original Message ----- From: "Rob Anderson" <[EMAIL PROTECTED]> To: "ProFox Email List" <[email protected]> Sent: Monday, December 24, 2007 12:22 AM Subject: RE: vfp9 report question - blank lines in the ASCII text file This works for me Kam :- CREATE CURSOR rob (detail C(80)) INSERT INTO rob VALUES ("Line 1") INSERT INTO rob VALUES ("Line 2") INSERT INTO rob VALUES ("Line 3") CREATE REPORT rep FROM rob _ASCIIROWS = 66 _ASCIICOLS = 131 REPORT FORM rep TO FILE rep.txt ASCII MODIFY FILE rep.txt HTH, Robbo. Rob Anderson | Software Engineer | Pegasus, an Infor company | Tel: +44 (0)1536 49 5006 | Fax: +44 (0)1536 495214 | Mobile: +44 (0)7917 615401 Orion House, Orion Way | Kettering | Northants | NN15 6PE | UK www.pegasus.co.uk -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of kam Sent: 22 December 2007 23:47 To: ProFox Email List Subject: vfp9 report question - blank lines in the ASCII text file I want to get a plain ASCII file from the report writer. The manual says use this code. this is an account's transaction listing Set REPORTBEHAVIOR 80 && necessary to get an ASCII text file *_Asciirows = 66 << I tried this, but it did not make any difference *_Asciicols = 131 << I tried this, but it did not make any difference Report Form (lcFrxTmpfname) To File (lctmpfile) Ascii Set REPORTBEHAVIOR 90 This works, however, there is a blank line between every 2 transactions? The report preview looks perfect? Anyone know how to stop the extra blank lines? [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] 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/[EMAIL PROTECTED] ** 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. _______________________________________________ Post Messages to: [email protected] 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/[EMAIL PROTECTED] ** 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.

