rbuser
Comments
-
Hi Nico,
I created an example and sent it to support.
Regards,
Jeroen.
-
Hi Nico,
Yes, that's what I am saying. I'll see that I can make a simple example but
that will be next week.
Regards,
Jeroen.
-
Hi Nico,
Any news?
Regards,
Jeroen.
-
Hi Nico,
I am sorry. The RAP event is not fired twice, but only the
QueryFieldByName() passthru function in the below code-snippet. So I don't
think it's related to the RAP event which is OnFileDeviceCreate() by the
way.
Hi Nico,
thank you. Since it's a bit diffirent with a normal GlobalProgram, I was
thinking about adding that example to the Wiki article. You have posted the
one about OnCreate for the variable, which was already thereOn 3/9/2011 3:52 PM, Nard Moseley (Digital Metaphors) wrote:
That works. Thanks!
Phil
Hi,
Sounds like a good idea, I'll give it a try. My only problem is how can
I can send the graphic data from the pipeline to an existing pass-thru
function that takes a tpicture as a parameter in rap code? Likewise how
c…Here my solution:
Uses
SysUtils, raFunc, ppRTTI, Math;
type
TmyRoundToFunction = class(TraSystemFunction)
public
class function Category: string; override;
procedure ExecuteFunction(A…Hi Nico,
can you please give me some source code, because I don't know how to do
this.
Regards, David
Am 11.04.2011 15:16, schrieb Nico Cizik (Digital Metaphors):
Hi Nico,
I did test it with Delphi and TImage with the same results.
I managed to get the desired result using some classes from DevExpress.
There the code:
uses dxGDIPlusClasses;
procedure TDMResource.GetP…Nard - thanks for your help.
I'm not able to locate the demos, are they included in the 12.03 install?
I don't have a demo folder in either the RBServer or RBuilder folders.
Yes, now I see the report parameter needs to be defined in the report itself
for me to able use it as ":EffectiveDate". This is actually very powerful,
I wish I had paid closer attention to the release notes.
Now this brings u…Thanks Nico - I think I'm almost there however I forgot to say -
The EQP_CUR_RATE function is an Oracle function, not an internal report
function or pass through.
Can a report parameter be used in DADE? Or can I make the …Thanks Nico - I think I'm almost there however I forgot to say -
The EQP_CUR_RATE function is an Oracle function, not an internal report
function or pass through.
Can a report parameter be used in DADE? Or can I make the …Hi Nico,
Thank you for your quick repsonse.
While that is helpful, may I suggest that a function be available in a
future release of RAP to enable the capability for a calculation of
"DaysBetween"?
The solution…Hi Nico,
makes sense and works just fine, thanks you
Mark
Thanks, that works. I think I was looking in the SubReport1.BeforePrint but
there wasn't such an event. I found the one you said - great.
Turned out I was missing "if Report.InitializeParameters then" before
"Report.PrintToDevices;".
Perfect! Thank you.
Yep, that worked.
Thanks.
Hi Nard,
perhaps I misunderstood something, because I was waiting on another post in
that case. I have heard nothing after two reminders and so I had restarted
the request in this group.
The problem is, that we have…Never mind.
Associated a new variable with the Global variable and it works fine....
My Idea was to reuse an existing ppvariable - I added a new ppvariable this
works as expected.
Petter
"Petter Topp" skr…Hi,
I have tried this and the BandsPerRecord is set correctly in the
BeforeGenerate event. I suspect that i probably have a printer problem as it
insists on writing BandsPerRecord*4, which means that when i set BPR to 2 i
Hi Benjamin,
I tried this but that did not work for me. Thanks for your effort.
So the questions in my previous mail still stands.
Regards,
Terje
"Benjamin Vrolijk" skrev i melding
Hi Terje,
I think we have implemented something just like you mean.
What we do is to set the BandsPerRecord property in the AfterPrint event.
You could try and see if that works.
Best regards,
Benjami…Hi Nico,
I have tried to set DetailBand.PrintCount property in these events (not at
the same time)
Report.BeforePrint, Report.DetailBand.BeforePrint,
Report.DetailBand.BeforeGenerate
but it still prints only one tick…Thank you.
My bad regarding point 1, sorry
All my variables with calculations were visible. With string as type their
value…> 1. Be sure the type of the Variable is set to a numeric type rather than
That's an important hint. All my variables with calculations are of the type
string as that's the default type when a variable is created.
Changing the ty…Another note:
the AV in the second call was caused by me returning the result not in the
last item of the TraParamList.
Since I have two parameters (items 0 and 1 in the param list), it should be
"SetParamValue(2, myResult);" a…