ultimatepp/upptst/ReportTest2/main.cpp
cxl c90c2bd839 .upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@10271 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-04 11:27:00 +00:00

21 lines
563 B
C++

#include <Report/Report.h>
using namespace Upp;
GUI_APP_MAIN
{
Report r;
static const String sDotLine = "}}&[A+1H8;h(255.50.25)L1 &]{{25:10:10:10:10:10~a0";
static const String sLine = "}}&[A+1H8;h(255.50.25) &]{{25:10:10:10:10:10~a0";
String qtf2;
qtf2 << "[A+59 {{25:10:10:10:10:10~a0 "
<< "[@(255.50.25)* [ KLÍČOVÉ SLOVO]:: [> ZOBRAZENÍ]:: [> KLIKY]:: [> CTR]:: "
<< "[> CENA]:: [> CPC]]"
<< sLine << ' ';
qtf2 << "]" << sDotLine << ' ' << "}}";
r << "^^" + qtf2 + "^^next page^^nextpage";
Perform(r);
}