How do I print complete source code to file?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I print ALL of my source code to a text file? I can do this for each
individual object or module but I cannot figure out how to print all of the
source code for the entire program.

Thanks
 
You can print out the table designs in an nice columnar format, and you can
print out all code for all forms, rapports, modules etc.

You can even print out all of the sql used in the query builder.

check out the tools->analyze->documenter

Play around with the options on ONE module, or ONE form, or ONE table to get
things how you want. If you don't do this, then you will EASILY generate a
whole paper tray of output.
 
Back
Top