Normal Topic @PrintAFormToHTML (Read 275 times)
lksseven
Full Member
***
Offline



Posts: 416
Location: Southwest
Joined: Jan 26th, 2009
@PrintAFormToHTML
Jun 30th, 2009 at 5:05am
Print Post Print Post  
I'm trying to figure a way to have a client logon through the Inet, enter an order (Order form plus subform SOLines), submit the order, and receive an email of that order.  I first thought to print to a PDF print driver, which depicted the Order Form beautifully.  But each client would have to have that driver, and that's not going to happen.  So then I thought to use @PrintAFormToHTML to print the order to an HTML file (combo of the clientID plus the Sales Order #), and then email the file to the client (or FTP it to my website, where it could be accessed by the client from any browser). 

The problem is this:   Line items are entered into SOLines in form view.  When the order prints, it changes SOLines to tableview, so that all line items are visible.  But @PrintAFormToHTML doesn't faithfully render the SOLines subform in tableview.  It reverts back to the first line item in form view (and not all elements are visible). 

Any suggestions will be most welcome.
  

Larry
Back to top
IP Logged