Quartam Reports Sample Problem
Arie van der Ent
arietext at mac.com
Sun Apr 22 15:27:42 EDT 2007
Hi Charles,
I saw nobody answered your question till now. Today I had the same
problem. Quartam does not know the path to the qlr-file. I solved the
problem with:
answer file "qrl"
put it into tLayoutfile
Arie van der Ent
Op 18-jan-2007, om 18:58 heeft Charles Szasz het volgende geschreven:
> I hope someone who is using Quartam Reports can answer my question.
> I trying to learn how to use Quartam Reports. In the first sample,
> after I created a Qrt page with the fields filled out as per
> instructions in the PDF manual. I made a one card stack with a
> print button and I added the following script as in the book:
>
> on mouseUp
> local tLayoutFile,tStackName,tShowPreview
> loadLibraries
> put "mystackreport.qrl" into tLayoutFile
> put "qrsContacts" into tStackName
> put true into tShowPreview
> -- print the report
> qrtReports_PrintReportForStack tLayoutFile, tStackName, tShowPreview
> end mouseUp
>
> After I click Apply in the script editor. Then go to run mode and
> press the mouse button I get the following error message:
> "An error occurred while printin the report: qrtReportsErr: no such
> stack."
>
> What did I do wrong here and how do I correct the problem?
>
>
>
> Charles Szasz
> cszasz at mac.com
>
>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list