Leo Bidi
Leo Bidi
About
- Username
 - Leo Bidi
 - Location
 - Montevideo, Uruguay
 - Joined
 - Visits
 - 12
 - Last Active
 - Roles
 - Members
 
Comments
- 
                I've found my error. I have not use data band and want to print on a footer band. Now it's working perfect.
 - 
                Thank you gpi, I've resolved it this way.     cComent := '';     if edt_Coment.Text <> '' then             cComen := cComent + edt_Coment.Text + #13#10;     if edt_Payment.Text <> '' then           …
 - 
                Any other idea please ??
 - 
                Thanks gpi for the answer , I've tried as you've mentioned but nothing was printed and 2 of 3 edits have text values on them. Does need any quotedstr() function in any of the edits ??
 - 
                Hi, I am having trouble to print the report my client needs. I will try to explain my problem better. The dataset contains text , number and one image datafields . The user has the choice to select what records wants to print. If the use…
 - 
                boakoms wrote on Nov 27 2018, 03:27 AM: Hello, You can use code like below : IF ( <> '' and <> '') THEN BEGIN page1.visible:=true; page2.visible:=true; END ELSE IF ( <> '') THEN BEGIN page1.visible:=true; page2…
 - 
                bruce2 wrote: » bruce2 wrote: » FR Embarcadero demos in the attach Thanks for the demos. However, I get this error when trying to compile: [dcc32 Fatal Error] fs_isysrtti.pas(625): F2039 Could not create output file 'C:\Program Files …
 - 
                Thanks gpi !!! That works as I need.
 - 
                Hi gpi.. I need to refloat this post and be able to print the qrcode smaller. What is the better way ? Any idea ?? Many thanks !!
 - 
                Hi gpi. Thanks for your answer but that code did not work. Any idea that else I could try ?? Many thanks.
 - 
                Oh, no, I havent tried this. Will try.. And how can I find in that event in with copy am I ? I need to hide this empty space only in the second copy of my report. Thanks so much.
 - 
                Any help please !!! Thank you !!!!
 - 
                This is my fr3 report just to help. As you can see in the final child, the 3 las components in that band are printed according the user needs and if none of them are printed I want the report to end in the footer and and not to print empty space…
 - 
                Hi gpi.. I've tried a lot to do what you mention but could not do it. I have in the child band after my footer , my rich component plus a bardoce and another box text. and do this code on the afterfooterprint event in my report procedure Foote…
 - 
                Hi gpi, thanks again for you tip. Its almost works perfect as my client wants but still got a little issue. I put the rich component on another band instead of the footer and have a variable that tells the report to or not print it. The proble…
 - 
                Thanks so much gpi. Will try to do that.
 - 
                No one can answer this ?? Please !!!!
 - 
                Hi, all. This is the code I have in the PrintPage event of my Report component. var     Memo : TfrxMemoView;     nPage : TfrxPageFooter; begin     inherited;     RichView := TfrxRichView( Page.FindObject('Rich1') );     n…
 - 
                Thanks so much gpi. I've did this way and works perfect. I put my solution here for any person who may need it. procedure Rep_TicketPrintPage(Page: TfrxReportPage; CopyNo: Integer); var   Memo : TfrxMemoView;   RichView : TfrxRichView;   …
 - 
                Thanks gpi for the code. I've done earlier what you've mentioned in the code and the memo with the variable global prints perfect. My problem is how can I check the content of that global variable because I need to print ONLY some objects in t…
 - 
                Thanks gpi for you help but still cant manage to do it. this is my code when printing Rep_Ticket.PrintOptions.Copies  := 2; Rep_Ticket.PrintOptions.Collate := True; Rep_Ticket.PrepareReport(); Rep_Ticket.Print; and on the Report.OnPrintPage …
 - 
                Please can you tell me how to use that macro on that event ?? How can I find out witch copy is ?? Many many thanks..
 - 
                Thanks again gpi , but still cant do it right, sorry. I did as you said but still cant find out which numer of copy is printing. In the report beforeprint event I have if MemoCopy.Text = '1' then MemoText.visible := False; MemoCopy is the…
 - 
                Thanks gpi.
 - 
                Hi gpi, thanks for your answer.. Still I can't manage to work as I want. I did what you've mentioned , this is my code in the report's code page. begin   frxGlobalVariables['CopyName1'] := '1';   frxGlobalVariables['CopyName2'] := '2';…
 - 
                Thank you LurkingKiwi Now I undestand what you and gpi mean. I was replacing the single quote by a double quote . When I change to 2 single quotes, works perfect. Excuse me gpi if I dont understand you before. Thanks both a lot.
 - 
                Can you please tell me the size of the qrcode of your test in cm ?? Thanks so much..
 - 
                Here you have.
 - 
                Does not allow me to attach the fp3 file..
 - 
                Here are the files. Thanks.