coolman_kk
coolman_kk
About
- Username
- coolman_kk
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Do you HELP me???? When SilentMode = Flase Error message opened, I found it Form132.frxReport1.EngineOptions.SilentMode := True; but now I want to catch error without message, like that try Form132.frxReport1.Export(Form132.frxMailExport1…
-
Ok, This is my code: He working ok, but when disconnect network cable I not get a error message, nothing!? I want catch is sended or not? Thank you Form132.frxMailExport1.FromMail := 'mail@bgbox.net'; Form132.frxMailExport1.FromName := 'm…
-
Ok. I found frxRC4.pas in Source\ directory and copy to LibD11\ then recompille and all is OK. I use Pro version of FR. Is this a installation problem or always can copy frxRC4.pas?
-
I slove the problem... RichView.RichEdit.Lines.LoadFromFile( ExtractFilePath( Application.ExeName ) + 'doc.rtf' ); SearchAndReplace( RichView.RichEdit,'$rival_docnom$','123' ); SearchAndReplace( RichView.RichEdit,'$rival_docdate$','11.0…
-
How to do that??? Give me a sample. When use .Add() addet lines in RichEdit is a plantext not in Rich format. When use Loadfromfile() all is ok. Thanks.
-
Hi again, From main menu of application I call new form: If Not Assigned( Form59 ) Then Application.CreateForm(TForm59, Form59); Form59.Show; The form opened as MDIChild! Then I prepare report and show it: Form59.frxReport1.Clear; Form…
-
I get this error with Delphi 7 Build 8.1 When compile with Delphi2006 no problem! Can you help me to fix this problem in Delphi 7. Thanks.
-
I found answer on Online-Help "Report with two data levels (master-detail)" Thanks.
-
Hello Alex, My old version of FR is 3.06 with this version I get a error. Now I am with 3.11 and work fine.... Thanks.
-
Please give me your e-mail
-
Only .fr3 file?
-
Thank you.
-
I have change memo properties in loop statiment now I change memo properties that memo1.font.name := ; memo2.font.name := ; thanks
-
Hi gordk, I try my report in office on LaserJet HP 2100 and Deskjet Canon 850i and work fine. But when try on HP 1010 or other models data on page move 1cm to right and I lost right side. Can I use fit to print or something else to fix this prob…
-
Hello, Any suggestions? Thanks
-
I get error on preview. sample of run: ...... Form132.frxReport1.LoadFromFile( Form3.aSystem[5] + 'cit0010.fr3' ); Form132.frxReport1.Variables.Variables := QuotedStr( '#N#0.00' ); Form132.frxReport1.ReportOptions.Name := Form132.Captio…
-
Hello Alex, This is very difficult for description! Sometime report run 100 times and after that get error. Sometime after 5 run times get error too. Catch from MadExcept: date/time : 2005-01-30 11:35 computer name : NYANEVA u…
-
Can I reset page number from page2? Thanks.
-
Hello Alex, I try change it from Object Inspector but not happend, when change from source code work. Is this a bug? Thanks.
-
Hello Alex, I check all date fields and all is filled! I use and other function that fill '0' before number, but this also work only first time on the second get a error! In 3.03 and 3.04 not work. Maybe I have to free functions and create i…
-
????
-
????
-
Hello again, I return version 3.03 and this problem fix. Maybe problem is in version 3.04. Please check version 3.04. Thanks
-
Thank you. In source below I add Delphi IncYear() function and DateFormat for FormatDateTime(), but I have problem. When start report first time all is ok, but when start second time get a error: "Could not convert variant of type (Null) into type…
-
Great.... Thank u very much.... Now I have problem with FastReport maybe is BUG. When load text in RichText object, text show out of range of page. Please see a picture.
-
Can u give me example? Thanks.