Topic: Error in creating a report via script

PLs Helpl

Anybody knows about this error message?

Post's attachments

Attachment icon error.jpg 519.49 kb, 212 downloads since 2017-10-08 

Re: Error in creating a report via script

Function calls (like reporting/fastreport) must be declared to be starting from the form1 or the renamed form. Otherwise they do not work.


Example with 3 Forms:


form1
purchases
sales


You want to print a sales invoice:


wrong: sales.frxReport.---

right: form1.frxReport.---