Hello All,
As per this article by Peter Blum, I am validating my date fields in dd/mm/yyyy format as follows:
BasePage.vb:
Protected Overrides Sub InitializeCulture()
Dim setLang As String
setLang = Language & "-ca"
Dim newCulture As CultureInfo =...
Hello All,
We have some pre-populated PDFs using the technique outline in this forum post:
http://www.tek-tips.com/viewthread.cfm?qid=756675
The problem is that these PDFs were created using Acrobat 5. I knew where to find the reference to the ASP file in the PDF using that software. We...
Hello All,
We have a few clients who when they login to our website, the look and feel (logo and colors) reflects their company branding instead of ours. We’re looking to implement the same functionality into our BusinessObjects XI 3.0 InfoView (JSP). I’ve found articles that show me how to...
Hello All,
I’ve got an Oracle 9i package stored procedure that returns XML in an output parameter. The output parameter was XMLType, but since OO4O doesn’t support XMLType I’ve changed the parameter to CLOB. I’ve tested the procedure in an ASP.NET 2.0 page (using ODP.NET) and it works, but...
Hello All,
We’ve just implemented a solution where ASP.NET 2.0 is opening a Crystal report. We’ve done this successfully in the past, so we thought that we’ve set everything up properly. This has been working well in our Dev and Test environments for quite some time, but the promotion to...
Hello All,
I have a strange problem. The web application is ASP.NET 2.0 and it supports both en-ca and fr-ca cultures. By default, the site is in English but the user has the option to switch to French on the home page. This is the only page where the user can switch languages. We have a...
Hello All,
I'm not sure if I'm posting this to the right area, so let me know if I should post it elsewhere.
I'm having an issue calling PL/SQL stored procedures in ASP.NET 2.0 using ODP.NET (Oracle.DataAccess assembly version 9.2.0.700). Many times the web page freezes during processing and...
Hello All,
We’ve been struggling to set up remote debugging of ASP.Net 2.0 in Visual Studio 2005. We don’t have IIS installed on our machines and we still support a lot of classic ASP, so our local ASP.NET development server is not an option. I’ve done a lot of Googling and tried a lot of...
Hello All,
I’m having trouble getting a Crystal 9 report that pulls data from Oracle native connection to run in the CrystalReportViewer control on my ASP.NET 2.0 web page. The report does have 2 subreports, and one of them uses a stored procedure returning a ref cursor. The rest of the...
Hello,
I'm using CR9 and I'm fairly new to crystal.
I’m working on a report and one element that should be simple is causing me a lot of grief. My report is a comparison report where I return the data for all clients and groups through a Command query. I have parameters for client (a_client)...
Hello,
I'm using CR9 and I'm fairly new to crystal.
I have a crosstab on a report where I'm showing top 5 classes (sorted by the 'All' column) like so:
Pay Direct All
class1 6.6% 9.3%
class2 9.3% 8.8%
class3 8.0% 7.9%
class4 5.6%...
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.