Magezi Sagesse
Magezi Sagesse
About
- Username
- Magezi Sagesse
- Location
- DRCONGO
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
i resolved my problem!!! In which lanuage are you programming?
-
AlexTZ wrote: » Ok, I was able to reproduce this in a simple app. Â Â Â Â Â Â DataSourceBase parentDs = report.GetDataSource("Categories"); Â Â Â Â Â Â DataSourceBase childDs = report.GetDataSource("Products"); Â Â Â Â Â Â // enable both datasou…
-
gpi wrote: » attach your report template (fr3) Picture1 is the pictureobject in which I wanna display the image from departements datatable. Thanks!!!!
-
Magezi Sagesse wrote: » I am coding using mysql.data.dll version 6.4.7 in my vb.net application and I want to use fastreport for generating report , The compressed file that I download from http://www.fast-report.com/en/download/public_files/53/ …
-
AlexTZ wrote: » I've updated FRNetConnections.zip to work with MySQL 6.0. I am coding using mysql.data.dll version 6.4.7 in my vb.net application and I want to use fastreport for generating report , Can that updated file help me cause the c…
-
AlexTZ wrote: » Hello, Please download the FRNetConnections.zip file from dl page ("Extras" section): http://www.fast-report.com/en/download/fas...t-download.html (Firebird, MySQL, Postgres, VistaDB, Oracle, IBM DB2, SQLite) Hello, I …
-
AlexTZ wrote: » Hello, You can use FR.Net in WPF: using (Report report = new Report()) { report.Load(...); report.RegisterData(your_dataset); report.Show(); } Hello; I need your help; I want to develop my software with windows pre…
-
Please!!!!!! HELP where can I find a tuto that is explaining step by step how to use mysql data source to generate report in Fastreport.net? I have mysql version 5.5.28 and I am coding in VB.net but if you have ressource for C# that will also help.
-
william32 wrote: » Is there anyway to do that? I read all forums posts and user/dev manual. var r = new Report(); r.load("report.frx"); r.SetParameterValue("somedate", "2014-01-01, 00:00:00"); if I show the parameter on a report it work…
-
Magezi Sagesse wrote: » I have a problem with passing a custom sql command, I don't know how to pass parameters to tabledatasource selectcommand as it can be done with oledbcommand.parameters.add(.....), working without that is handling error when…
-
I have the same problem I don't know how to pass a parameter to my query. I have a problem with passing a custom sql command, I don't know how to pass parameters to tabledatasource selectcommand as it can be done with oledbcommand.parameters.add(…
-
kaiboll wrote: » how to transform the code below c # to vb using FastReport.Data; report1.Load (...); / / do it after loading the report, before running it / / find the table alias by ITS TableDataSource report1.GetDataSource table = ("MyTa…