Beautify is a PRG and the source is included. There is also a Thor tool that has an enhanced version of beautify. So the short answer should be yes. :-)
-- rk -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Wes Wilson Sent: Friday, June 05, 2015 10:53 AM To: [email protected] Subject: Can I Beautify "on the fly"? I am reading in over 100,000 lines of code from thousands of methods and outputting them to a text file. Is there a way I can "beautify on the fly" e.g. PROCEDURE click if a = ba = cendif ENDPROC I would like to output this: PROCEDURE click if a = b a = c endif ENDPROC Wes Wilson, President ERW Custom Programming, Inc. Crescent Lake Plaza 5459 Elizabeth Lake Rd. Waterford, MI 48327 (248) 683-4182 www.visual-foxpro-programmer.com www.erw.com [email protected] From: "[email protected]" <[email protected]> To: [email protected] Sent: Friday, June 5, 2015 10:43 AM Subject: ProFox Digest, Vol 146, Issue 9 ----- Forwarded Message ----- Send ProFox mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://mail.leafe.com/mailman/listinfo/profox or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of ProFox digest..." Today's Topics: 1. zip/unzip (Rafael Copquin) 2. RE: zip/unzip (Kurt Wendt) 3. Re: zip/unzip (Mike Copeland) 4. Re: zip/unzip (Kevin Cully) 5. RE: [NF] Win10 what you will lose in the OS update (Richard Kaye) 6. Re: zip/unzip (Rafael Copquin) 7. Re: zip/unzip (Laurie Alvey) 8. Re: zip/unzip (Kevin Cully) 9. Re: zip/unzip (Fernando D. Bozzo) 10. Re: [NF] All OSs are malware (Ricardo Araoz) 11. [NF] Powershell behind the objects (Stephen Russell) 12. Re: [NF] All OSs are malware (Alan Bourke) Years ago I had obtained a zip/unzip class from someone in this forum. It would zip the database,tables and index files and place the zip file in a folder. And then one could unzip the files back to the tables folder, all of this automatically. But I lost it and need something like that to include as a backup/recover routine in one of my programs Rafael Copquin I swear that sounds like something that is available in the Downloads section of the ProFox forum. You might want to check there first. Just a thought... -K- -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Rafael Copquin Sent: Thursday, June 04, 2015 2:59 PM To: [email protected] Subject: zip/unzip Years ago I had obtained a zip/unzip class from someone in this forum. It would zip the database,tables and index files and place the zip file in a folder. And then one could unzip the files back to the tables folder, all of this automatically. But I lost it and need something like that to include as a backup/recover routine in one of my programs Rafael Copquin [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.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. Report [OT] Abuse: http://leafe.com/reportAbuse/[email protected] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/blupr10mb0451853481c614bd3685208fd2...@blupr10mb0451.namprd10.prod.outlook.com ** 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.

