Default Avatar

Stark

Stark

About

Username
Stark
Location
Syria
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Hope this help FastReport.EnvironmentSettings fastreportsetting = new FastReport.EnvironmentSettings(); fastreportsetting.ReportSettings.DefaultLanguage = FastReport.Language.Vb; // Loading report Must be called after the fastreportsetting Fa…
  • There are two fast report version , FRNet_4_*_Pro.exe for .net 2.0 , 3.0 , 3.5 . FRNet_4_*_Pro2010.exe for .net 4.0 only . see this thread , Here Plz BTW : I was facing the same problem , so : - I Uninstall FastReport ,…
  • From Visual Studio ToolBox , Add the "Fast Report preview Control" to the Windows Panel Control And use the code below to load your report to it . previewControl1.Load("c:\\MyReport.fpx"); OR you can add the preview control and load the re…
  • What is the error message say ?
  • 1) This code will make " Save as" menu inactive ..... NOT disable by adding a custom code , for the "save", "save as" menu // call this before load your report private void InitSettings () {        EnvironmentSettings FastReportSetting = …
  • Hi , have a good day , Try this code FastReport.EnvironmentSettings frsetting = new FastReport.EnvironmentSettings(); frsetting.DesignerSettings.Restrictions.DontSaveReport = true; // for test // FastReport.Report report = new FastRepo…
  • Hi , have a good day I am Not a VB person but I think you should replace + with Or More over you must assign your buttons in the EnvironmentSetting Control Like : // Call this before loading your report FastReport.EnvironmentSettings fsetting =…
  • Thank you so much , this will save my day ....
  • Hi , have a good day , Download FastReport.Net Professional Single license 1.4 (current version) FRNet_4_20_Pro.exe 2010-05-26 FRNet_4_20_Pro2010.exe …
  • more over Is an acronym for What-You-See-Is-What-You-Get
  • danni wrote: » .tif extension is not supported. Tif and tiff are actually the same but some only use 3 char extenstion. So I renamed the tif file to tiff and all worked. Or you can type * , then press enter, in the open dialog file name…
  • Thank you
  • Hi , have a good day ... and Congratulation for the new release Well , I was hoping to see FastReport as Single DLL in the near future , for easy protection and deploying but it's seems my hope had vanish ..... [img]style_emoticons/<#EMO_D…
  • AlexTZ wrote: » Sorry, I don't understand what is the problem. The following way (from readme.txt) must solve it completely: 3) register the dll programmatically - add the "FastReport.SQLite.dll" reference to your project; - execute the followin…
  • Thank you , Alex , that solve my problem ... Another thing I wish you try it ,,, try to deploy a WinForm Application with Fast Report that using "SQLiteDataConnection" as DataSource , On ( a Clean Machine ) it's really painful , * ever…
  • thank you .... for this hint you are doing a great job in this forum AlexTZ ....
    in Table Object Comment by Stark March 2010
  • Thank you for your fast , helpful replay ... Kind regards
  • thank you so much , thank you for your fast replay
  • Thank you , I will use the last build ,, and the sub report prb has been solved .             FastReport.SubreportObject rpt = billrpt.FindObject("Subreport1") as FastReport.SubreportObject;             rpt.Visible = f…
  • Thank you for your replay ,,,, and I am very sorry for asking you again .... 1) Please see this project about data restrections it's very short , Only two lines of code , but it still not working P.S I am using fastreport 1.1.1 t…
  • It's Solved , Don't Bother your self ..... I am sorry , I didn't search the forum before I post ... I used FastReport.Utils.Res.LoadLocale("Arabic.frl");
  • Thank you for your Quick replay .... I added the plug in and restart the VS IDE , and the Report , (at the first time) but still no luck , I can design my report and VistaDB connection from designer.exe ... but not from VS IDE .... B…
  • Thank you , I got your email .... wrote: Translating to Arabic .... please wait
  • Please excuse me , for interrupting you ... - But I think , he has a virus in his PC , that virus has changed the fastreport.dll singature - Or the Fastreport.dll , is not original ( modify ) sorry , again ... kind regards
    in Demo Problem Comment by Stark May 2009
  • Hi thank you for your replay Yes , I was setting the Righttoleft = true , to all text Object , thats why it's worked on HP 1022 .... By the way many thanks to you for the link , that you provide me with it ... it's just make me sure that t…
  • thank you for your fast replay ,,,, sure thing , I will wait ....
  • Thank you , so much ... it's worked !! FastReport.TextObject myText = (FastReport.TextObject)report1.FindObject("MyText"); myText.Text = "myvalue";