Default Avatar

Johnxp

Johnxp

About

Username
Johnxp
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Great, I created new instance of a report each time when I show it, now the data is up to date with the report. Thank you very much,
  • AlexTZ wrote: » Hello, Do you use application datasource (using report.RegisterData() call), or add a new datasource into the report (via "Data|Add Data Source..." menu)? I create DB from Fast Report (via "Data|Add Data Source..." menu)?
  • Hi Alex, Thank you for your reply, Yes, I check it and it was from the DB connection string to the server, I increased the timeout and it was OK. AlexTZ wrote: » Probably it's from your database server. May be it's related to command time…
  • AlexTZ wrote: » I was not able to reproduce this bug in the Demo program on my PC (WinXP). It seams that this only occurs on x64-bit machines (Vista 64 / 2008 64)
  • AlexTZ wrote: » It will be available in the next build (in 12 hours). Thank you very much.
  • AlexTZ wrote: » You have to indicate all buttons which you want to use in the Buttons property. There is no way to hide/show particular button. I will fix Ctrl+P bug. Great, I can use that way. When that change for Ctrl+P will be available…
  • Johnxp wrote: » Johnxp wrote: » When you type =, you should get an intellisense hint. Config.PreviewSettings.Buttons = PreviewButtons.Open | PreviewButtons.Save | PreviewButtons.Find | PreviewButtons.Zoom | PreviewButtons.Outline | PreviewB…
  • AlexTZ wrote: » When you type =, you should get an intellisense hint. Config.PreviewSettings.Buttons = PreviewButtons.Open | PreviewButtons.Save | PreviewButtons.Find | PreviewButtons.Zoom | PreviewButtons.Outline | PreviewButtons.PageSetup | P…
  • AlexTZ wrote: » Hello, Set the Config.PreviewSettings.Buttons = ... (set of needed buttons) Thanks Alex, Can you give me example of use.. I can't get it right in C#, as well there is no code example of how to use this property
  • Thanks, Yes, I set the ShapeObject to (send to back) and it works perfect now. Great feature. Thanks again,
  • Hi, I removed the ShapeObject around the data/text and the PDF was created OK. It seems that exporting to PDF has some problems with ShapeObject. Is that confirmed?? Thanks,
  • I have some data placed in ShapeObject, all fields and text is not displayed in the PDF file, it's being displayed in the Report Perview though.
  • Thank you, Yes, it's working now after adding repot1.Prepare, but the report dosn't show some data when I export it to PDF (it shows OK when I view the report though) Any help with that? Thank you,
  • AlexTZ wrote: » If you pass a date to sql, you should use the date format that your server understands. FastReport does not convert it in any way. Thank you Alex. So, it's Postgres issue then :-)
  • AlexTZ wrote: » Hello, How do you pass the format to FastReport? I pass it as string (sql): WHERE callhistory.endtime>= (timestamp '31/5/2009') I use Postgresql Database.
  • Hi, The correct fix for this issue is to include the FastReport.Postgres.dll path in FastReport.config file. This is the only way Fast Report will get to run Postgres Databse Applications. Alex, please confirm if this is the right solution.…
  • Hi, I put FastReport.Postgres.dll in the same folder with FastReport.dll, but still it gives the same error and crach, Please we need to get this fixed by today, Do I have to build the application in spesific way (I build it as x86) This is…
  • AlexTZ wrote: » AlexTZ wrote: » What about the FastReport.Postgres.dll file, do I have to destrebuite it as well. Sure. You need to put this file together with FastReport.dll. I did, but still give the same result.
  • Hi, Thanks for your reply, I used the way you mentioned, but still the report displays all the record from the dataset, and ignores the filter I add through the tableadapter. I use this code: report1.Load("calllogs.frx"); report1.RegisterD…
  • This is my code: report1.Load("calllogs.frx"); //load the report FastReport.Data.Parameter p = new FastReport.Data.Parameter("sqlQuery"); p.DataType = typeof(bool); string query1 = "[callhistory3.is_fromoutside] == true"; p.Expression = query…
  • Ok, one more thing :-) Can I set the filter to parameter value? I mean in the filter i set [myParam] then set that parameter from my application: report1.SetParameterValue("myParam", CustomExpression); I tried this, but it had no effect on …
  • Hi, But I need to validate some passed values from my application to the filter, how can I do that? For example if (some parameter = some value) display some specific records. Thanks,
  • Hi, I did as you said but I got no error, just the application halt: report1.Load("calllogs.frx"); //load the report string sqlQ = createSQLStatement(); // this will create SQL query FastReport.Data.TableDataSource data = report1.GetDa…
  • Thanks for your reply, it works now, but the problem is this: 1. I have to send the Date value from C# application as (Text) not as date type. So, the expression requires prmDateFrom to be Date type, Can I use Text type and put it this way: …
  • OK, I found the problem, 1. Download the zip file. 2. Extract the contents (only one file called FastReport.Postgres) 3. RENAME the file FastReport.Postgres to FastReport.zip 4. Extract, OK. Why there is zip file into zip file? Anyway, than…
  • WinRAR 3.71
  • Well, I only get this file (FastReport.Postgres) no other files included with this zip.
  • Yes, I did that of course :-) , but the actual file FastReport.Postgres How can I open it, is it document file, text file? Thanks
  • HI, Thanks for the file, but how can I open it?
  • No problem, we can wait on this, but Can we get date estimation (We don't need the documents :-)