rbuser
Comments
-
Congrats Team. This looks really good.
Ed Dressel
-
Thanks Nico,
I actually "READ" the documents after I posted that, sorry.
Regards,
Bruce.
-
Hi Nard,
Thanks for your reply. I'll give this a shot too and see which one I prefer.
Have a great weekend!
Adam.
-
Hi Niko,
Thank you for your reply.
I went with the option of using the kuRAFMerge module as the first
option requires the other reports to still be active and linked to their
datasources to work.
I was wa… -
> Works well, but throws a very nasty error when attempting to do the same
any hint on what the nasty exception is?
Ed Dressel
Team DM
-
Just sent you screen shots via email.
Thanks
Bob
-
I don't even have to use DBText. I just create the query and preview the
query results and the last digit is missing.
I will send you screen shots and see if that helps.
-
I am curious about other options in the export device features. For
example, when exporting to excel, will there be an option to export the
entire field results of the query rather than just fields represented on the
report in the… -
Thanks Nico.
I have implemented the functionality, and it works...
--
Sendt med Operas revolusjonerende e-postprogram: http://www.opera.com/mail/… -
Hi Nico,
The updated definition file worked like a charm. I can now test version 12.
Thanks very much.
Andy
-
Hi Nico,
Thank you very much for the file. I will try it and report back.
Thanks again.
Andy
-
Andy:
Please use your full name when posting.
When you installed RB, you had an option of installing the TChart
components.
You may want to reinstall, or look in the following directory:
Program … -
The report.pagelimit was set to 1 in the demo. Set it to zero and
everything works as expected.
-
Hi Nard
sorry for the attachment, i didn't read the rules... my fault.
For the region, i got it: i'll try with a subreport and let you know.
thanks
Gianantonio
-
And here's the attachment...
-
I forgot to add that I am using Delphi 2007 and RB Enterprise 11.08. I
have purchased RB Enterprise 12 but I haven't had a chance to install
it yet.
Thanks.
-
Is there any resolution on this yet?
It seems to me the thing to do is make it function as it did before which
was to not add the distinct key word. The user can always use it in the
query if desired.
Thanks,
… -
Sorry, I see where you said to send the sample.
Bob
-
I have tried the option of changing the sql to Parameterized and that does
work. However, that is not a practical option with a thousand customers all
with self-designed or customized reports.
Also, the code change I mentione… -
Please understand that this problem which is a different behavior from RB11,
renders reports non-functioning. Every report with joins that include memo
fields such as text or ntext will generate an error and return no records.
I think I found the place in source code to fix the problem of Distinct
being added. However, I would like to confirm that the change below is
correct to solve the problem and will not cause other problems.
Commented out line…Never mind on this post. As I was writing the post, some things clicked
with me. Also I found something on the RBWiki that was very helpful. Got
it worked out.
Thanks,
Bob
Always the way, find it after reporting it. The
Report.OnInitializeParameters event can be used for what I need.
Is there another way, though, out of interest, to determine what action the
user has requested on a report select…I found the problem. I had the following line of code in the program, left
over from using a previous output component. That will sure cause the
problem.
ppUnRegisterDevice(TppPDFDevice);
Thanks,
Bob
<…> In a couple applications, only on pdf format, it does not generate the
Are you sure you have ppPDFDevice in the uses clause for the application?
You can iteralte through all of the devices with the following code--check <…Hi!
I see, I use Build 161. Thank you.
Gruß aus den Bergen
Günter
In article <4bfa7ccd$1@mail.>, Nico Cizik (Digital Metaphors) wrote:
Are you sure? When I look at the code I see that always the checkbox will be
set, not only when the Device is a TFileDevice.
Just sent a Mesage to…I forgot to mention: Version 11.04 of the report writer, Delphi 7.
Uzytkownik "Mike Hickman" napisal w wiadomosci
With the Dataset, create a calculated field.
In the oncalculate event of the field, convert the string to numeric and
then use this field in Reportbuilder.
You can then sum on this field