I'm trying to use the SiteDate WS in SPP 2003. I'm an admin on the box and with the SPP server. I've been able to get other web services to work, but not this one. Keep getting Unathorized errors. I've set the credentials, but to no avail. Here's my code
palm_web_service.SiteData.SiteData sd =...
It seems as though for every subsequent page of the report I navigate to, I have to go back to the datbase and rebind the report. Is that right? That sucks!
I'm using Crystal Reports with .Net. In my Page_Load event, my code goes to the database gets the data for the report in the form of a dataset, sets the reporSource and then binds
Dim cr As payCoverageCry = New payCoverageCry()
cr.SetDataSource(ds)
CryRptPayCoverage.ReportSource = cr...
I'm very new to Crystal Reports. I have this report where page one has to display 20 lines, even if there are only 6 lines returned from the db. All other pages have to show 28 lines. I've read where I can use the ReplicateString function to print a new line. I don't where to put the equation or...
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.