Samuel Smith
Samuel Smith
About
- Username
- Samuel Smith
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
So, the only way I could fix this was to: A. Make the Parent class the "TfrxLineView" instead of "TfrxCustomLineView" B. Make sure the "flags" constructor is made C. Register the component with a flag of "1"
-
Alright, I'll write down what I've come up with. There's no real easy way to do this, and you have to write a custom property editor. First, I made a custom property. class CustomStringList : public TStringList { Â Â typedef TStringList inheri…
-
My question is entirely about the custom component. Ignoring that is not helpful. I have a component that is a child component of the Line Object. What I want it to do is draw my object from start to finish. However, right now what is happeni…
-
Found it: you have to add the properties to the child classes, or else it all defaults to 0.
-
gordk wrote: » Ssam you may be missing some thing here rather than multi design pages look at using a child band with a subreport object and put your static page in the subreport. Alright, I'll give it a shot.
-
stxLog wrote: » Hi, If you use a template with a ReportTitle and a PageFooter, in your child report who inherit it you can use on the first page the parameter LargeDesignHeight (to true) and it will print the page footer on the bottom of every …