Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » Very Simple Report Generator (Use QTF format)
Re: Very Simple Report Generator (Use QTF format) [message #37900 is a reply to message #37895] Tue, 20 November 2012 23:40 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

Yes. Updated version exist!

SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: Very Simple Report Generator (Use QTF format) [message #40978 is a reply to message #24050] Thu, 17 October 2013 02:52 Go to previous messageGo to next message
wimpie is currently offline  wimpie
Messages: 46
Registered: March 2013
Location: holland
Member
Hello,

Thanks for this software, simplifies life a lot Smile

For my need of a preview of the report I modified the source and added this:
String RepGen::GetResult() {
	String res;
	
	RepGenReportStart();
	RepGenReportVar();
	if (RepGenCalculateBody) {
		PerformLoopTable("##BT","##ET",tpl);
		PerformLoopPlain("##BP","##EP",tpl);
	}
	RepGenReportFinish.Execute();
	
	res = tpl;
	return res;	
}

with borrowed code from ::Perform()
This returns the QTF of the report which I feed to a RichTextView
Maybe you can add it to the source

regards

edit: it can probably work without variable "res"
Re: Very Simple Report Generator (Use QTF format) [message #40979 is a reply to message #40978] Thu, 17 October 2013 09:18 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

OK. I'll add soon. (Maybe with little modifications Smile )

SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: Very Simple Report Generator (Use QTF format) [message #40982 is a reply to message #24050] Thu, 17 October 2013 10:26 Go to previous messageGo to next message
wimpie is currently offline  wimpie
Messages: 46
Registered: March 2013
Location: holland
Member
nice Smile
Re: Very Simple Report Generator (Use QTF format) [message #41518 is a reply to message #40982] Wed, 25 December 2013 03:59 Go to previous message
lucy313 is currently offline  lucy313
Messages: 4
Registered: October 2013
Location: ny
Junior Member
hey,guys, as for me , i have some experience with report generator
such as crystal report , reporting sevice generator
Previous Topic: BarCode128: string to image (Candidate for upload to Bazaar)
Next Topic: Simple INI parser (15 mb in 4 s, DualCore 2500 Mhz)
Goto Forum:
  


Current Time: Fri Mar 29 06:00:19 CET 2024

Total time taken to generate the page: 0.01902 seconds