Reports

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
AlphaBase
Posts: 9
Joined: Wed Aug 31, 2016 7:45 pm

Reports

Post by AlphaBase » Thu Sep 01, 2016 4:41 am

Does LiveCode support printable reports, as in header-detail-footer and nested grouping?

If so, could someone point me to the documentation?

Thank you

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10320
Joined: Wed May 06, 2009 2:28 pm

Re: Reports

Post by dunbarx » Thu Sep 01, 2016 5:28 am

Hi.

You might start with the "revPrintText" entry in the dictionary. There are also about a million other "print" related entries.

But others will have more input as to reports and report tools and templates.

Craig Newman

TerryL
Posts: 78
Joined: Sat Nov 23, 2013 8:57 pm

Re: Reports

Post by TerryL » Thu Sep 01, 2016 6:33 pm

Hi AlphBase. Sorry, no report builder in LC. You have to write your own custom solution. Here's a 1-card printing stack taken from a LiveCode tutorial I wrote. It includes demo code for printing reports, text, fields, and cards. Maybe it'll help. The complete tutorial is at the web address below.

A recent similar request received a suggestion to use a substack strategy populating fields positioned in the substack and printing the card for the report. A demo for a substack report is included in the attachment. Terry.
Attachments
Reports.zip
(22.28 KiB) Downloaded 204 times
Last edited by TerryL on Tue Sep 06, 2016 6:22 pm, edited 1 time in total.
Beginner Lab (LiveCode tutorial) and StarterKit (my public stacks)
https://tlittle72.neocities.org/openxtalk.html

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: Reports

Post by MaxV » Fri Sep 02, 2016 4:02 pm

This is my guide to revPrintText: http://livecodeitalia.blogspot.it/2014/ ... gri_2.html
you can translate to your language using translate button in the top right of the page.

There is also Report builder included in livecode 7: http://livecode.wikia.com/wiki/Report_Builder
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Post Reply