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 TouchToneTommy 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: Neil111
  • Content: Threads
  • Order by date
  1. Neil111

    ASP and Designer Object in sessions

    I've managed to get the designer component working nicely in sessions in my ASP scripts. My question is to do with the sessions that store the objects. I realise that this is necessary to pass the required information to the page server, but I really don't like the way the licence is still used...
  2. Neil111

    Nasty CR objects and ASP

    If Not IsObject(session("oApp")) Then Set session("oApp") = Server.CreateObject("CrystalRuntime.Application") End If If isObject(session("oRpt")) then set session("oRpt") = nothing End If set session("oRpt") =...
  3. Neil111

    Parameter passing problem

    After discovering and using the paramter passing on the query string, I used the following URL: http://localhost/report.rpt?init=html_frame:connect&user0=u&password0=p&sf={table.column}+like+"*test*" And it works fine. I have two questions regarding this: 1) Can I define a selection...
  4. Neil111

    Advanced Report viewer

    Hi, I'm in the process of developing a report viewer for Crystal Enterprise 8. I'm totally new to Crystal reports and have been reliably informed that there is a way to pass a custom SQL WHERE clause to a report. This Where clause would be built up using either CSP or ASP and a form, giving the...

Part and Inventory Search

Back
Top