collectivefriction
collectivefriction
About
- Username
- collectivefriction
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Hi I am using 4.13.1 The object is on a reportsummary band summary.occ is numeric thanks
-
collectivefriction wrote: » Sorry GPI - I should have said thanks, but no that made no difference. I am making progress - master band now prints, but detail is always empty. (fields in detail table are populated) confused Sorted -…
-
Sorry GPI - I should have said thanks, but no that made no difference. I am making progress - master band now prints, but detail is always empty. (fields in detail table are populated) confused
-
Sorry - been away fora few days - but no, no solution yet. Cant get master data to work properly. Anyone else having an issue here?
-
Thanks - for some reason I was looking at the properties of TFrxReport for the solution
-
Thanks, although that will work it is not ideal in my situation. Is it possible to create a master detail report programatically within FR? By this I mean if I have two tables that are not defined in my application as having a master detail relat…
-
I did something similar and created an sql query which listed my payments and totaled my payments (it wasn't paymenst in my case - but the same idea) and included a group by clause the the sql query. I then added a new summary band after the masterd…
-
austingrd wrote: » Can you also check the real time logs if it can give us clues on where to start looking? What are te real time logs? I have sorted this - my problem was a combination of a couple of things. But basically (with a bit of…
-
Could you try a single masterdata band and set the columns property to 2?
-
Hmmm - no. I assumed that as the picture object can display a jpeg that i could just dump one into a database
-
gpi wrote: » Use band's OnBeforePrint event to hide/show band Thanks gpi that works - but i should have bene clear
-
Thanks gpi but that makes the detaildata band invisible irrespective of whether there is data in any of the object on the band. I am suprised that this is not the default position for FR, it would seem to make sense that if there is no data to…
-
Not yet no - I am sure/hope it won't take too long - next release of my software should go out in the next week and I need to get the manual done.
-
Thanks Mick I'll try and have a play later
-
I thought iterating through all components would do the trick but I couldn't see how to do that in the manual - i'll have another look.
-
Thanks Mick no I havent sorted that yet. Other than I now allow my users to select a subset of the possible rows and warn them if they select a report that has too many that the process may be very slow or may crash.
-
Thanks gordk I have sent a ticket to see what response I get. Alos asked for an editable version of the manual as I have added my own custom components - it would make sense to have these explained in the manual alongside the standard componen…
-
Thanks Mick I'll have a play - its not a biggy, but as a FR newbie I just thought I might be misisng something obvious.
-
Thanks gorkd - but that doesnt work The group header prints ona new page but the next masterdata prints immediately after the groupheader (on the same page) I have both reprintonnewpage and startnewpage for the group header set to true.
-
I wanted to send an email as I wanted a reply that I could keep a record of. I'll do a ticket (and have done before)
-
Hmm still not quite got there. Bascially my current problem is this. I have written a custom component but the component needs access to both the data field to which it is associated and another variable. I can pass this variable to fast re…
-
Thanks GPI - I think I may have a work around that will work for me.
-
OK - I think I have sorted this - but new problem, therefore new post
-
Mick.pl wrote: » Mick.pl wrote: » I have a report that has data grouped into several sections, each group can potentially have many thousands of records/items. I would like my users to create a summary report that just reports the first x valu…
-
Ahh failed at first hurdle I add your component to my project and try to compile ag get the error below. I am using C++ Builder XE3 (I dont have Delphi - although clearly the compiler seems to be there) I am wondering whether this is a fundame…
-
That is very helpful Christian, Thank You.
-
I have had a look though the manual and to be honest I am not much the wiser. For instance I have a tfrcMemoView component that holds a string that I then format using a custom function in the OBP event. This works great. I want to create a desce…
-
Thanks Peta - I need to get a new release out without user report customisation so I need to concentrate on testing that for a while. I'll be revisiting this in a week or so.
-
I've seen that thanks gpi - I am looking for a simpler example though. I dont need to write a control from scratch, I just need a minor modification to an existing control.
-
sorted needed params.GetValue(0);