rbuser
Comments
-
Hi Nard,
I followed the instructions and removed and re-installed rb on my
machine but sadly this not resolved my issue.
I analyzed it better and found the root cause.
I think you should be able to reproduce it.
Here … -
I just found another problem "upgrade-related"
The case statement
A code like this
case SomePipeline[SomeField] of
1: ..
2: ..
end;
with 9 gives an AV
which you can workaround assigning the f… -
It is necessary to call a ppReport script procedure from a delphi code.
--
Vadim
--- posted by geoForum on http://delphi.newswhat.com
-
-
> EventToRec(aPropName, ciComponentCalc, True, aPropRec)
ciComponentCalc - ???????
I speak about new (my) events (constants such as ciComponentReset are
unsuitable):
TMyEvent = procedure(Sender: Tobjec… -
But your ppvariables on group footer are not duplicate when your report page
break?
My report do this!
Every page break...
=[
How do i made the calculations working on right way?
Group Configuration:
not… -
This is a multi-part message in MIME format.
-
This is a multi-part message in MIME format.
-
Nico
I gave an example in the first post. In your example below I would need to
do
Value := Report.DataPipeline['Field1'] / Report.DataPipeline['Field1'];
This is hard to do I think ?? As I have said my report group w… -
Thanks fot this. I already had found these too but they did not really help.
1. I need to find a solution in RAP.
2. I am trying to divide the field in record A with a field in Record B of
that group. The examples are always usi… -
Hi
We have had the same problem. I searched the newsgroup, and found the
following links usefull
http://www.digital-metaphors.com/… -
> Hi Ricardo,
Hi Nico,
Solved the problem. Thank you very much.
I know this is not a big issue, but could puzzle somebody as puzzled me
for a couple of seconds :-), in the RB help for TTextAttribut… -
Nard Moseley (Digital Metaphors) wrote:
I'm not sure I understand.
I have already setup a query for the report. Could I setup a sub report
in the summary band to re-traverse the data pulling out the totals I am
lookin… -
Nard Moseley (Digital Metaphors) wrote:
I understand this from the TIPS, My question is to create a summary
where information from each group footer which contains the group name
and totals items for the group is duplicated as a… -
Oops!!
I seem to be on 9.02 and not 9.03 - apologies for the misleading info!
Regards,
Pete Colson
-
Nard,
FYI Due to pressure to release a new version of our software, I have added
ApplyUpdates as a RAP pass-thru function -and it now works...
If we now have the ability to manipulate the SQL query at runtime (very
Sorry to say mine doesn't!
With previous code sample sent, I have added the following line before the
lSQLBuilder.Free line...
lSQLBuilder.ApplyUpdates;
but it won't compile (Expected: '(' or '[', but found '…Nard,
Have tried what you suggested - it is definitely changing the
SearchCriteria.Value, but does not appear to update the query, so I am not
getting back the correct record.
In the USERS data pipeline I have 1 sea…It's that simple?
If only I had known!
Thanks again, knew there would be a way, but coundn't find it! The
documentation did not make it clear (to me, anyway!).
Regards,
Pete Colson.
Nard,
Thanks for this, I think it helps answer one part of my question, but it
still doesn't answer the other, which is how to get the the THIRD data
pipeline to make the necessary changes?
In RAP!
I can …Thanks, but I need an event that runs before the report display but
after the datapipeline has been opened, as I need to use a result from
the one pipeline to populate the parameter of the second pipeline, and
then requery the second …problem was fixed. was my fault.
> I am able to reproduce this in a separate test case and will send this
Mail was sent, is about 2,5 MB and needs paradox DBDEMOS database.
Carsten
--
Nard Moseley (Digital Metaphors) wrote:
I just found out that this error also is there with rb 9.01 and rb
9.02. My installation is fine, that was the first thing i checked.
I am able to reproduce this in a separate …It's solved. Made some mistake in declaration.
Thanks for the help.
Stef
Hello Nico,
I did implement it as you said, but still no luck.
Maybe that some more info will help.
My report is build up in the following way:
Report1 = TppReport
plCompany = TppDBPipeline
>search on RAP2Text
Thanks.
After doing a google search I found an archived thread on this and have
contacted support to see if can get this program.
Paul Broadfoot
--- posted by geoForum on in Comparing templates RAP code Comment by rbuser December 2005search on RAP2Text
I want to compare the pascal code embedded in the template. This is the code
that a user could write if you exposed the Calc page for the ppDesigner
component.
From what I can see the code is saved in a hex format, but I do not …You want to camparer code-font or layouts?