rbuser
Comments
-
Problem Solved.
While comparing two RTM files (using a text editor) I found the Criterea
objects.
Looking at this, helped me to workout that I only needed to enter the date
without any quotes or other delimeters.
Nard
Thank you for your help. All sorted as required. For those that are
interested this is the code I used:
procedure TFormReports.ppDesigner1GetFields(Sender: TObject;
const aDataName: string; aFieldList:…Nard
I see what you propose but how do I pick up the pipeline to get the field
name. As you will see from the code below the pipeline name is passed but
not the pipeline. Am I doing something wrong?
procedur…Nard
You should not have listened to them!
It is not obvious to me what is possible with the OnGetFields event. The
aFieldList seems to not do a lot. Could you give me a pointer to how I can
use it to get the fiel…Thanks for that Nard, the patch has fixed the problem nicely.
Paul
Hi,
The scenerio below is still working. You can use the same Parameter and have
the AutoSearchSettings.SearchOperator vary for each usage of the parameter
as was fixed in RB 11.01).
Sorry for the confusion.
Tim/Nico,
Nard added this ability in RB 11.01; however it does appear to be no longer
working. This explains some issue we've been having with reports since we
updated to RB 11.04 not working as expected.
Scott
Thanks Nard,
This is now working as expected,
Paul
Thanks Nico, this is working perfectly now thanks.
Paul
> Make sure you have Designer.DataSettings.UseDataDictionary set to False
I Must to use DataDictionary RBTable+R…> TdaEDBSession.GetTableNames is the correct method to modify. Add a brake
i have already added a brake point in GetTableNames method.
but don't work - it is NEVER called !
I have open my End User Report, m…i have open daElevateDB.pas
for modify GetTableNames , for add my VIEW.
mark any break point... work well , OK , press F8
but the code , under here, don't NEVER call !
procedure TdaEDBSession.GetTab…Hi,
Please ignore the ramblings below. I re-tested the scenario below and it
appears to still be working. Not sure what happened yesterday and why I
thought it was no longer working but it does appear to be working. You ca…Nico Cizik (Digital Metaphors) schrieb:
Thanks again Nico!
I have accomplished it using the component loop.
Leo
Nico Cizik (Digital Metaphors) schrieb:
Thanks Nico, I have already tried that too. The point is, that the
visibility of my region varies in accordance to some condition.
Therefore I'ld need to shift those components up and down. …
The problem appears to be related to the designer automatically opening the
pipelines/datasources accessed on the report. I have all of the pipelines
OpenDataSource set to False. Is there a way to stop this?
Thanks,
Is it OK to change the ppEndUsr.pas source as follows?
procedure TppDesigner.SetIniStorageName(aStorageName: String);
begin
//FIniStorageName := aStorageName;
FIniStorageName := '($LocalAppData)\RBuilder\RBuilder.ini';<…Hi Nico,
first of all thank you for your prompt reply.. (:
I'm not the Developer of this software, anyway I think it's based on :
Delphi 6 (pretty sure)
Report Builder 9.03 (sure)
We're using the built in PDF dev…Hi Nico,
Thanks for your answer.
I have just discovered your wiki and everything I need is actually properly
listed in http://www.digital-metaphor…Hi,
in the meantime I did some more testing. The Results are interesting, but
I still do not know how to get the shortcuts to work.
In my original appliction the report-management is called via a (JVCL)
Plugin (Dll).…-??I am unclear whether you performed the baseline test I mentioned.
I did, and it works.
Walter
--- posted by geoForum on http://www.newswhat.com
Edit:
Hi,
some more tests showed that none of the keyboard shortcuts of any
Menu works. The only reason I can think of ist that I use the
TB2000-Components in my application. Could that lead to a conflict? It
certainly works…Hi,
some more tests showed that none of the keyboard shortcuts of the
Edit-Menu works.
Regards,
Walter
--- posted by geoForum on http://ww…??Hi Nard,
> You may have third party or custom code that is pre-empting the focus and
> not allowing the workspace to receive the key strokes.
I removed all third party components, but with no effect. The workspace
d…??Hi Nico,
I followed the instruction you gave in your link, but to no effect. The
shortcuts work at designtime, but not, and that for me is much more
important (my customers are complaining), not at runtime.
regards…Great, it works!
(That was the first time, that I saw the SQL tab in the Link Dialog.)
Lars
Thanks Nard
I'm sure I now have all the details I need. Great software and excellent
support. Thanks.
Ian
1) I have another couple of questions regarding this application. Is it
possible to buy a license to allow me to distribute this application to a
single user ? If so, do you have an email address I should use to do this.
2) If…Thanks for that Nard, I have informed our company that this application must
not be given to our end users.
Kind regards,
Ian
Hello Ian
Yes, that is how everyone uses RB. The purpose of the ppDesigner component
is to give the end user a way to modify reports.
Jason.
--
Jason Sweby
Software Development Manager,
Carval Co…