Report Writer
Moderator: Klaus
Report Writer
It would be great to have a report writer that would be able to use all the wonderful features you
have for building cards to build reports. In my app I have added an extra card that functions like a report
for printing or PDF but it would be great if the size could be larger somehow without changing the size of the
other cards.
Thanks,
Mike
have for building cards to build reports. In my app I have added an extra card that functions like a report
for printing or PDF but it would be great if the size could be larger somehow without changing the size of the
other cards.
Thanks,
Mike
Re: Report Writer
But you could make a substack containing the report card, and open it "invisible" when printing.
Re: Report Writer
Yes, it would be. The good news is that there are some options:
1) Quartam Reports, which rumor has it is being reworked,
2) If you're doing a bunch of database work, Valentina.
3) Roll something yourself using substacks - I say "ick" to this, but I say "ick" a lot.
1) Quartam Reports, which rumor has it is being reworked,
2) If you're doing a bunch of database work, Valentina.
3) Roll something yourself using substacks - I say "ick" to this, but I say "ick" a lot.
Re: Report Writer
+1SparkOut wrote:But you could make a substack containing the report card, and open it "invisible" when printing.
I'm doing this since years for printing my invoices.
Thierry
!
SUNNY-TDZ.COM doesn't belong to me since 2021.
To contact me, use the Private messages. Merci.
!
SUNNY-TDZ.COM doesn't belong to me since 2021.
To contact me, use the Private messages. Merci.
!
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Report Writer
Same here. True WYSIWYG.Thierry wrote:+1SparkOut wrote:But you could make a substack containing the report card, and open it "invisible" when printing.
I'm doing this since years for printing my invoices.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Report Writer
Richard said:
I do miss the old HC report gadget, which was a pain to set up, but contained enormous power in its ability to use custom functions as vehicles to load data into its fields. Anyone remember that fondly?
Craig
Me too. There is a stability with using a card as a template, and simply printing the card, that I sometimes cannot quite get with "revPrintField" and its ilk. I have found that "revPrintField" will print from Windows on some machines, but not others. Odd. But "print card" always works.Same here. True WYSIWYG.
I do miss the old HC report gadget, which was a pain to set up, but contained enormous power in its ability to use custom functions as vehicles to load data into its fields. Anyone remember that fondly?
Craig
Re: Report Writer
Am I allowed to say that I miss rpControl, or whatever that reporting engine was called?
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Report Writer
Check out <LiveCodeBundle>/components/Unsupported/revreportsetup.revdunbarx wrote:I do miss the old HC report gadget, which was a pain to set up, but contained enormous power in its ability to use custom functions as vehicles to load data into its fields. Anyone remember that fondly?
Looks like a nice community project just waiting to happen....
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Report Writer
It's actually
<bundle>/Tools/Toolset/Unsupported/ in the 6.x series, I think.
<bundle>/Tools/Toolset/Unsupported/ in the 6.x series, I think.
Re: Report Writer
I'm going to try the substack idea it seems like the simplest option for now
Thanks everyone for the advice
Thanks everyone for the advice
Re: Report Writer
The substack idea worked well but how do you open it "invisible" if I open it and just don't put
and navigation to the substack card is that invisible?
and navigation to the substack card is that invisible?
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Report Writer
Code: Select all
open invisible "SomeStack"
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn