rbuser
Comments
-
"Ian Branch" wrote in message
-
"Ian Branch" wrote in message
-
I bit the bullet and rebuilt everything.
-
How often does it happen. You spend ages looking for a solution, give up, ask
inthese types of forums, 2 minutes later you find it..
Sigh!
-
Nico
Thanks for your response. Fingers crossed for the next maintenance release.
Regards
Tim Murfitt
-
Hi Nico
I will try to put a simple example together and send it to you.
I know that the problem is definitely related to the new date time picker.
If i hardcode the timestamp values into the data without autosearch then <… -
Hi!
First i have to say this. Your newest release is a great piece of software
with some excellent improvement from your previous releases. Keep up the
good work, which i'm sure you will.
I used your '04. End-User w… -
Hi Nico,
Where can I get this 11.03 update?
I only got an email for downloading the 11.02 update.
Regards,
Rob Nowee
-
Hello Nard,
I set the Parameter.AutoSearchSetting.Enabled to True,
The Parameters I create by rightclicking on the report component and then
choosing for paramterseditor.
When Creating my datamodule I fill the parameters w… -
Hi Nico
How about:
When Designing the report en clicking on the lookingglas in the preview it
asks me the params. (I made in the report tree) however when opening the
report outside the designer it doesn't ask met
… -
Hello Nico,
If I make a project, with an report, a designer and a explorer and I put in
the report through the parameters editor some parameters
I can see them when in designtime call the editor on the report,
In Runtime wh… -
Hello Nico,
I removed the parameters I had on the ppreport, they were set in version 10,
then I added them again. I now see them when designing in designtime.
however I have a ppdesginer on the form with the report set to pprep… -
Hello Nico,
I have set parameters for the report, f.i. MyDateParam, Bedrijf.
But when I try to use them in my query it says:
"No report parameter found for Bedrijf " or "No report parameter found for
MyDataParam"
Als… -
By the way, we are currently using Report Builder Enterprise Edition Version
6.03. I have asked our software provider about upgrading RB to the lastest
version, but they currently have no plans to do that.
-
Nard
Thanks for your response which answered the problem but it is not a change
in the printer driver.
Whilst I had RB10 I for various reasons did not really implement it in my
development work and i effectively jum… -
My apologies I have posted this to the wrong newsgroup. It should be in
General.
-
A bit more info. I think (but am not sure) that everything was fine in
11.02. The change I think is with the 11.03 update.
Tim Murfitt
-
Hi Nico,
That worked great except that it added an extra 15 seconds to the generation
time of the report. When I created the Search Criteria in the DADE the
report displayed instantly. However, when I added the Search Criter… -
"Philip Colley" wrote in message
-
Yes that is what I found.
So looks like it is not possible then?
thanks
-
Never mind. I found out it happened because I modified the SQL query that
produces the data.
-
Nard
Apologies for suggesting problems with ReportBuilder and data modules! You
are right in that I was using Delphi5 at the time and got in the habit of
avoiding mixing RB and DataModules. Old habits die hard.
Re… -
Tim,
Thank you for the information. I will give that a try. Thanks for the
information regarding the Delphi DataModules also.
Gary
-
Gary
Yes I am using Advantage (a great product).
By 2 end user modules i mean 2 Report Builder Explorers. One is read only
(master reports I have supplied) and the other is editable (for user
designed reports). I… -
Tim,
Thank you for the response. I have a couple questions.
1. Are you using Advantage Database? If not what database are you
using?
2. When you say you are using '2 end-user modules' what are you
referri… -
Gary
Sorry for the delay in responding.
I use 2 end-user modules. One is called Master Reports and is read only and
the other is called User Reports which is design etc. I design and add to
the Master Reports and … -
"Gary Derby" wrote in message news:49bc05ce$1@mail....
We usually distribute .rtm files to a specific folder which our main
application looks for on startup and merges into the report db.
We do, however, have to insist that th… -
"Gilbert Grant" wrote in message
-
HI Nico,
It is done from a buttonclick event within a delphi-form in a while .. next
loop in a dataset.
Se source below...
procedure TfrmOwnercalc.btnPDFToOwnerClick(Sender: TObject);
var
TmpFile: String… -
OK.. the first Problem is solved..
Next Problem ;-)
On the report - i can just read the same Record (the first one in table) in
"TForm1.my_BeforePrint"
How can i read the current record, witch is used in the DetailBa…