rbuser
Comments
-
I rebuilt the project (as oppose to just a compile) and it seems to have
gone away. Hopefully thats it, but if it returns I shall look into the
cause.
Thanks for the reply.
Best Regards
Simon Callcott
… -
Thanks Chris, its amazing what you can miss when its right in front of you.
Phillip Herries
-
Hi Phillip,
there should be a combo box to set the line justification, switch the 'Edit' toolbox on if not visible.
HTH,
Chris Ueberall;
-
Don't understand why, but now my small test application also displays the same
problem.
As requested I have uploaded the source to your support department with a
description to reproduce the problem.
Best regards, Herman St… -
I have tried 2K and there the symptoms are the same.
The small test application I was talking about does not have the problems. It
just displayed the same symptoms ('no OnDestroy') as the main app.
In the mean time I do have som… -
From the Delphi newsgroup I got a solution for not calling the WebModuleDestroy
problem. Unfortunately this does not solve the unload problem.
-
Dear jim,
Found a small "trace" that I will try to analyse first. Also in my very small
test application I notice that the WebModuleDestroy is not called AT ALL after
terminating my application. This application is very simple: … -
Hi Herman,
Win9x was NEVER a stable system!
jm2c,
Chris Ueberall;
-
I don't have any specific info on this. The reference to the GIFImage unit (RB)
was found on one the the report forms (don't know if this was done manually or
as a result of the addition of a component). When I removed this line, the
… -
Thanks I will customize yours. Perhaps you could put this on your
list since I know others have had similar issues?
Thanks,
-
Chris,
Thanks, I'll do that...
John
-
John,
there is a tech-tip available called 'Load Reports Stored by the Report Explorer' in 'NG tech-tips' under 'Templates'.
But this solution allows your users to modify mostly every aspect of your report including the data part.
Chris,
Thanks for the reply. If I re-create these reports using the end-user
solution (and therefore allow the end-user to modify them), how do I access
them from the program? Thanks again.
John
Hi John,
you better re-create those reports with the end-user designer. The reports you designed inside the IDE using the form as storage and relies on datasets not available in the end-user solution. I don't recommend reports desig…Yes! Thank you, works great....
Hi Mischa,
set property 'ShowPrintDialog' to false.
HTH,
Chris Ueberall;
No, I am not using DISTINCT. Yes, I do need the duplicate names. I did
create a calculated field, last name + first name + mi and ordered on that
field.
But I still need a count of the names that does not include the duplicates.
No I am not using DISTINCT. Yes, I need the duplicate names but only a count
of each name once.
I did create the calculated field on last name + first name + middle initial
and ordered by that field - but I am still stuck on the singl…We're pretty much limited to the US market. Thanks though!
Hi Chris,
isn't it page http://www.eulanda.de/inside/bedienerhandbuch/systemverwaltung/berichtsdesigner.htm?
regar…Hello, if you are looking for a german description, i have a very complex
doc in:
http://www.eulanda.de/inside/bedienerhandbuch/sys…Hi Chris,
feel free to distribute it with your application (as the name 'end-user.hlp' already suggests)
regards,
Chris Ueberall;
This help file fits the bill nicely. Are there any issues with us
distributing this help file with our application-integrated version of
ReportBuilder? Don't want to do it if it isn't cool with you guys.
Ok, I have fixed the problem, but now a new one has show up.
I got rtm files, but I seem to have lost all my detailed information like
pipelines etc. Maybe I have missed something? A property that I need to set?
Please rep…Hi Rodolfo,
please use English here, if possible.
RAP is basically Delphi (former Object Pascal), therefore you won't see an additional manual describing the language itself.
See 'RBuilder.pdf' in folder 'Developer's Guide', esp…Hi Raymond,
if you are using templates then you have to reassign all events after loading it.
regards,
Chris Ueberall;
Hello, if you are looking for a german description, i have a very complex
doc in:
http://www.eulanda.de/inside/bedienerhandbuch/sys…Hi Nicolas,
There is the Learning ReportBuilder applicatoin which is downloadable from
our website. It has a help file specific to getting up to speed as an end
user. This is what you are looking for most likely. Download…Jim Bennett (Digital Metaphors) wrote:
Thanks for the response, Jim. I'll look into modifying the Report
Explorer next week. I'll let you know if I find any reasonable way of
doing it.
Thanks,
Ed Vander H…Olivier Ziller wrote:
Yes, that would be the best solution.
Some work arounds:
1. We can store the reports in the database, but cache the reports
locally. At start up the application would check for updated rep…