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!

Recent content by sqlnerd

  1. sqlnerd

    Saving Structured Docs in RTF

    I have prepared a template. The EDD and formats work fine in the document that I create using the template. Printing and saving as pdf do not create problems either. But, when I try to save the document in RTF, I get only blank pages. What could have gone wrong? Can anybody help me?? Thanks in...
  2. sqlnerd

    word count

    Thanx for your reply Glenn... Even some of my friends suggested me the same idea as yours. Finally, I found the way out to do it through a macro. --SQLNerd
  3. sqlnerd

    word count

    Hi, I know to programmatically search for a specific word in a MS Word document. Can anybody tell me how i can find the total count of a specific word. Thanx in advance
  4. sqlnerd

    SQL Server 7.0 data mining

    Hi, Can anybody tell me if it is possible to do data mining using SQL Serve version 7.0. Or, should i go for third party tools? -SQLNerd
  5. sqlnerd

    Controlling ASP page through ActiveX Control

    Tarwn, Great!!! It works... Thanks a lot... lo... finally this could be solved at the client-side itself through javascript... SQLNerd
  6. sqlnerd

    Controlling ASP page through ActiveX Control

    OK Tarwn... let me try to implement and see if it works... SQLNerd
  7. sqlnerd

    Controlling ASP page through ActiveX Control

    hmmm... OK... It seems its a dead end... let me break my head and do some lateral thinking... anyway thanks a lot Tarwn... -SQLNerd
  8. sqlnerd

    Controlling ASP page through ActiveX Control

    Tarwn, Sorry! I think I have messed up things a bit. I dont want to increase the timeout limit. I do some calculations in my asp page and i have a button which when pressed reloads the page and proceeds with the calculations (I use session variables and change their value whenever i click the...
  9. sqlnerd

    Controlling ASP page through ActiveX Control

    Hi, I want to call a timer ActiveX control through an asp page and provide the interval dynamically. I want to calculate duration in minutes in the ActiveX control. I also want to do certain action in the asp page when the duration is, say 30 minutes. When I implement the activex control...
  10. sqlnerd

    Record gets inserted...yes and no...

    Hi, Thanks for all your quick response. I have declared only the connection string as an application variable and not the connection itself. I am inserting through the connection.execute statement. I am opening the connection before the execution (naturally) and close the connection immediately...
  11. sqlnerd

    Record gets inserted...yes and no...

    Hi, I encounter this peculiar problem. I have the database connection string as an application variable (declared in global.asa). When i open a connection object with this connection string in an asp page, it inserts records into the table as required. But this happens only 3 out of 4 times...
  12. sqlnerd

    Calling an exe file or batch file inside an asp page

    Thanks a lot! I will try all your suggestions. SQLNerd
  13. sqlnerd

    Calling an exe file or batch file inside an asp page

    Bullschmidt, Thanks for your suggestion. That link showed me a glimpse of the expected answer. But, when i ran that code, nothing happened in the browser. I provided a response.write and that got displayed. The batch file i wanted to run didnt run at all. Infact, i provided all permissions to...
  14. sqlnerd

    Calling an exe file or batch file inside an asp page

    Hi, Is it possible to call an exe file or a batch file from an asp page? Can anybody help me. Thanx in advance... SQLNerd
  15. sqlnerd

    Firing window unload event for multiple pages

    Hi, I have to fire the unload event of a window, where i initially navigate thro few html pages without frames and then many pages inside a frameset. Now, i want to fire the unload event of this window across all the pages in this window without the need to put the code in all the initial pages...

Part and Inventory Search

Back
Top