Search

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

Matching Posts

  • Re: Fingerprint SDK for ASP.NET

    In case anyone is looking Digital Persona has a good SDK, but it only works with their devices. I used the activex/com plug-ins (enrollment and verification) that come with the SDK. Obvously, the client needs some dll's and the drivers for the fingerprint reader installed for this to work.
    Posted to Component Discussions (Forum) by WanderingEye on 10/13/2009
  • doc.export runs slow

    I'm exporting from Crystal to PDF. This runs fine most of the time, however, there's a significant slow down the first time it runs after the connection pool gets reset. Noramlly this runs in under a second, but when it slows dow it takes about 35 seconds. Never gives any errors, just takes very long to run. Anybody experienced a slow down exporting from Crystal to PDF? Any ideas would be greatly appreciated. Thanks!
    Posted to Crystal Reports (Forum) by WanderingEye on 10/12/2009
  • Re: Export to PDF - works poperly in VS but not on Server.

    Hey gang, Still having a lingering issue....the sizing issue has been corrected, but I'm experiencing a significant slowdown (30-40) seconds on doc.export the first time it runs after the connection pool gets reset. After that it will run normally - takes about a second. I have no idea what would be causing this. Anyone had this issue? Thanks!
    Posted to Crystal Reports (Forum) by WanderingEye on 10/9/2009
  • Re: Export to PDF - works poperly in VS but not on Server.

    I'm completely stuck...anyone have any ideas?
    Posted to Crystal Reports (Forum) by WanderingEye on 9/18/2009
  • Re: crystal report problem

    Really? Do you have all that information (password, etc) in the ConnectionString in web.config? Anyway, gald you got it working.
    Posted to Crystal Reports (Forum) by WanderingEye on 9/18/2009
  • Re: Export to PDF - works poperly in VS but not on Server.

    I believe this has been resolved. Set the printer to Microsoft Office Document Image Writer and everything is printing on one page with correct formatting....if anyone has a good explanation for this I would love to hear it. Very frustrating.
    Posted to Crystal Reports (Forum) by WanderingEye on 9/18/2009
  • Re: crystal report problem

    Are you using a dataset? Here's how I'm going this and I don't get prompted for credentials. I believe they call this the "push" method. Hope this helps. Dim myConnection As SqlConnection Dim MyCommand As New SqlCommand() Dim myDA As New SqlDataAdapter() Dim myDS As New MyDataSet() Dim doc As New ReportDocument Dim fileName As String = Server.MapPath("ReportName.rpt") doc.Load(fileName) Dim ConnStr As String = ConfigurationManager.ConnectionStrings( _ "Connection
    Posted to Crystal Reports (Forum) by WanderingEye on 9/17/2009
  • Export to PDF - works poperly in VS but not on Server.

    All I've programatically exported a crystal report to a PDF file and it works perfectly in VS 2008. However, when I run the code on the server it creates the PDF but it dices one page into ten...setting the pagesize to 4X4. I have installed the Crystal Reports runtime, and I recieve no errrors, but obviously something is off. I set the default printer on the server to the same as my PC....with the pagesize being letter(8.5 x 11). I also tried setting it to "no" printer in the report
    Posted to Crystal Reports (Forum) by WanderingEye on 9/17/2009
  • Re: JavaScript with ActixeX Control

    Thanks for the reply, but I don't see any example of ActiveX/JS communication in that link. It is simply screen shots of the process turning a user control into a activex control. I don't see any client side script. Am I missing something? Thanks!
  • Re: JavaScript with ActixeX Control

    Would it be something like this? var variable = new ActiveXObject ( "serverName.typeName" ,location ) So, how do I set the serverName.typeName for the .dll? Every example I find seems to reference Excel. Thanks!
Page 1 of 8 (71 items) 1 2 3 4 5 Next > ... Last ยป