rbuser
Comments
-
That took care of it.
Thank you guys,
Branden
-
I upgraded to 10.09 and am still having the same issue and have found
another.
To setup a test app:
Start a new project and add TppReport, TppJITPipeline, and TppDesigner
components to the main form.
Set … -
Think I have worked something. In the variables timer I have used
OnGroupFooter rather than OnGroupEnd and the problem goes away when
printing. Not sure the reasoning behind this, sounds a little inconsistent
but at least I have … -
And if the user press CTRL+S or this case CTRL+P? you disable the menu but
the procedure can be call yet with shortcut what do I do with it? The case
of the save window I implement the TppCustomTemplateDialog but I have that
change… -
Hi Nico, thanks for answer me, I'd like of change the in the designer when
try to save, don't replace the Reports that I defined, as a control, I
created a field in the DB where I did the this control, if could to save or
no. Do yo… -
Hi,
There is an other way:
- edit report
- save in a file
- edit the file with 'Notepad'
- find Series1
- add line: ColorSource = 'COLOR FIELD'
I have tried with pass-thru function, but it's very d… -
Ok,
On further investigation, modifying the MagicSQL may not be the way around
this as you can't even create or modify a query with EDB with links to the
same table twice.
--
----------------------------… -
Oh, I forgot to mention that I'm using RB 10.09.
--
---------------------------------------
Terry Swiers
Millennium Software, LLC
http://www.1000years.comI should specify that I need to update the template/layout of a report
between ppReport1.Template.LoadFromDatabase and the ShowModal call to the
Report Designer. And I need to update the /template/layout of the report
that has bee…That was exactly waht I was looking for, but I need one more thing to do
this right:
I need to know how to get the report template text (as if I had opened an
RTM file saved in ASCII format) so that I can change the DataField …I am developing with D7 and RB 10.09
Hmm. OK. Getting a "A class named TAdsQuery already exists." error when I try
to install rbAds1111.
Investigating.
Ian
Nico Cizik (Digital Metaphors) wrote:
Yup. OK. You got me there. Didn't read it because I had no reason to
suspect/expect it would be any different to previous installs.
Silly me.
In future I will…Nico Cizik (Digital Metaphors) wrote:
Hmmm. Just downloaded and installed the latest RB Enterprise for D2007 Rad
Studio. I have no "demos" subdirectory under RBuilder anymore.
Only Help, Infopower, Languages, Lib, …I found an old 10.5 version that I was able to update with the new v11
packages and it seems to be working.
Hi
Found it thanks.
For the record the problem was that the 2nd AutoSearchCriteria was
referencing a database field which was not in the data dictionary so the SQL
was incorrectly formed.
This is what the…Nard:
Ok with the error! It's working!
Thanks, but I need in the Dialog Box get the Time in an AutoSearchCriteria
Field.
The Dialog Box only show the date.
I need something like this: dd/MM/yyy hh:mm…Nico,
Yes, I've the latest version (RB 11.01).
Guillermo,
Nico,
The DateTime dialog in AutoSearch Criteria, is not working!
Only Show the Date.
Don't show the time: hh:nn:ss.
With the System hour zone, format dd/mm/yyyy it have an error.
I'm working with the TimeZone fo…Brilliant, thanks Nard. So really I just need to choose the data tab in
code before I simulate the menu click...
--- posted by geoForum on http://delphi.newswhat.c…Hi
Found the Parameters option in the Report Properties.
Works a treat - best $499.00 I have spent in a long time.
Regards to all
Philip L Jackson
Hi
I have also tried these events on theTutorials > Complete > II.Applications
Regards
PLJ
Hi
Looks like a good answer, except that I cannot get either the
ppReport1PrintDialogClose or ppReport1PreviewFormClose events to fire.
The ppReport1AfterPrint event fires OK
Any ideas why these 2 events may …This is infuriating! It's going off and doing its own thing before the
form that owns my custom report designer gets its FormCreate method
called! It's also giving me ETemplateLoadError despite the fact that I
haven't told it to load …Well...now it gives me a ETemplateLoadError and refuses to create my form!
There must be something changed in the way RB11 loads its end user forms
to the way RB7 did it, because I have the exact same properties set on our
EU im…Having looked a second time, I'm not sure that this particular event is
the problem. On RB7 the report is saved to database (table is called
REPORTS_USERS, field is called REPORT) and that has nothing to do with
OnCustomSaveDoc, it se…Hi Nico,
Seems OK on the others. We don't really make many customisations to the
designer, other than the addition of some 'register' statements to make it
a design time component available on a pallette and the addition of thre…Oops, that was easy...
Was looking for something like
lReportTree.ObjectInspector.Visible
or so, but should have found the SetInspectorVisible routine too.
Thank you, Nico!
> Ok, disregard my last post. Re-reading your first post, I am still
It is possible of course
When I star…Hi Nico,
I'm pretty sure that's exactly the example how it is / was on the Wiki
already.
I copied it from there and tried it out. It doesn't work correctly. The
behaviour is how I did describe it.
I don't see anythin…