Printing source code

TColeman

Member
I have developed several windows using AppBuilder. I now need to print all the source code as viewed through Code Preview for each window. Does anyone know how to do this?
 

tdi

Progress Fan
<FONT size="3">The full source code?</FONT s>

I wonder why would you need to print the source generated by UIB. Learning what's going on, perhaps? Debug? Documentation?
You could easily do what i do when encounter dificult code to debug.
On UIB press F5, then you'll get a window with the full source code, copy and paste it on a word processor document, and resize it with <FONT size="2">small font</FONT s>, so you save pages, as the code generated is very large and heavily documented.
Perhaps you'll need a nifty utility that scan a source and print it and the called procedures. Go to http://www.fast4gl.com and there are some nice utilities that can save your day, i swear it, i've use them too!.
 
Top