Crystal Reports should do it. If the data is stored in a database (and even methinks in a spreadsheet or text file) Crystal Reports should be able to access it so that you can design your report and output it.
Doing this in LC is simply a matter of writing code to populate a card with the data in the right places, then print the card. You *could* I suppose, have one great big field on a card the size of the page you want, then build your HTML programmatically, and then set the htmlText of the field to the result. I don’t see why that would not work as well. Bob On Apr 9, 2014, at 08:27 , Eric Sciolli <[email protected]> wrote: > Hello LiveCode Users, > I need to print some datas organized in a complex table (cells union, > different styles,...) which will occupy more than a page. What is the best > way to do this? I thought about something like output datas and table > format as html. Maybe someone can give me another idea? > Thank you for attention > > Eric Sciolli > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
