Default Avatar

query spain

query spain

About

Username
query spain
Joined
Visits
0
Last Active
Roles
Members

Comments

  • gpi wrote: » Try to use PDF printer to create PDF or use SynPDF (see a demo in the C:\Program Files (x86)\FastReport 5 VCL Enterprise\Demos\SynPDF folder) Thanks !! , the last solution is perfect !!
  • Petter S. wrote: » Hi. I would have tried: group1.condition := ' + '; The code should be executed before the grouping starts, so the main begin-end would be a good place to put it. Petter Thank you! I've solved my problem, …
  • technisoft wrote: » Using frxDotMatrixExport you can set InitString to whatever the control codes have to be. Also set the EscModel and check/edit the printers.xml file. Note that you should always initialize the dot matrix printer completely,…
  • Groffy wrote: » Groffy wrote: » How to set the paper size programmatically ? You can set the paper size, by using the OnPrintPage event. procedure TFMain.frxReportPrintPage(Page: TfrxReportPage; CopyNo: Integer); begin Page.PaperSi…
  • ASG2013 wrote: » I need support on this as well. Hoping for a fast answer HELLOW.... TEST THIS SOLUTION . ME MY WORKS REGARDS.. for n := 0 to fr.PagesCount - 1 do   begin     if (uppercase(fr.Pages[n].ClassName) = 'TFRXREPOR…
  • gpi wrote: » Try to change paper size in main procedure of script This is the result of the Attempt Page1.PaperSize := DMPAPER_A5; // NOT DECLARED IDENTIFIER DMPAPER_A5 ...
  • gpi wrote: » I tried with FRDemo - all works OK Thank you, the problem was that my program was capturing the key 'enter' and change this key for a key 'tab', now already it is solved, it was not any problem of the fast report. thanks
  • gpi wrote: » What is "INTRO"? INTRO is the RETURN KEY OF THE KEYBOARD
  • gpi wrote: » Check TfrxDesigner.Restrictions THANK YOU FOR ANSWERING I DO NOT HAVE ANY RESTRICTION IN TFRXDESIGNER. THE PROBLEM IS THAT I CAN MODIFY THE CODE , WHAT I CANNOT IT IS TO GO DOWN LINE WITH AN INTRO IN THE EDITOR. THAT'S VER…
  • gpi wrote: » What is FQRListPedidos.QRGroup1.Expression value? is imported from a quickreport expressi??n , its value in runtime is as follows: 'DATE_OF_PRODUCT', thas is a field of query the finally string is : (frx.findcomponent…