
danni
danni
About
- Username
- danni
- Location
- Denmark
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Can it be maxNestingLevel is bugged? maxNestingLevel with values 1 to 4 give different registered data, but if I use a value larger than 4 there is no change. I even tried 1000 for fun and there is no difference from 4.
-
AlexTZ wrote: » I have fixed something after 1.2.1, please try latest available build. Now I have installed version 1.2.23 but it doesnt help. I have uploaded a very small test project where I made a datasource. If you use that one it …
-
i use version 1.2.1.0. I made a simple test project where it worked fine, so it must be our objects that arent instantiated or something.
-
Hi again I am sure that will optimize my "LoadData" function for the printing of a report. Cheers.
-
Hi Alex Back from summer holidays. Can I pass an ID from a report in my database as e.Filename in report_LoadBaseReport now? I'm not too sure how to load the base and inherited report when storing reports in a database. Thanks
-
I think so too. please include the load/save with inheritance aswell. Thats the only problem I have left in the designer apart from a few restrictions in the designer :-) I have no problem saving the report but when i open it again i have no s…
-
I worked out some magic. I had this beautifull line except it looked like this (uncommented) he he //designerControl.Report.LoadBaseReport += new CustomLoadEventHandler(Report_LoadBaseReport); Now I can create a new inherited report. Nex…
-
Yes, when using a real filename it works fine. BUT when i use id's to a database and save/load reports to a string it fails. Try use an id insted of a filename.
-
Nice! I'm looking forward to use it. Thank you.
-
if I add a rowID as filename i get the error in the attached file. I add the following: e.Filename = 14 + ""; Then I get the error below. Is there a property I need to set to ignore true filenames in the "e.Filename"?
-
Okay... this means the designer does not support loading basereports other than from a file. 1. If i specify a "dummy" filename. The designer throws a FileNotFoundException. 2. if I specify the report ID from the database as filename I get an in…
-
Ahh, simple soultion :-) I use the e.Data Property in the openDialog handler to provide the reportID from the database into the custon openReport. But I will try using the filename insted ans see what happens. Thank you :-)
-
Hi again. I have made a fast example where I have done the following: 1. added the designer control to a form. 2. added environments to the designer and oimplemented the open/save methods with a simple messagebox only. 3. added a loadbaseRep…
-
Okay, I will disable the menu in the preview control and create myMenu insted. Thank you.
-
I can attatch the CustomreportDesigner.cs file if that can help you?
-
A solution could be to make my own Previewform and add the Fr-Preview control and a Menu of my own. But is that needed? I mean cant we just override the event of the email button? Or remove the email button and add a custom button to the current …
-
It is not when im loading an existing inherited report. But I can see a challenge there aswell. It is when i want to create a new inherited report. when i create a new inherited report the only event thats beeing called is the event environmen…
-
Hello I have implemented the environmentSettings_CustomOpenDialog and environmentSettings_CustomOpenReport evnet. This is where I add the event, but the event is never called when I press newInheritedReport. private void FrmReportdesigner_L…
-
Hi I would like to enable datasources in the code after "new report" has been clicked eg. an event or something? I enable datasources for the user when loading the designer, but when i click "new report" the datasources are all enable= false a…
-
That sounds perfect. I will wait for the next build with 1) and 2). Thank you very much.
-
No I have found out another way to set the datasource programaticaly. Thank you.
-
Thank you :-)