I am trying to consume a php web service. The original service is at:
http://67.59.158.253/qboe/addCustomers.php?wsdl
We then moved the service it to another location:
http://67.59.158.253/demo/qboe/addCustomers.php?wsdl
Both of these services are working...
I added it to my app and called it...
Hi our business uses the ASP model where multiple customers run the same source code on the same servers just looking at different databases. The database is not accessible from any machine outside the IIS web server I would like to have a way where users can make their own reports online and...
Hi, I currently have working code to change my tables at runtime both for the regular report and sub reports. The problem is it is so slow working and I was wondering if there was a speedier way??
'===============================================================
' CHANGING THE MAIN REPORT...
Hello, One of the problems with crystal's samples in asp w/ ras is that you can't do multiple reports. I am in the process of trying to work around that by making different session objects. I have been able to get the first page to show, but when I click next I need to pass my parameter along...
Hi I have the following data returned from a stored proc as a row. Each value represents a month the first if month 1, month 2, etc... how can I get that into a graph. I know the date of the last month is the current date.
Thanks,
Aaron
12103332.23 12525420.30 13117547.78 14092447.96...
I need to pull all XML tags out of a string I have. Anyone have any clue what regex I could use??
Thanks,
Aaron
So far I have:
Function stripXML(strHTML)
'Strips the HTML tags from strHTML
Dim objRegExp, strOutput
Set objRegExp = New Regexp
objRegExp.IgnoreCase = True...
Actually try this:
for i=1 to request("chkStatus").count
SQL="Update Table Set Status = " & CInt(Request("chkStatus")(i)) & " Where ID = " & IntID
cn.execute mysql
next
'=========================================================================================
'
' CHANGING DATABASE INFO AT RUNTIME
'
' Some things to note about the code below:
'
' 1. It gets only the first connection info found in the report. If your report/subreports
' contains more than one...
I am having a design issue. I am making a batch invoice report. It can have an unlimited amount of invoices printed. The problem is I need to have a header and a footer for each invoice. I can't put it in the page header/footer as it may have multiple pages.
I hope this is clear enough...
I am looking to change the page layout in my subreport to landscape in the designer. If I change it in the printer options it seems to change the whole report, not just the subreport.. Any ideas??
Thanks,
Aaron
This is a selectionlist not list box. It is differnt with MMIT. I got an answer from MS and it seems you have to loop through the values then set selected=true.
Thanks, Aaron
I have a selectionlist with a value of 85, how do I set it to being selected?
I tried this but the indexes are 1,2,3,4:
slTech.SelectedIndex =Convert.ToInt32(olHours.Selection["UserID"]);
I am looking for something like this (it doesn't work like this)...
I am looking for some sample code on how to change the database it is logging into at runtime. Please include subreport samples. This is for RAS using Report Client Doc not the RDC!!
Thanks,
Aaron
I am looking for some sample code on how to change the database it is logging into at runtime. Please include subreport samples. This is for RAS using Report Client Doc not the RDC!!
Thanks,
Aaron
The stored proc is already written. Currenty I don't have output parameters, just returning a recordset, which in reality is just just one record. I was hoping I could do this without adding more parameters for output.
Aaron
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.