Search found 110 matches

by JanSchenkel
Wed Aug 06, 2014 9:19 pm
Forum: Using Quartam Reports - All Editions
Topic: Report direct to print
Replies: 1
Views: 21379

Re: Report direct to print

Hi Julian, Welcome to the Quartam forums. You should be able to bypass the preview window by passing "false" as the 'show preview' parameter. Your user would still see the 'Page setup' and 'Print' dialogs, though - there's currently no option to suppress them and print silently. Unfortunately, the c...
by JanSchenkel
Sun Aug 03, 2014 8:57 pm
Forum: Using Quartam Reports - All Editions
Topic: License Error
Replies: 13
Views: 48536

Re: License Error

Hi Ty,

If you can't get things working based on the print_revised.zip file that I posted on this thread back in May, please send the stack directly to support at quartam dot com, and I'll take a look.

Jan Schenkel.
by JanSchenkel
Sun Aug 03, 2014 8:52 pm
Forum: Quartam PDF Library
Topic: Grid report multipage
Replies: 6
Views: 13045

Re: Grid report multipage

Styled text is not directly supported ; most of it can be done if you take the time to code it, but it can get complicated. The two main obstacles in the current version of the library are: unicode and arbitrary fonts. Adding unicode support is not trivial - and LiveCode 7 should finally make this e...
by JanSchenkel
Mon Jul 14, 2014 8:41 pm
Forum: Using Quartam Reports - All Editions
Topic: DataGrid or Variable printing
Replies: 5
Views: 31554

Re: DataGrid or Variable printing

I like your can-do attitude :-)
If you bump into any issues, just drop me a note here, and I'll see what I can do to help.

Cheers,

Jan Schenkel.
by JanSchenkel
Sun Jul 13, 2014 1:52 pm
Forum: Using Quartam Reports - All Editions
Topic: DataGrid or Variable printing
Replies: 5
Views: 31554

Re: DataGrid or Variable printing

Hi Ty, Scripting your own data brokers is still the terrain of the professional edition, I'm afraid. I do plan to add standard commands specifically for printing arrays and datagrids, but I have too much on my plate right now to finish implementing that in the short term. In the meantime, you make a...
by JanSchenkel
Tue May 06, 2014 11:24 am
Forum: Using Quartam Reports - Professional Edition
Topic: printing without preview
Replies: 13
Views: 70604

Re: printing without preview

There is indeed a bug in Quartam Reports version 1.1.6 that prevents direct printing.
It is solved in version 1.1.7 - which will be released in the next few weeks.
My apologies for the delay.

Jan Schenkel.
by JanSchenkel
Thu May 01, 2014 9:13 pm
Forum: Using Quartam Reports - All Editions
Topic: License Error
Replies: 13
Views: 48536

Re: License Error

A few days later, I regret being so harsh about inexperience with LiveCode in my previous reply.
I'm attaching the revised version of your stack, so you can learn from it.
And I trust you'll do the right thing, at which point I'm happy to resume support.
print_revised.zip
Revised version of the print stack
(4.46 KiB) Downloaded 423 times
Jan Schenkel.
by JanSchenkel
Mon Apr 28, 2014 8:00 pm
Forum: Using Quartam Reports - All Editions
Topic: License Error
Replies: 13
Views: 48536

Re: License Error

Alright, let's make one thing clear: I cannot provide support to someone who is not a customer, and is taking liberties with licenses and copyrights. That said, I have taken your stack, fixed the problems, and built a standalone to verify that everything there worked as expected - which it did. Perh...
by JanSchenkel
Mon Apr 14, 2014 7:21 am
Forum: Using Quartam Reports - All Editions
Topic: License Error
Replies: 13
Views: 48536

Re: License Error

You could be running into an elusive problem where LiveCode decides to unload/reload a library behind your back. That can be prevented by tweaking the LoadReportsLibrary handler a bit: command LoadReportLibrary if "qrtreportslib" is not among the lines of the stacksInUse then push card go invisible ...
by JanSchenkel
Sun Apr 13, 2014 9:26 pm
Forum: Quartam PDF Library
Topic: Integration problems of Quartam PDF library in Livecode
Replies: 1
Views: 7622

Re: Integration problems of Quartam PDF library in Livecode

Hi Didier, Welcome to the LiveCode community. It will take some learning, but once you get the hang of it, you'll appreciate the power of the platform. First things first: do the examples included with the library work correctly? If that's the case, it's a matter of getting the initialisation code r...