Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mtessier
  • Content: Threads
  • Order by date
  1. mtessier

    Date format validation

    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 =...
  2. mtessier

    Acrobat 9 - Remove ASP FDF file reference from pre-populated PDF

    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...
  3. mtessier

    Customize Style and Logo Per User

    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...
  4. mtessier

    CLOB output parameter in ASP using OO4O

    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...
  5. mtessier

    Crystal report in ASP.NET 2.0 - Load report failed error

    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...
  6. mtessier

    CompareValdidator not working in French

    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...
  7. mtessier

    ODP.NET freezing on ExecuteNonQuery

    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...
  8. mtessier

    VS2005 Remote Debugging of ASP.NET 2.0

    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...
  9. mtessier

    Displaying Crystal report on ASP.NET page

    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...
  10. mtessier

    Displaying filtered data in report header

    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)...
  11. mtessier

    Crosstab one vs. all problem

    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%...

Part and Inventory Search

Back
Top