FrankM
FrankM
About
- Username
- FrankM
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Hi Peter, QR Code is allready in FastReport 2013.
-
Hello, ok, that i think, too. Nice to have that Propertys is not show if it is not available, Regards, Frank
-
OK, i understand. Thanks for the Help
-
OK, i will go an other way. Regards, Frank
-
Hi, OK, the Error is only when open the Data Wizard from FR. I can write the Connection String and use the Report. But then i have the Problem that OLEDB Provider is not for 64-Bit Systems. I can use this with C#, but not with FR. It look like…
-
Hi, Because i get not the ADS ODBC running and ADS is not supported by FR i try to use the VFPOLEDB to Open the DBF Files. Fastreport 1.3.68 Start FR Designer "As Admin" Data Add Data Source New connection Select "Ole DB connection" …
-
Hi, when i use the ADS ODBC i see no Tables in FR Data Wizard. when i using the MS OLE DB Provider for Visual Foxpro i get this error in FR: System.AccessViolationException: Es wurde versucht, im gesch??tzten Speicher zu lesen oder zu schre…
-
Hi Alex, no. I get only a OLEDB Connection with VS. The ODBC Driver i get not working (I think i make somethink wrong) Other Problem is that can only Test 32bit systems. Regards, Frank
-
Hello, ok, when i try to write a smal sample, i have found the solution. I have found my mistake. I is not possible to change a DataColumn.Caption from "STRASSE" to "Strasse" After change this, this work. Thanks, Frank
-
Hello, sorry for the late replay. Please see the attachements. fr1d.gif show the Dataset fr1.gif show the result in FR fr3d.gif show the Dataset fr31.gif show the result in FR Look at "STRASSE" and "AStrasse" that is what i mean.…
-
Thanks, if have not found this. Regards
-
Hi, i think it is the "DEMO" Version Text Background. I now buy FR .Net Thanks, Frank M
-
Hello Alex, a little Problem. This Code work only when i Print from the Designer and Preview. If i Print the Report without Preview, thats not work. I try: Report.Print() and Report.Prepare() Report.Print() both don??t stop af…
-
Great, so fast and a working sample. Regards, Frank
-
Hi, this is very bad. I like the Designer to use for this. It is possible to abbort the Print when "ReportSummary1_AfterPrint", only when in Print? Or to Caculate the Height, or Start.Position and then, Set the Page.Height? Frank
-
Hello AlexTZ, thanks for the very quick Help. Regards, Frank
-
Hi, sorry for my Beginners Questions, I have look at the samples, but not readable with VS C#Express is this right? I can generate a Report with: FastReport.Report report = new FastReport.Report(); FastReport.ReportPage page1 = new FastRe…
-
Thanks, that??s work. Regards, Frank
-
Hello, not from my application. From the Data Band i need some Datavalues in the footer. Frank AlexTZ wrote: » Hello, Please describe your task in detail. Do you want to pass some data from your application to the report, and print it…