Search

You searched for the word(s): userid:845688

Matching Posts

  • Re: Opening Crystal Report from ASP

    The problem it seems accessing the excel from the Crystal Report from the server. because it works fine when the code is hosted in my local machine. Even I tried changing the code in .Net using TypedDataset. This is what i did 1. Instead of excel, i just referred an XSD file from a path and mapped the columns. Left the other SQL references as it is. 2. From .Net..populated the XSD and set it as DataSource for the crystal Report. But it dont get any result in the crystal viewer. it is blank. i Guess
    Posted to Other Databases (Forum) by TCKarthick_accet on 9/7/2009
  • Opening Crystal Report from ASP

    Hi, I am trying to open a crystal report from an ASP application. Crystal Report refers 2 Databases 1. SQL server 2. Excel. This is my code Set session("oApp") = Server.CreateObject("CrystalRuntime.Application") Call session("oApp").SetMorePrintEngineErrorMessages(0) Call session("oApp").SetMatchLogonInfo(1) Set session("oRpt") = session("oApp").OpenReport("Report1.rpt",1) ' Disable the Error reporting session("oRpt"
    Posted to Other Databases (Forum) by TCKarthick_accet on 8/27/2009
  • Vista Security Problem

    we are trying to access the "Outlook-Global Address List(GAL)" from button click event using <Object> tag. This is OCX files and code done through asp page. It’s working properly in Windows XP.But it doesn't working under Windows vista. It’s showing errors message like "Outlook is not Properly installed in your system. Error:-2147219963 Description: Automation Error". If the "protected mode" is set to "off" in IE in the vista system, it's working
    Posted to Security (Forum) by TCKarthick_accet on 12/31/2008
  • Re: How can I output to Excel 2007 format

    Hi, I am getting an alert message even after adding the ExtensionHardening in the Registry. Message is "Excel found unreadable content in data.xlsx. Do you want to recover the contents of this workbook? If you trust the source of this workbook, click Yes. Can you plz help?
Page 1 of 1 (4 items)