rbuser
Comments
-
Hi!
Thanks for the fast responses!
The thing is that I don't like the Built-in dialog. Worst than that: my
boss can't stand it.
What I really want, in fact, is a custom made dialog.
Any hint ?
… -
Hi
Sorry about that was doing rap stuff at the time and found the code to
modify the DADE in this newsgroup was not thinking that it belonged to
DADE will move this thread across.
I have tryed to use the example that … -
Hi
Sorry about that was doing rap stuff at the time finding the code for
editing DADE on the fly in this group, not thinking that it was DADE
,that is the example I used part off you do not have statements in that
example c… -
This is an excellent idea. It allows replacement of reports AND RAP
functions without replacing the whole EXE. Wow, brillant.
Bernd
into
units
Designer
-
Nevermind, I got the pass through working.
Kevin
-
Hello,
thanks it work ( naturally You mean gMainTotal.value := gMainTotal.value +
RDO['Totale"];
Best rgds.
Paolo Fenelli
-
Just change your function into a procedure instead and use var
parameters. After you run your query just do
var0:=qry.field[0].value;
SetParamValue(0,var0);
var1:=qry.field[1].value;
SetPara… -
Thank?s, actually I wrote a passtrough function for rap, where I can specify
a sql query, and I assign the result to a variable. For this function, I
just Created an Interbase Sql query component, where I Execute the query
passed from… -
Nard Moseley (Digital Metaphors) wrote:
Hi, Nard
Thanks. That is a problem if later on my customers update their RB
version, they have to recompile all the RAP code of their reports again. I
thought it might… -
??? sorry how do you mean?
new to rap func passing was messing around when I done this was
surprised to see it appear on the rap list but it did to my surprise.
Could you please give me a little example, sorry for a slow… -
You should override another class function HasParam and return the result :=
True as well.
William
-
-
You did not mention what you are trying to get from ANOTHER dataset, it
might be much easier to sign that dataset to a ppPipeLine and access it in
RAP (if you don't need to manipulate the other dataset, if you have Master
Detail relat… -
Sorry wrong group!
-
Sorry, that last post sent off before I was finished.
I tried 2 attempts at assigning the printer name at print time:
with ppReport1.Engine.Page.PrinterSetup do
PrinterName := PName
as well as that in the l… -
If the pipeline methods are exposed, why do I get a compiler error when I
code DataPL.first for example?
I understand that I can extend RAP at run time but I need these functions at
design time so that I can compile the code.
Hi,
Thanks, I have now got it printing what I expect, but I have a senario see
below that is causing problems:
I have a form with a few edit boxes on it, a print button and a RB7 report
component.
When you click …I added a region with an On Print method to control visibility. When I
00000028.
I am using D7 build 4.453, RB 7.03.
The URL is invalid, please repost the right one
> You never mentioned that you were trying to do this from the report
preview.
Sorry, I just forget that.
I can show You what my extension is useable - if everything will be OK then
user can edit values like in Excel...<…> If a TppPrintable component is being displayed in the report designer,
then
Why report designer ? My user already have designed template of report. He
want to edit values on preview form...
Every components I can edit and al…> See RBuilder\Soruce\ppVar.pas. The TppVariable.Compute method fires the
Yes, I know. But the COMPUTE method is public - so I can use this method.
I want that compute fires oncalc but I also want to see on the report the
NEW value…Hi Nard,
I can see how long it takes to create the query, it is quite quick, its when
it is creating the pages that it takes a while.
Regards
Alex
You are right, this was my fault, I forgot to disable the NewPage of a
Group, so it looked as if the band were empty, but printed.
Thanks,
Bernd
Thanks for the help. It turns out that it was a little
work, but i changed the data side to accomodate the reports.
This will now give the end-user many more user-friendly
options.
But back to my other question:
…Don't known the queries you are using but it can be faster not joining these
tables but creating 2 selects with a union all.
The use of indexes and detailled selections can be done on each query.
The layout of these selects must be th…I'm using RB 6.03 and Delphi 5. If this is something that were fixed in
RB 7, is there a way a can get around it without upgrading to 7?
Nard
There are countless hotlinks to examples of how to achieve stuff in RB
throughout your newsgroups. Is there not web page where we can access all
of them? A simple title next to each one would suffice. I'm sure it wo…Hi,
Ok, thanks, If I understand you correctly, you are saying you can't use
RAP (in the report template) to modify an autosearch on data provided
to the report by a pipeline ?
but you can do it if you create the query/pi…Forgot to mention that I need a solution that should be tomorrow most
compatible with RBServer 7.x or later!
;-)