rbuser
Comments
-
Nard Moseley (Digital Metaphors) wrote:
Ahh - ok, got it going - thanks for that... I would have never worked
that one out.
Best Regards,
James Crosswell
Software Engineer
Microforge.net Limited
… -
> I haven't figured out how to pass parameters to my
This will be possible in the next build--read some of the prior posts on
this.
www.annuitypeople.com/cgi-bin/report.dll
(DM has a link av… -
Flash understands XHTML so leaving the pages as is should work.
Thanks for your comments.
Terry.
-
The objective of doing a Flash Remoting MX front end is to get a very
responsive, flexible front-end. It would allow us to create our own visual
experience. The current solution (looking at the demo) is not the most
visually intere… -
> Would the RB Server architecture allow a Flash Remoting MX client to be
The next release will allow for custom paramters, so I would think that this
would be doable (I haven't worked with Flash or seen a beta of the next
ve… -
Thanks
-
> Do you have any suggestions? Would it be an option to use the Report
builder
depends on your needs. can you distrute a client designer? If you can, then
this would very well--but you would have to implement you own middle t… -
Do you have any suggestions? Would it be an option to use the Report builder
designer and create and Acive X control?
-
> Is there a web interface or some implementation that i can do to get this
No but this shouldn't be to difficult to implement your own solution to it,
depending upon your specific needs.
Ed Dressel
Team DM
-
I have not gave the directory executable rights because I am in FAT32 and I
don't have the security tab. What should I do in this case ?
Julio B.
"Ed Dressel [Team DM]" a ?crit dans le
-
> My virtual path is correct, I put an HTML file in the directory and it
work
Did you give the directory executable rights?
No.
Like I said, I got it to work--and several times at that.
Ed D… -
My virtual path is correct, I put an HTML file in the directory and it work
well when I access it from the browser via a URL.
I am wondering, Do I need to configure a report server with the server
component somewhere in order f… -
> Hi, I tried the WebTier Tutorial on page 17 of the Report Builder Server
?
I went through the tutorial and didn't have any issues. My guess would be
that you setup your virtual path incorrectly. Try putting an HTML file in<… -
Yes, I definitely agree that RBuilder Server has many features which would
take a long time to develop, it's just that we only have 4 end users and the
price is high on a per user basis.
Thanks for the info.
-
When the next release will be available ?
Julio B.
-
Sorry to bother you. I figured out my problem. Thanks.
-
Can the custom parameters be accessed from within a query?
I need to pass a record ID into the report and get the data for that record
only (rather than grab all 250,000 records and filter out the wrong ones).
-
hi,
how acquire this release (i don't find any download on your site);
-
I'm getting a similar error using Delphi 6 SP2.
-
-
The Items pipeline was already being fed by a TQuery, so I can't improve
on this very much. Isn't the report template already loaded when the code
in the LoadReportStart event fires?
I bit the bullet yesterday and created a li… -
Ouch. Just ran into the performance slowness issue myself. Do you have
any plans to address this? I understand that the DBPipeline that is used
for the items and folders tables is generically used through a datasource
and that you … -
Your suggestion to use the ReportTemplateVolume and .RTM files was a good
one. The reports now display very quickly, just a few seconds for simple
reports.
Of course I want it all tho :-) I don't want to lose the Explorer / Web… -
I can live with the slow display for the report explorer - makes sense.
I'm having the problem when executing a single trsClientReport through the
same server, not via an explorer.
Should I be using the same report explore… -
Your insight and testing steps were quite helpful.
I'm not sure if this is correct but I have been using the stock Oracle
Explorer database server demo modified for my database connection.
(RBServer\Demos\Servers\03. Explorer Da… -
Sorry about the post. I figured it out.
I set a global variable (g_database) to SessionDataBaseValue.
I then went to my reports and in the ppReport1BeforePrint event I
set ZMySqlDatabase1.Database := g_database; I didn't need
ClientReport.
Thank you for your responses
Yes I have read the demos and test them, but i have also the problem witth
demo.
1. I run custom prameter demo server (it's ok')
2. In delphi I run rbwebdebug.dpr in web tier\custom param…Thank you very much it's seems to work
Another question :
I work with websnap and rbserver and I don't know how fixe webcachepath
property to work
with the delphi web debugger.
In this mode i always obtain page …Thanks for all your help! One more question...
Should I have 3 applications? A report server(Service), WebTier(ISAPI), and
a client (IntraWeb)?