rbuser
Comments
-
Thanks Jim, that was the problem.
Now all is well.
Sorry about the late reply, I know you where worried
.
I actually resolved my own issue.
Here is what I am doing.
1 - In the Web Tier I am setting the TrsWebRequest.ServiceParameters to all
QueryString pram that contains a prefix of 'PARAM_'. I just strip the
leading 'PA…This looked like the example I was needing, but it is missing one
file,'myReportVolume.pas'.
I find these extra examples very valuable, is there any way to get a
list of what you have available or an idea some of the examples …I'm currently not using any "volume" type components. In other words, I
only have TppReport, TppDBPipeline, TQuery, TDataSource, TDatabase, TSession
components on my forms. I had used your example of "Form-Based Reports"
when I deve…Thanks
Mike
Anyone here to answer?
Mike
I was able to change the database name if I used the
TrsReportTemplateVolume OnLoadReportEnd as:
procedure TdmReportTemplateVolume.rsReportTemplateVolume1LoadReportEnd(
Sender: TObject);
var
lSQL: TdaSQL;
beginIn using the ReportTemplateVolume ValidateReportParameters event as the
trigger to get the report to set the database name, I can not find the
Report.Template.OnLoadEnd event. This is where I get thoughly
confussed. I've used the…Ok, I added the raide to the server and got past this error. So, what
other units should be included? Assuming that I'm using all the
possible features of RB.
Thanks,
Dave
Was able to take a report that worked and concatenate two fields to have
the report fail.
One more bit of info.
If I view the ListView.htm and click on the icon to expand the first dir
I get an error:
A Runtime Error has occured.
Do you wish to Debug?
Line 106
Error: 'parent.frmTreeView' is not an obj…It turns out there where three web sites defined on the server and one
of them had reserved the IP address. All works well now.
Thanks for the help,
Dave
Using:
http://localhost/rbwebpub/Cache\{BAE7D8AD-E59B-4745-91EB-BB661747A87C}\listview.htm
shows the page with the two folders…The Reportt.dll works on my machine with the rbserver, but since I've
installed Delphi and RBServer, is it possible there is a bpl or dll that
is not on the machine I'm deploying the Report.dll? When I try to
access the page from …I found my problem I just add clearSession now all is Ok
Oh, I did not see the search fields in dm0010.pas. So it is working as
expected. Do I need code in the clent app to cancel a report from the
autoseach dialog?
Thanks,
Dave
I'm still digging into this problem and found that the report
AutoSearchDialog for the report is nil and the OnAutoSearchDialogClose
and the OnAfterAutoSearchDialogCreate events do not fire. So, who owns
the dialog for the report?…Aha! I figured it out. In my web tier, before accessing the report
parameters, I was calling GetReportParameters because it seemed like a good
idea. Apparently, it wasn't.
Hello again,
I have read, reread, and read the documentation several times now and am no
closer to an answer than before. I have looked at anything in the demos and
tutorials that seemed related and I just didn't see anything t…Your right, I munged the text in the Webtier.WebCachePath, it now works
great.
Any info on the ini file, the correct path was in there, just did not
get loaded over the incorrect path. Should I build the WebTier without
I've changed the way this is working by having a ConcordRpt.dll and
KingwoodRpt.dll in each folder and now have access to the server, after
I sent the email it clicked that I can't have multiple Report.dll programs.
But report…That was the fix I need. Must have been going to fast that day, I
missed th []'s and thought I had just one.
Thanks,
Dave
We were looking for something along the same lines, but still wanted to use
RB, so what we did was extend RB existing end-user report designer to work a
little more directly with our data sources, plus enhanced the report
parameter sy…What you are suggesting for me to build is what I am looking for from you.
(Or some other 3rd part reporting VCL). I am looking for a reporting VCL
that has items needed for allowing the end users of web applications such as
IntraWeb …My Report Settings on server already configure the outline settings on
designtime, but seems to be reset during the runtime.
Do you meant I must set it during runtime ? (configure ppReport ?)
Thank you.
> For your ArchiveVolume set DataPipeline.OpenDataSource to False. This will
ArchiveReader.Print
I'm trying to do something similar. I want to set OpenDataSource to false
so that I can open it manually and catch any ex…Hrm..yes, but it fires after the pipeline opens the datasource, so that is
no good.
Here, let me describe what I need - maybe I am going the wrong way about it.
Please correct any wrong assumptions I am making here.
I…I'm retrieving archive files from a database BLOB field (sorry, should have
been more clear). I'd like to only retreive the one record with the
correct report - so I'm trying to use the GUID on the URL to accomplish
this. I'm using…> lWebSession := gWebSessionManager.GetSessionForID(lWebRequest.SessionID);
Thanks. Hopefully, I'll have some more questions about scalability once
we've got loads of customers pounding on our system!
> Either raise EReportBuilderError, one its descendants, or create your own
fatal
That's a whole lot better - thanks!
--
Nathan Sutcliffe
nsutcliffe at speedlinesolutions period com