Default Avatar

cdk2008

cdk2008

About

Username
cdk2008
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Hi folks at FastReport, this problem isn't solved still. Now we've discovered that FastReport.Net designer components are displayed only in VS2010 toolbox if we choose in project settings as target framework .Net 4.0. Remember VS2010 is offer…
  • Hi Alex, some days ago I asked wether FastReport supports data provider factories. Do You remember. If such support is available, switching to another Database in done within one line of code. And there is no need to replace at runtime one DB…
  • Hi Alex, now it really works. The same frx displays data either from SQL server or VistaDB. How do You think about a sample that shows how to programmatically build a report based on a SQL Query? In the manual I've only found one for Datasets…
  • Hi Alex, it did solve this problem and we made a step forward. Now we're about to replace the OleDbDataConnection object by a VistaDBDataConnection object. But we're stumbled over the enumeration DataType. It seems that every provider uses an…
  • Hi Alex, we had a look at our report definition using your new designer. First we defined a query with one parameter (see pic. 1). Then the parameter was defined. This results in an error which is shown in picture 2? What goes wrong? Regar…
  • Hi Alex, we had frReport = new FastReport.Report(); this.frReport.Load(sFilename); // sFilename is frx file developed for SQL server and inserted the new lines of code FastReport.Data.VistaDBDataConnection dbConn = new F…
  • Hi, thanks for quick answer. Now access to VistaDB works. But a new problem came up. We need to present data from SQL server and from VistaDB by the same frx files. We tried to achieve this by solely changing the connectionstring that we hand …
  • ... now it works, FR.NET version 1.0.117. Thanks for your assistence Claus
  • Alex, I'm sorry but I can't see it. Please have a look at the screenshots.
  • Hi Alex, many thanks for your patience! We're about to prepare the example. In step "- go "Properties" window and set the StoreData property to true;". From wich object? We do not find an object which exposes such an attribute. Best Regar…
  • Hi Alex, our sample works !? But the rtf info comes from a in memory DataTable. Did you see it in our picture: RichObject of the report shows exactly our rtf-info from the DB, but as plain text. The surrounding rtf-tags "{\rtf1\ansi\deff0{\f…
  • Hi Alex, thanks for quick answer. Unfortunatly it doesnt work. Please have a look at the pictures. Picture 1 shows the Attributes of "RichObject". Picture 2 shows the rtf info from the DB column. Picture 3 shows the output from FR. Best …
  • ... it didn't help!
  • OK, but how to apply? We used the code below, but preview windows didn't scale. frReport = new FastReport.Report(); frReport.Load(sFilename); frReport.SetParameterValue(...); frReport.Preview = this.frPreview; frPreview.ZoomWholePage(); frRe…
  • AlexTZ wrote: » Please clarify: - you have a text object, - you change its font size, - now the object must increase/decrease its height according to the font size? Hi Alex, A NEW text object should have a height so that the actual fo…
  • AlexTZ wrote: » Hello, The documentation is here: http://www.fast-report.com/en/forum/?p=/discussion/4901 The "Select Data Source" dialog allows you to select a data source defined in your project. It seems you don't have it. Here is a q…