rbuser
Comments
-
Additional info:
Page no.1 and Page no.2 ..... have different format or layout than
Therefore I can not use the same print layout for page. and page.2
-
@Nico
Sorry, but trisoft is the name of my company, that's why I post it with
that name.
"just to confrim, it sounds like you are getting your… -
RB7
I have PageStyle set in the Main Page/master report,
then SubReport2 is placed right below total is printed in the SummaryBand,
SubReport2 PrintBehaviour set to pbSection
I want PageStyle on the master repor… -
I set Report.CachePages property to True and it solves,
Thank you.
-
Thanks,
We are still using RB 10.
Where can I find documentation or examples on how to do all of this
with RB11?
So that I can see if it's worth it for us to upgrade?
Chantal
On Thu, 9 Apr 2009 10:24:03 -050… -
Ok, it works.
Thank you.
"Massimiliano Trezzi" ha
-
Thank you,
I will require the patch.
I agree with you that "distinct" clause it's the right choice to avoid
duplicate records, but this use of "group by" it's correct and I have a lot
of reports developed by different persons a… -
I tried from a Delphi Project and it's the same.
Hi,
Massimiliano Trezzi
"Massimiliano Trezzi" ha
-
Thanks for the quick reply.
Here is the missing info:
My OS is Windows XP SP3,
I'm using D2009 with RB Enterprise 11.04
The font I was using to display the desired text in unicode is Arial for
both ppDBTex… -
I'm using D2009 with RB 11 on Windows XP SP3.
As far as I'm aware of both Arial and Tahoma support unicode.
-
Hello Nico,
thanks for the tips, but i think that won't work. I do want every group to
have a groupheader and footer printed, but they should print
on a different location in the report.
I want it to look like this:<… -
Hello Nico,
I did try that road .. but the problem is that i dont want to print a footer
every time a new group starts, because the group can be hierarchally deeper,
and the footer has to be printed when traveling a level upwa… -
Nico,
I checked both of those (just to be certain) and the datapipeline is
correct. I only have one datapipeline on the form. I also deleted the
report and datapipeline components from the form and then dropped new on it,
th… -
I think i have found the solution myself...
After calling Dataview.OutOfSync and Dataview.Sync the link with the database
is restored and everythin seems to be working
-
Hello Nico,
I'm trying to set the width of a DBText control to the textwidth of a number
of 'W' characters
But somehow in the conversion of units something goes wrong.
-
posted in wrong group
sorry
-
Nico Cizik (Digital Metaphors) wrote:
Nico,
I understand. At this moment, being less than two weeks from a beta
release, I have no time whatever to produce a sample app. Nor do I have
any real confidence in bein… -
Nico Cizik (Digital Metaphors) wrote:
Nico,
I am told that before I was assigned to be the support in our group
for ReportBuilder operations, they had tried 11.06, to see whether it
resolved any of the existin… -
Nico Cizik (Digital Metaphors) wrote:
I will see what I can do. My manager may not permit it, as we're on the
verge of going to beta....
--
Bill
-
Good news!
This should work on firebird too, I guess.
I will send you an email ASAP!
Thank you,
Massimiliano Trezzi.
-
Hi,
I always compile with runtime packages and I cannot avoid it.
So even if I fixed it, I could not compile your packages, so I'd be stuck
again.
Hi,
Massimiliano Trezzi.
-
No, I'm saying that RB should add the fields not the expressions.
Consider the expression "SOGSOG_1.DES || ' - ' || SOGSOG_1.IDE": I think
that RB should check if SOGSOG_1.DES is included in the Group By clause,
and add it if not… -
Hi,
I'm using Firebird 1.5.2 and this query worked well until 11.06.
I'm not such an expert of the SQL standard, but I think that _all_fields_
used in all non-aggregate expressions from SQL Select must be in the group
by.… -
That's good,
thank you, Nico
-
Hi Mike,
Thanks for the pointer. I'll have a look into it. I'm also in the process of
setting up a test machine so I can try the latest build of IBObjects, but I
feel this may cause further issues as this is a legacy applicati… -
Hi Steve,
Not sure if this helps, but I have experienced problems with RDB$DB_KEY
which s automatically added by IBO components unless you define an
explicit database field in the IBO SQL property "Keylinks".
When c… -
Hi Nico,
Thanks for your reply. I have looked at the source files, but there is
nothing jumping out at me that would require further investigation. I have
included a very simple example of the SQL being executed that fails.
Edward Dressel [Team DM] wrote:
I understand. Next time I will copy and paste. I just thought the
information would assist.
Yes. But admit that after several hours of copying and retrying I ended
up being confused. I migh…> Error message attached .
They don't like attachments in the ng.
I don't use these... but did you rebuild the RB IBO components?
Ed Dressel
Team DM
Digging further into the problem, I found a property FAutoCreateFields
and when I set it to false, the problem is solved. Is this the right
approach?
29/06/2010 12:51, Bora Aydemir yazmis: