rbuser
Comments
-
I have tried to rebuild a sampling of the reports and compare the rebuilt
template file to that of a previous template file.
There only seem to be a couple of places where there are any changes. If the
below noted areas are the … -
Thanks. That is much easier.
-
Only table or also the report?
-
if I do this report builder duplicate detail record
How can I manage a master detail report with more relational key fields?
Normally how you do this?
-
i will try something like this, because I must work in calc section, I
can't do that at design time
-
Ok,
but if i've a third table(myalternativedetail), linked at the first
(myheader) with the same 2 field, if I create the search filter (over the
DAY field) from MYDETAIL, how can i filter MYALTERNATIVEDETAIL.DAY with the
same v… -
-
Hi Nico,
Thanks, at the moment I can only see
Bitmap
Icon
Metafile
How do we add the jpeg type, do we need to include or uncomment some
piece of code?
2- What if different image types are mixed. … -
I have tried that but I keep getting the same values in the subreport
regardless if which record the main report is on. Could the fact that I
have the subreport printing in a group footer have anything to do with the
values always be… -
I believe I found a why to get things working with the example you sent.
Thank you again. I do have one last question.
One of the search values I would like to pass to the subreport is a value
from the current record of the main repo… -
Thanks for the example but I am not sure if it will work. I am loading my
reports as templates from a database and if I try to access ppReport1 or
ppSubReport1 they would be undeclared.
Phil
-
That worked perfectly.
Thanks.
-
We are all still waiting for a official fix but my solution is below. There
is also a 3rd party barcode library available that I originally looked at as
well that is supposed to do it ( sorry cant remember what it was called )
I… -
Hi, Sorry, i am using delphi6 en rb 6.03
-
Ooops, posted last message to the wrong topic...sorry!
Brian K.
-
Nard,
I did as you said and still get the same results. Below is the code snipet.
Even if I don't assign the "SQLText", the error still occurs. All I have to
do is issue the "aSQL.EditSQLAsText=True" and that creates the probl… -
Nard,
Thank you very much...that helped.
Brian Kennedy
-
Hello Nico,
The problem happens with Interbase when Sql Dialect = 3.
I'll send you an example.
Thanks,
Jose Maria Sanmartin
"Jose Maria Sanmartin" escribi? en el mensaje
-
Helo Nico,
I am using Delphi 6 ReportBuilder 7.03 IbExpress 6.05.
I think that the problem is in my environment because when I try to
create a calculated field the field is LargeInt instead of Integer. I have
… -
Hi, me again
i also have that problem when i use subreports.
When i print from proview, which is fine, then i get many blank pages.
I already have set the property SkipWhenNorecords = False;
Thx
-
Nard,
I still receive the same results. But, I did find this out. If I write my
RAP code for the actual field names instead of the aliases, it works. Does
that help?
This is what I had previously which DID NOT work… -
Nard,
I did as you said and still get the same results. Below is the code snipet.
Even if I don't assign the "SQLText", the error still occurs. All I have to
do is issue the "aSQL.EditSQLAsText=True" and that creates the probl… -
Nard,
I did as you said and receive the same results. Below is my code snipet. I
actually had "OutOfSync" already, but it was located after the SQLText
assignment.
aSQL.EditSQLAsText := True;
lDataView.… -
Thanks for the update.
Tom
-
Hi Nico,
Thank you for your reply.
Nico, would you mind to paste the following text into your TppMemo with
width 90 and height 50. Then press the "Left Justify" and "Full Justify" to
view the results.
Here is th… -
Nard Moseley (Digital Metaphors) wrote:
COuld I get that patch too?
THX!
-
Yes, I was thinking that it will be the solution but I wanted to know if
RBuilder has something already done for this.
May be it can be a suggestion for the next version, a predefined RAP
function for ask a question an get and a… -
Again thanks a lot, but I think that I haven't explained myself very well
(I'm native Spanish spoken), or I'm too fool (well, a little bit full). All
the examples in the Demos folder involve creating source code in Delphi for
a predef… -
Thanks a lot, I've checked the example but in this case the parameter is
passed by code, I'd like to know if there is some way to make RBuilder to
ask the user at runtime for the parameter.
This is because I have a general-purpo… -