rbuser
Comments
-
Excellent. The manual already helped. I haven't gotten it yet, I
think I placed my order a smidge too late tonight, but it appeared that
it would all be simple.
But then it just seemed like it would be too s… -
> We are upgrading to the server version today, and I'm trying to get my
run through the tutorials--they will get you up and going.
yep.
yep.
the magic of the whole thing is that the c… -
> Install - the part I hate
Proverb: If you run a marathon, a mile becomes a short distance.
You should try installing Crystal to a client's server, then you will think
that RBS is a piece of cake. ;-)
Ed Dre… -
Ah, the docs have changed! (That or I misread them) I had only given rights
to IUSR_
Thanks Nard - My client is up and running!
-
I added the following to the end of my url call and it worked great.
?content=viewer&volume=myList&name=myReport and it worked great.
Thanks again.
Bill
-
Thanks, Nard.
in the ntservice framework of Windows, the
server can also restart a crashed service app.
Or isn't that a reliable function ?
greetings,
Rob Segerink
-
I'm getting BeforePublishReport firing twice as well.
-
Cool - that worked - thanks
-
I think I know what's wrong - I'm using the 'Use INI' feature and I noticed
there's an entry in there for the tool bar.
So what I really need is some documentation on how to use the
ToolbarOptions= section of the INI, rather tha… -
Tried that - It doesn't work
-
After some more trial and error...
I've found out that I can change the session parameters in the
BeforeBuildDirectory event of the ReportArchiveVolume component.
So if I connect to the database in this event and fill the parame… -
Thanks Nard, as always a quick and a helpful reply. Putting the code in
the Datamodule.OnDestroy seems to do the trick. I tried the
ReportVolume.OnDestroy event first, but the database connection I am
trying to clean up is already g… -
Thanks Nard, this got me off in the right direction and I now have a
solution that seems to be working very well, but have one further
question.
I have a placeholder for 'cleaning up' the queries that support the
pipelines… -
I am also using mysql and found a company that develops very nice mysql
components that behave just like the BDE table components and have made my
life with mysql much easier (No Queries need to be created). If your
interested you ca… -
-
Thanks.
I was spending all that time debugging the wrong report. Thanks again for
the help.
Mike Dannenbring.
Metro-North Railroad
-
I feel really stupid at this point. I figured out the problem. When
printing PDF files there is an option in the print dialog that I simply did
not see. "Shrink oversized paged to fit paper size" I turned that option
off and the p… -
After some additional testing I found that exporting the report to a .rtf
file aligned the labels correctly. Is it possible to export files into a
RichText format over a webbrowser?
I placed a very basic example of code for rep… -
I created a simple application with one form. Using TppReport I used the
wizard to create some labels from a pipeline. The labels printed perfectly
when running the application.
I then added PsRBRoutines to my uses clause and … -
Thanks Nard, customer support for your terrific products has always been
excellent and I appreciate the rapid turnaround.
-
I looked into the 'List Index out of Bounds' error in the webtier.
If I create a range entry of autosearch values using the soBetween search
operator, set autosearch and mandatory, but leave the default values
empty, I can repro… -
"James Crosswell" wrote in message
-
Ed Dressel [Team DM] wrote:
Cheers ed - will upgrade as soon as I get a response from sales then.
Best Regards,
James Crosswell
Software Engineer
Microforge.net Limited
in concurrent report generation Comment by rbuser April 2003 -
James:
I looked quick quickly at the RO ngs and only saw reference to RB
6.02--whcih wasn't thread safe (Thread titled 'ReportBuilder problems' by
Knut Lambert on 4/13?) . Version 7 is thread safe and you can create
multipl… -
Nard Moseley (Digital Metaphors) wrote:
Thanks Nard, actually I'd already done that and built a report server
and web tier client. That was how I originally discovered that RB Server
can only run as a Windows application… -
Nard,
Thank you for the response. Do you have a document that describes what must
be sent to the WebTier via a URL? A list of URL parameters with allowed
values and descriptions would greatly help. Also, do you have a document f… -
Tracy,
1 - Yes.
2 - For testing I have mainly been using the web tier report explorer. I am
using a Report Server running as a service and an ISAPI web tier. Our
application is not web based but a client server windows appl… -
Simon,
Thank you for the response. I have a few questions for you concerning your
setup:
1 - Does your WebTier and Report Server reside on the same machine?
2 - What type of application accesses your WebTier? Or does … -
Hi Tracy,
In my testing I have successfully used the webtier to produce 2000+ pages in
under a minute (not just lists, quite complex reports with graphics and
calculations), PDF output of the same took about 3 mins, on short rep… -
Thanks Nard, I`ll give it a go ..