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 Mike Lewis 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: CDL
  • Order by date
  1. CDL

    Export options for crystal viewer via web

    When I create a report in the crystal report designer and view through the preview tab the export button has a list of options like to export to a excel, file, rpt, etc and "Destination list " like to send emails(MAPI), Exchange folder etc. But when I view the report through the intranet on the...
  2. CDL

    SEARCHING BETWEEN DATES!

    Hi, For sql server , u can try something like this. SELECT letting_finish from Renter where letting_finish BETWEEN (date1,date2). Goodluck!
  3. CDL

    Query Trouble!

    Hi, U can construct a date using the month of now() (by using month() fn), day() fn of lastdate() and year() fn of lastdate(). Then compare this newdate with today's date(using Date() fn). All these can be done in one query, I am not sure what is the fn used to construct a date.Should u...
  4. CDL

    Using History.go by partly specifying a URL

    I display search results in a page and when the user chooses one of the search results he is directed to another page. There the user does some processing(many times the form in that page gets submitted) and when he clicks Close button I should display the search results page with the same...
  5. CDL

    TestConnectivity method fails in windows 2000

    Not only for SQL Server,but when I try to connect to an mdb database through ODBC I get the same error.I don't know why SetLogonInfo method does not work.I have been trying for the past 3 days, but still no results. What database are you using to display the reports using Windows 2000 web...
  6. CDL

    TestConnectivity method fails in windows 2000

    Thanks for the suggestion.I changed to Tables(1) instead of Tables.Item(1), but still the problem exists.Any idea?
  7. CDL

    Help please! seagate reports 7.0 on windows 2000

    Thanks.I checked the SetLogoninfo variables and they are right. I also used Tables(1) instead of Item(1) but still the problem is there.Also testconnectivity method returned false in Windows 2000, but returned True in Windows NT web server.Any idea about this?Thanks.
  8. CDL

    TestConnectivity method fails in windows 2000

    I had my web application in windows NT and it was working fine.I moved my web application to windows 2000 and it was giving problem while invoking the report as an activex object.I am using ASP and backend is SQL Server 6.5.I establish connectivity directly and not through ODBC.The segment of...
  9. CDL

    Help please! seagate reports 7.0 on windows 2000

    Thanks for replying.I will check out for CPEAUT32.dll as you told.I am using it as a server and I am connecting to SQL Server directly and not through odbc.The segment of code used for connecting is as follows: session("oRpt").Database.Tables.Item(1).SetLogOnInfo cstr(s_server)...
  10. CDL

    Help please! seagate reports 7.0 on windows 2000

    Is Seagate reports 7.0 compatable with windows 2000? I had used reports 7.0 in ASP to connect to SQL server in windows NT for my web application. But the same web application when run in windows 2000 , gives the following error "CPEAUT error on server : 20614 - Back ground processing...
  11. CDL

    Help please!To print reports without displaying

    I have to print reports in ASP without displaying the report on the screen and also set the no of copies through code.I used printout method, but it hangs and Ihave to restart the m/c. Can anyone help me out and tell me what methods should be used and tehexact code required for printing. I am...
  12. CDL

    To change the database server name at run-time

    While creating a report at design time I had used an SQL Server database.The server name(i.e the database location) was initially given, then the relevant tables were chosen.I wanted to launch this report through ASP code by connecting to a different SQL Server.(i.e the database location has...
  13. CDL

    To print reports without displaying on the sctreen

    I have to print a report through ASP code and also specify the no of copies through the code.This has to be done without displaying the report on the screen.I tried various methods like Printout,Printreport etc of various objects. When I searched the Reports developer help there are many methods...
  14. CDL

    Changing the database server name at run-time

    I had created a report using Reports designer connecting directly with the SQL Server name,database name userid and passwd. IN my ASP code when I change the SQL Server name alone it gives an error, only if I give teh saem server name as in design time it works properly. Is there any way to...

Part and Inventory Search

Back
Top