rbuser
Comments
-
Thank you Nard. There were no printers at all installed.
Now all works fine.
Many thanks.
Robert.
-
Nard:
A couple of things:
TO refresh my memory, I am working on an older application. This has many
complex reports, which are stored in a End User database, and accessed
primarly thru the ppExplorer.
So, these reports and… -
Nard
Many thanks
I replaced the code and it all works apart from the error in my post
above..re the data dictionary.
I think I have cracked it now. Is this another new property?
UseTableOwnerName. If i set … -
Nard
Many thanks for that we thought we were going crazy....
So I take it we just need to change our code to use FolderID instead of
ItemID and we are back in business.
Can I ask one thing tho...
Woul… -
Hi Nard,
The person with this problem is now on holiday. I don't have a dual monitor
system either so
it has to wait until he's back. I'll keep you informed.
Regards,
Jeroen.
-
Nico
I was the UseTableOwnerName property. It was set to True. We are using
Firebird.
Setting to false fixed the problem
Cheers
Mark
-
Nico and all,
Sorry I did not realise that Nard had already answered this for me in a
previous post.
I will give it a go...
Many thanks for responding so quickly..keep up the great work guys
Mark
Nico
Just some general guidance would be good as there is for generating custome
Explorer forms.
Mark
Sorry
I was a dumb ass..worked out how to do this as its in the demo code!!!!
The bug thing is still true tho
Cheers
Mark
ok, i realised the mistake i had made, in the designer i had set the wrong
database type !!
Thanks anyways for the prompt response.
Hi Nico,
Thanks for the tip. I'll check on it.
Andrew
?Can we write parameterized query in report builder 7 and how ? Is it
possible to make reports in report explorer using parameterized query at
design time without using auto search dialog box.
Thanx
--- posted…K found a solution, it appears that it will only display a single page if
you specify that the main report title should be n a new page. If I set
that to off, and then in the summary band of the sub-report, set newpage to
true once i…Hi Nico,
In the end-user facility I tried setting the title band to dynamic height.
This has had no effect, it still only prints one page of the sub-report.
Whilst I appreciate downloading RB V9 may resolve my issue, unfortunate…Nice thx Nard, any way to take it one step further and completely hide it
from the designer. The end-user still can change settings for 'non
selectable' components by right clicking. Especially the 'Timing' entry in
the popup menu for…Hi Nico
First thanks for the info. Got a understanding of what is required. We are
new to the Delphi world as well as to ReportBuilder. So you will have to
bear with us.
I forgot to mention we are using RB V7. So what…Thanks a lot Nard.
View names are displaying for ADO session by default, you don't need to
modify anything. I remember it was not a case for IB/Firebird though.
And yes, I will use TppDataDictionary.
Cheers,
Dmi…Hi Nard,
Thanks for such a prompt reply. I an new to this end-user stuff so may have
a follow up for you soon.
Regards,
Matthew
Hi Nard,
Option 2 sounds like it is the best option for me. How would I import the
.rtm file into my database?
Thanks and sorry if this is a stupid question.
Regards,
Matthew
Nico,
I already have the variables on the report detail line but i can't update
them.
I have 10 variables on the detial line, 1-7 contain a value that is set from
variable 10, variables 8 and 9 are spare for extra code i am…Hi Nico,
I added your changes for RB 9.02 to ppMemo.pas. I only changed the
'TppDBMemo.LoadMemo' procedure adding the code mentioned below. Was this the
only code change you did fixing the issue for RB 9.02?
{Assi…Hi Nico,
We still use RB 7.03. We can't upgrade bc we use Delphi 5 atm. We will when
we switch to Delphi2005 next year somewhere. Is there a patch available for
that version too?
Greetings,
Filip Moons
Thx Nard.
Greetings,
Filip Moons
OK,
it's fixed. Just converted MS SQL data types to RB datatypes
Cheers,
Dmitry
Thanks Nard. The Anchor properties sound perfect, I wasn't aware they
existed. You've given me enough confidence to dive in and try to
implement this in my app!
Kind regards,
Darren Bruning.
On Fri, 23 Sep …Hi Nico
Thanks a lot for helping me out.But there are still some problems.I am
using RB7.
1. I looked through the example of custom autosearch but was not able to
figure out how to implement this in RAP.I have a query <…Hi Nard,
I am afraid we only use the professional version, so I take it that there is
no way around it using the PRO version?
Nas
Thanks, just downloaded my copy of RB 9.02 today - looking forward to using
it.
Nard,
I tried your suggestion, and it worked as long as the calculating variable
was on the main report. After a few hours of playing, the only [twisted] way
i could get it right was:
I dropped a TppVariable on the main report th…