Re: Lister program for VFP code

2024-08-29 Thread Alan Bourke
Something like this might get you some of the way: lcHeadings = set("HEADINGS") set headings on type "my_prg_file.prg" to printer auto prompt number set headings &lcHeadings So that will print out the prg, with a heading containing the filename and date\time, wrap long lines, include line number

Re: Lister program for VFP code

2024-08-28 Thread Fletcher Johnson
-- From "Joe Yoder" To profoxt...@leafe.com Date 8/28/2024 3:25:50 PM Subject Lister program for VFP code I would benefit from a lister program that would document the date and time of the printing as well as handle consistent indentation and bolding of functions and procedures as we

Lister program for VFP code

2024-08-28 Thread Joe Yoder
I would benefit from a lister program that would document the date and time of the printing as well as handle consistent indentation and bolding of functions and procedures as well as many other things I haven't mentioned or thought of. Can someone recommend something done in VFP that I can tweak