rbuser
Comments
-
ok, but what's about the scripts inside RAP. When I use an Italian name of a
field and I connect the data dictionary with English and so the name
changes, what's then? is that situation handled?
chris
-
-
OK, the only way I can think of to get around it is to :
i) Double subclass TppReportExplorer in my EndUser form:
TnavReportExplorer = class(TppReportExplorer)
public
procedure Open(const aReportName: String; aFo… -
Hello Nico
Oh that's a bit OOT. I like your you second suggestion below better
If
you can get that into… -
Thanks Nico
I've followed your advise and made it work by:
i) overriding the ehFileDesignClick() event in my decendent class and doing
my own Design routine in that
ii) reassigning the ListView.OnDoubleClick along th… -
Hello Nick
I already do that for other purposes, but the Report Explorer custom FORM is
not the issue: its the TppReportExplorer class that the form refers to. When
I check out all the code in TppReportExplorer for all sorts o… -
I found the "needle in the haystack!" I had not removed the field from an
SQL View as well.
As always, thanks for your guidance.
Bill
-
Yes will use this. Just need to get the timing right.
Thanks
--- posted by geoForum on http://www.newswhat.com
-
Yes I need to update the pipes list and fields.
My problem is this I have a form(s) with a list of data. processes are run
which may create new lists and forms. RB needs to be displayed these new
lists in pipes.
I found tha… -
Here goes. Create a report and have BeforeAutoSearchDialogCreate assigned.
Now remove the BeforeAutoSearchDialogCreate and open the report, now it
errors. Now after the errors try create a new report in the same instance
it AV's. The … -
I am not have the AV happen in the scaled down of our main app. But will
keep trying.
--- posted by geoForum on http://www.newswhat.com
-
?D2010 and rb 14.02 and 14.03 tried on both
The Designer is display in the form as described above.
Dragged a dbtext field from the datatree on to the detail.
Then change the report pipe to the one that is the same as the field.… -
Thanks Nico, Report.SaveAsTemplat looks like it will do the trick.
--- posted by geoForum on http://www.newswhat.com
-
Thanks Nico. I missed that step.
Not out of the woods yet though. see next post.
Mike
-
Hi
This is a standard download which was installed 4th Feb 2012.
No other patches have been applied.
Regards
Philip L Jackson
-
Hi
I am using 14.03 Build 63, with Delphi 2007.
Sorry I did not include this on the original message.
Regards
Philip L Jackson
-
Well this is a bit odd then, as we've never been able to make
Parameterized SQL work. We create the link in the same way as with Magic
SQL or Manual SQL, by dragging a field on one dataset to another and
then double clicking the li… -
Sorry, perhaps I'm being thick, but I can't seem to get this to work.
How do I go about joining two dataviews with parameterised SQL as an
End-User? Or is it something that can only be done programatically? All
I get is an error sa… -
Sorry, sad news mate they do not show. I have the latest 14.03.
my designer is displayed using ppDesigner.ShowInPanel(Self);
--- posted by geoForum on http://ww… -
Hi Nico,
thank you for your quick answer.
Yes, I need a total on teh end of each page and on the beginning of the
next page. In simple reports this works as expected.
But in my case I have global invoice data and invoice p… -
Hi Nico,
I've tried manually deploy the italian files,but I've renamed the
extension to ".cst".
Should I keep the original ".ita" ?
Going to try ...
-
I can not start the designer with the tool bars all over the place as it
is not a professional look.
I will have to write a routine to do it.
Thanks
--- posted by geoForum on in Designer Toolbar Comment by rbuser March 2012 -
-
?I am thinking if I call report.new I should be able update hints etc
after this.
Thanks
--- posted by geoForum on http://www.newswhat.com
-
Hello Nico,
Yes, very obvious when you look at it.
Thank you for your help.
Best regards
Keith
--- posted by geoForum on http://www.newswha… -
Hi,
to access then Parameter you can assign a variable of type String. In the
code you can write
value := Report.Parameters['MyParamName']
chris
-
Hi Nico,
That's fantastic, thanks very much.
I've used a slight variation:
Text := DateTimeToStr(Trunc(DBPipeline3['PATI_TStampCR'])); ?
The preview panel otherwise shows the Timestamp format (40908 etc.).
?Hi Nico,
That's perfect, thanks very much!
Best regards
Keith
--- posted by geoForum on http://www.newswhat.com
Hi Nico,
That's worked well, thanks.
One thing I have noticed, I have labels (relating to the detail in the
main report) beneath the subreport, but they don't seem to shift down
oddly so as the subreport expands dow…Hi thanks for the advice
Now sorted, the entry under Unit Scope names was
"Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;System;Xml;Data;Datasnap;Web;Soap"
when I replaced it with the string you pro…