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 Chriss Miller 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: Gragi
  • Content: Threads
  • Order by date
  1. Gragi

    Emails via DTS job

    Hi, I have a package which sends email with attachment to the people who are on the same domain as well to the others who are using different domain. It used to work fine, but from last 3 days onwards mails are not going and I found that mails are waiting at "C:\Inetpub\mailroot\Queue" and are...
  2. Gragi

    decompress ".gz" files

    Hi, Basically I have a file like abc.csv.gz, can anybody post the vbscript code to decompress this file and save it to the same directory. My OS Windows XP Pro. I appreciate your response. Thanks, Gragi
  3. Gragi

    need ASP Code - Send mail via POP3

    Hi, Can anybody post me the sample code to send email using ASP via POP3 server. Thank You, Gragi
  4. Gragi

    Frontpage webcomponent chart asking password

    Hi, I am using Frontpage 2002. Inserting 'Office Chart' from Web components and linking to SQL Server Database. Here my problem is whenever I refresh being in Frontpage or Internet Explorer it is asking for the SQL Server Database Username and Password. How can I avoid to ask for username and...
  5. Gragi

    Dynamic drop down list

    Hello, I have a table in SQL Server like Col A - Col B Software - Microsoft Office Software - Dreamweaver Software - SQL Server 2005 Hardware - Laptops Hardware - Monitors Hardware - USBKeys So here I'm writing some SQLs in ASP code to get these 'Col A' and 'Col B' into 2 different...
  6. Gragi

    err Missing: Microsoft Office Web Components

    Hello, I have developed an intranet website in Windows 2000 OS using Frontpage 2000. In my website, the pages display charts for different statistics. I used web componenets - charts option in Frontpage to create different types of charts. And eveything is working fine. Recently I have given...
  7. Gragi

    Just-In-Time Debugger : An unhandled win32 exception occurred in DEVE

    Hi, Need solution faster. My OS Windows 2000 Visual Studio 6 Data Base SQL Server 2000. I have some ASP pages in Visual Interdev project, and they used to work fine, but recently it started like after I run the ASP page 2nd time it's giving me the following error and closing on it's own...
  8. Gragi

    Run an .exe file using ASP code

    Hi, I am trying to search for some DLLs at the local system, if those DLLs are not available then it should execute the .EXE file which is in the server. I was able to do till searching DLLs, but afterwards how to make that executable run. I am expecting something like, when you try to open...
  9. Gragi

    Parameterized Report from ASP

    Hi All, I am trying to call a parameterized report from ASP. When I am trying to run the html and enter value and click Preview Report, it's giving me an error like An Error has occured. Please check the ASP page. Error 13 Type mismatch Can anybody tell me where the bug is? in HTML I have a...
  10. Gragi

    Maximize window when html file opened

    Hi, Can anybody post some vbscript code to automatically windows to be maximized when you load HTML file. Thank you, Gragi
  11. Gragi

    Crystal Report Charts using Formulas

    Hi, I am creating some charts in Crystal Reports 9, OS Windows 2000, database Access 2002. In my report I have counter field which is coming from database field, where as to calculate Percentages I have created formulas. My question is it possible to create charts using the formulas we have...
  12. Gragi

    Call Crystal Report from ASP

    Hi, Can Anybody post sample ASP code to call Crystal Report(9.0). Just plain code to call the report which is already developed in Crystal Report 9.0. Thank You, Gragi
  13. Gragi

    ASP debugging

    Hi, I am using Visual Interdev 6.0, IIS 5.1. I have few ASP pages, but I am not able to debug them, while I was trying I am getting an error like 'Unable to set server into correct dubugging state automatically. You may not be able to debug ASP pages. Do you want to continue launching the...
  14. Gragi

    OUTER JOIN problem in SQL

    Hi Friends, I have written a SQL informix but somehow because of my outer join i'm getting double records how can I avoid that here is the sample code i have written (SELECT DISTINCT B.itemid, A.ordernumber, A.orderdate, (SELECT COUNT(BB.itemid) from table2 BB where...
  15. Gragi

    Ranking in stored procedure

    I'm trying to write a stored procedure in informix I got the output like this Name TotalSale fff 3456.00 aaa 12345.00 ccc 3000.00 bbb 15800.00 now I want my out like Name TotalSale Rank aaa 12345.00 2 bbb 15800.00 1...
  16. Gragi

    Sales Ranking in Crystal

    Hi Gurus, I'm using Crystal9 and database is Informix so in my report I need to give some ranks on some totalsales order by names Sample Data Prod TotalSales AA 12,340 BB 15,500 CC 5,450 DD...
  17. Gragi

    How to call Crystal Report in ASP?

    Hi, Can anybody tell me that how can I call a crystal report in an ASP file. Need help in code also. Help would be appreciated, Thank you, Gragi
  18. Gragi

    Error exporting data

    Hi Gurus, I'm using Crystal Reports 9.0, I'm trying to export data in the report into Oracle database using EXPORT feature in Crystal reports, but I'm getting errors like - Failed to export Report - [datadirect][ODBC Oracle Driver][Oracle]ora-00972: Identifier is too long Can anybody help...

Part and Inventory Search

Back
Top