Kevin - I believe that Wes may be utilizing a Utility like SCCTEXT.prg - which converts Forms and their Methods to a Flat Text file. At least that is my guess...
-K- -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Kevin Cully Sent: Friday, June 05, 2015 12:00 PM To: [email protected] Subject: Re: Can I Beautify "on the fly"? When you say "on the fly", do you mean "as you type"? There's Beautify on demand. You probably know this. Pull the code up in the editor, highlight the code you want to beautify, then right click and select "Beautify". On 06/05/2015 10:52 AM, Wes Wilson wrote: > 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/80838f1ca795b14ea1af48659f35166f1c0...@drexch02.corp.globetax.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.

