|
|
Home » Developing U++ » UppHub » Very Simple Report Generator (Use QTF format)
Re: Very Simple Report Generator (Use QTF format) [message #37098 is a reply to message #37074] |
Tue, 21 August 2012 21:23   |
|
jibe wrote on Sat, 18 August 2012 03:04 | Yes, I saw that. But if the example shows how to use ##BT and ##ET and let me guess how it works, there is nothing about ##BP and ##EP. I think that a lot of people would appreciate a short explanation about that !
|
##BT and ##ET - body repeatable block (begin and end) in table structure ( {{ .. :: .. :: .. .... .. }} ) - automaticaly find boundary of columns.
##BP and ##EP - body repeatable block (begin and end) in plain text (may be in contract or article, for ex.)
Additionally, We can create custom body repeatable block for nested table data. (for example ##LANGBT and ##LANGET for languages, person can speaking)
This operation is very simple:
RepGenSubProc repLangs(rep, "##LANGBT","##LANGET");
repLangs.RepGenSubProcBody = THISBACK(PrintResume_CalcLangBody);
and definition of PrintResume_CalcLangBody
void AnketaListDlg::PrintResume_CalcLangBody() {
#undef VAR
#define VAR(x) rep.SubstVar("##" #x,AsString(sql[ANL_##x]));
Sql sql;
sql * SqlSelect(SqlAll()).From(ANKETALANGUAGE).Where(ANL_ANKETAID == gANK_ID).OrderBy(ANL_LANGUAGE);
while (sql.Fetch()) {
rep.RepGenCalculateBodyBeforeSubst();
VAR(LANGUAGE);
VAR(FINDLEVEL);
VAR(LEVEL);
rep.RepGenCalculateBodyAfterSubst();
}
}
##BT and ##ET can also create variable-columns reports.
SergeyNikitin<U++>( linux, wine )
{
under( Ubuntu || Debian || Raspbian );
}
[Updated on: Tue, 21 August 2012 21:30] Report message to a moderator
|
|
|
 |
|
Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: koldo on Wed, 23 December 2009 10:25
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Wed, 23 December 2009 18:29
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: tojocky on Thu, 24 December 2009 17:18
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Sat, 26 December 2009 20:25
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Mon, 28 December 2009 12:18
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Sun, 03 January 2010 23:09
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Sun, 03 January 2010 23:26
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Mon, 04 January 2010 14:22
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: forlano on Wed, 06 January 2010 20:56
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: forlano on Fri, 08 January 2010 20:04
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Mon, 11 January 2010 23:53
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: forlano on Wed, 13 January 2010 12:22
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Wed, 13 January 2010 22:37
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: forlano on Thu, 14 January 2010 14:09
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Thu, 14 January 2010 23:44
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: forlano on Fri, 15 January 2010 22:37
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Sat, 16 January 2010 01:32
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Sat, 16 January 2010 10:39
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Sat, 16 January 2010 11:25
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: forlano on Sat, 16 January 2010 13:53
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Sat, 16 January 2010 19:20
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
 |
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Sun, 17 January 2010 10:53
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: forlano on Sun, 17 January 2010 15:56
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: mdelfede on Sun, 17 January 2010 16:44
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Novo on Sun, 17 January 2010 18:57
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: mdelfede on Sun, 17 January 2010 19:05
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Novo on Sun, 17 January 2010 20:02
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Sun, 17 January 2010 20:31
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: forlano on Sun, 17 January 2010 21:24
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Fri, 22 January 2010 00:21
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Tue, 26 January 2010 21:32
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Wed, 23 December 2009 20:22
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Thu, 24 December 2009 15:01
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: tojocky on Thu, 24 December 2009 09:13
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Thu, 24 December 2009 13:25
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: forlano on Sun, 14 March 2010 16:55
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: forlano on Tue, 16 March 2010 11:43
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: forlano on Tue, 16 March 2010 14:40
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Tue, 16 March 2010 21:15
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: Didier on Tue, 16 March 2010 23:23
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: forlano on Mon, 05 April 2010 17:13
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: forlano on Wed, 07 April 2010 08:04
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: forlano on Wed, 07 April 2010 10:08
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: forlano on Tue, 27 April 2010 19:06
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: mubeta on Fri, 07 January 2011 21:26
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: tojocky on Sat, 08 January 2011 10:18
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: mubeta on Sat, 08 January 2011 15:21
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: mubeta on Mon, 10 January 2011 19:58
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: jibe on Fri, 17 August 2012 19:04
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: jibe on Sat, 18 August 2012 01:04
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: jibe on Mon, 20 August 2012 11:45
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: jibe on Mon, 20 August 2012 17:50
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: jibe on Tue, 21 August 2012 10:17
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: jibe on Wed, 22 August 2012 00:10
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: jibe on Fri, 24 August 2012 17:27
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: jibe on Mon, 03 September 2012 17:32
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: jibe on Tue, 04 September 2012 09:17
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: jibe on Tue, 20 November 2012 17:42
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: wimpie on Thu, 17 October 2013 02:52
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: wimpie on Thu, 17 October 2013 10:26
|
 |
|
Re: Very Simple Report Generator (Use QTF format)
By: lucy313 on Wed, 25 December 2013 03:59
|
Goto Forum:
Current Time: Fri May 09 08:50:36 CEST 2025
Total time taken to generate the page: 0.02402 seconds
|
|
|