Search found 110 matches

by JanSchenkel
Mon Mar 31, 2014 9:41 pm
Forum: Using Quartam Reports - All Editions
Topic: Printing Problems
Replies: 8
Views: 31961

Re: Printing Problems

Hi Jaybriel,

There really is no need to tack your separate question onto an existing topic.
I have replied here.

Jan Schenkel.
by JanSchenkel
Mon Mar 31, 2014 9:41 pm
Forum: Using Quartam Reports - Professional Edition
Topic: New version of Quartam Reports?
Replies: 5
Views: 34624

Re: New version of Quartam Reports?

Hi Jaybriel,

There really is no need to tack your separate question onto an existing topic.
I have replied here.

Jan Schenkel.
by JanSchenkel
Mon Mar 31, 2014 9:33 pm
Forum: Using Quartam Reports - All Editions
Topic: License Error
Replies: 13
Views: 48484

Re: License Error

The best way to load the report library and initialise it with your license key, is to add a handler such as the following to your project mainstack script: command LoadReportLibrary if "qrtreportslib" is not among the lines of the stacksInUse then start using stack "qrtreportslib" qrtReports_InitLi...
by JanSchenkel
Thu Mar 27, 2014 6:18 am
Forum: Using Quartam Reports - All Editions
Topic: License Error
Replies: 13
Views: 48484

Re: License Error

Can you post a screenshot of the actual error you're seeing? And describe at which point it appears? Which LiveCode version did you use to build the standalone? I'm sure we can get it sorted.. (As an aside, there's no need to post mutiple times; due to excessive spamming in the past, posts from new ...
by JanSchenkel
Mon Dec 16, 2013 9:44 pm
Forum: Quartam PDF Library
Topic: Grid report multipage
Replies: 6
Views: 13024

Re: Grid report multipage

I think I see where you got into trouble: the margins are always set from the outer edge of the page inwards. So if you pass in 130 as the 'right margin', you're actually telling the library that you want to stay 130 units from the right hand side of the paper.

HTH,

Jan Schenkel.
by JanSchenkel
Thu Dec 05, 2013 6:38 pm
Forum: Quartam PDF Library
Topic: Grid report multipage
Replies: 6
Views: 13024

Re: Grid report multipage

Welcome to the forums. Unfortunately, the 'qrtPDF_WriteTextTable' command was never designed for such a use case: it doesn't support vertical alignment or splitting individual cells over multiple pages. But that doesn't mean it's impossible to achieve the layout you're looking for - just that it wil...
by JanSchenkel
Mon Oct 28, 2013 6:20 pm
Forum: Using Quartam Reports - All Editions
Topic: Odd characters trailing label fields
Replies: 1
Views: 28440

Re: Odd characters trailing label fields

Welcome to the forums, N. This smells like a change in the revxml library in how it returns CDATA blocks from an XML structure. I wonder if it's affecting only new layouts or also older files... Anyway, can you send a reproducible, including the .qrl file, to support@quartam.com? As soon as I have a...
by JanSchenkel
Mon Aug 26, 2013 3:10 pm
Forum: Quartam PDF Library
Topic: Reader for LiveCode
Replies: 3
Views: 9550

Re: Reader for LiveCode

Thank you for clarifying your background and goals. It sounds like you're not simply looking for a way to extract data from existing PDF files, but also to display PDF files in LiveCode. That would be a massive undertaking, especially as LiveCode doesn't have baked in support for transformations. Ja...
by JanSchenkel
Tue Aug 06, 2013 10:01 am
Forum: Using Quartam Reports - Professional Edition
Topic: New version of Quartam Reports?
Replies: 5
Views: 34624

Re: New version of Quartam Reports?

I'm currently finishing version 1.1.7 to fix a number of issues, mainly due to the changes in LiveCode 6.1 wrt the 'properties' property. Next, I'll merge these changes into version 1.2 and wrap that up as it's long overdue. Then, I'll move on to version 2.0 - which is where I aim to have a solution...
by JanSchenkel
Tue Aug 06, 2013 9:56 am
Forum: Quartam PDF Library
Topic: Reader for LiveCode
Replies: 3
Views: 9550

Re: Reader for LiveCode

The focus of Quartam PDF Library for LiveCode has always been on output to a PDF file.
That is not to say I wouldn't be interested in adding reading capabilities in a future version - e.g. to allow using existing files as templates.

What features are you looking for exactly?

Jan Schenkel.