posted 14 years ago
Hi all,
I have PDFFactory where given a type of EMPLOYEE I construct a pdf.
the code looks like this:
So...it appears that the information in the SysArchitectPDF is insufficient! I need to access the DB to get more info (all projects the sys architect has worked on). I wonder if doing this:
will not destroy my design. Meaning, is there a better way to do this? I don't want to fetch the information from within the SysArchitectPDF but I need to get it somewhere.
Thanks for any pointers.