MarcoTheFirst
MarcoTheFirst
About
- Username
- MarcoTheFirst
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Alex, just to let you know: Your changes fixed all the problems I had! Thanks again! I'll keep you updated on how my XAF module comes along. If you're interested we could offer a "package deal" to developers using XAF who want to switch to FastRepor…
-
Hi Alex! Thank you so much for looking into this and extending the FilterProperty event! I'm looking forward to the update. It's really strange what they do in XAF... I hope this is the last weird thing I had to bother you with for some time.…
-
Sorry, that was my mistake! For some reason firefox had cached the previous version and just kept "downloading" that one. Everything works perfectly now!!! I even tested a property of type "Image" and it works like a charm! So this weekend I can …
-
AlexTZ wrote: » Problem solved (I hope [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> The new version will be available in three hours. Another improvement I made to filt…
-
Hi Alex I created a very small sample application which reproduces the problem. I think you don't even have to download the DevExpress stuff since the DLL's are included. If it doesn't work you need to download and install DXperience-9.1.4.exe fr…
-
AlexTZ wrote: » No problem, Marco [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> It will help me to improve FastReport a lot. Seems that the problem is that FR uses "liv…
-
PS: I'm sorry if I'm causing you a lot of work. But if we get this to work I'll write a general FR reporting adapter for the XAF framework. The integrated reporting engine of DevExpress is very weak and a lot of developers using XAF are seeking alte…
-
AlexTZ wrote: » Hi Marco, Could you show me the structure of your classes? I'm interested in "Language" and "Addresses" classes. Hi Alex.. no problem, I have attached the classes in this post. You probably need a few explanations: - My …
-
Hi Alex I downloaded and installed the new build. Now FR sees the property! Thank you!!!! I just have one last problem: While FR sees 1:n (subcollections) perfectly, it does not seem to recognize 1:1 references. In the attached screenshot you'…
-
AlexTZ wrote: » The problem may be that FR uses type of object instead of object itself: src.DataSource = your_business_object.GetType(); It works in most cases, but in your case it may fail. I will fix this in the next daily build (it will …
-
AlexTZ wrote: » Marco, I'm not familiar with DevExpress Xpo. Here is how you can check your business objects: Â Â Â Â Â Â string propNames = ""; Â Â Â Â Â Â using (BindingSource src = new BindingSource()) Â Â Â Â Â Â { Â Â Â Â Â Â Â Â src.Dat…
-
AlexTZ wrote: » Hello, Please check this post: http://www.fast-report.com/en/forum/?p=/discussion/5695 BO fields are not supported, you should use properties instead. Hi Alex. I know... but I do have properties! No fields.... (sorr…