rbuser
Comments
-
Hi Nico,
I've checked the access rights of the user in question and he is an
administrator on the machine with full rights to all printers. Do you have
any other suggestions about what could cause this error. I'm going to try
Hi Nico,
I thought about that and I've checked the access rights for the user. This
doesn't seem to be the issue.
Originally the user was getting an Access Violation whenever they tried to
print from the preview window. We di…Sounds a good idea to me.
Ken
Nico,
Works a treat, many thanks
Hi again,
I was wondering if it is somehow possible to not show the reportwizard
but manually set all the settings (layout, style, fields) (so i can let
the user set default print options in my app) and then immediately show <…Hi again,
the wizard works fine but it would be nice to have a custom wizard that
fits better in my application design - is this possibleto create a
wizard with my desired look&feel? Are there any Demos for this too?
…Thanks for the hints, I'll check it out
Merrit
Hi,
What you suggested is what I am now doing. I wasn't sure is there was a
flag or parameter I could set to get Report Builder to do it for me. I'm
happy to add the wildcards manually.
Thanks for the quick …It worked great for me. Are you running it under Vista? If so, maybe you
did not run command prompt as administrator?
By the way, did you guys write this RBInstallHelper from scratch, or is
there code available for it somewhere? I really like it.
Unfortunately this doesn't work for me.
When I run it (MergeRBuilderHelp or MergeRAPHelp) all I get is a
windows box saying "RBInstallHelper has stopped working" and offering
me options to Debug or Close the program.
…Thanks, Nico. It worked Great!
Can you elaborate on what "you will need to merge the other help files
separately" means? Are there any specific instructions?
Thank you for the response Nico.
Actually, I found the resolution. I was linking my data directly to a data
table (Advantage Database) and the sort is done (or rather was done in
Delphi 7 and RBuilder 9) on the data table.
I ende…Hi, There is a minor syntax error of this code that I cannot find,
please see if you can spot it, error tells me:
'Line5: Expected 'not' or 'or' but found 'ppMemo19' instead
procedure DetailBeforePrint;
begin
if …The solution only worked the first time, subsequent tests failed.
here is what I did:
procedure ppMemo19OnPrint;
begin
if ppMemo19.lines.text = '5' then
ppMemo19.Transparent := False;
ppMe…Hi Nico,
Thank you, it worked very well!
Regards,
Daneel
=
--- posted by geoForum on http://delphi.newswhat.com
Thank you Nard. I have tested my project for a long time - it seems that all
works fine.
--
WBR Sergey Kovalev svk@siamed.ru
SIA International Ltd
Hi Nico,
But that's quite difficult. The report uses DADE dataview linking and the
result set is defined by some time interval and some other search fields. No
simple search parameters on a primary key.
To get it working li…Nard,
This is great news. Adding unicode support could be a major piece in a
current 'missing link' for one of our applications.
Let's hope they can stay on schedule and that there aren't any obvious
issues with impl…Nard,
That's excellent, thanks for your feedback!
Let's see how much work is entailed as soon as CodeGear gives us the
details. We look forward to upgrading our own software suite too...
Thanks again,
Thank you.
Thanks. If I go for the server edition do I stil get the Enterprise
functionality?
Nico -
Thank you...I had figured it out and forgot to tell you...
Hi Nico,
Thanks for your reply. I can see what you're saying and it would certainly
appear that without a report redesign, it would not be possible to export my
report successfully in the format I have chosen.
I thi…Hi Nico,
If I run the report to screen (attached - JPG) I get different results than
I do when exporting the file to "dtReportTextFile" (also attached - txt).
Hopefully the attachments make it through and you can see that when…Thanks,
This did the trick... Can I specify only to display the field names in
the first column?
Cheers
Merrit
Hi Nico,
do you have an example of how to this with the columns? I'd like to give
it a try...
Thanks
Merrit
Upon closer evaluation we've discovered the problem.
It had nothing to do with Report Builder, it was a problem with our code.
Thanks for your help.
Michael
We're using version 7.03
This is a very straightforward report which contains 2 pipelines.
there is a subreport which feeds from the second pipeline.
The only difference between this report and our other reports is this report
i…