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: *

  1. northcurlcurl

    Hi, I've written a basic shell s

    Replacing -TERM option with -15 was recommended by Ken, that's why I tried it. Thanks for your info, PH! Ryosuke
  2. northcurlcurl

    Hi, I've written a basic shell s

    Thanks so much for giving me some ideas. Since my shell script is incorporated into my colleague’s, I guess I have to have a look at his scripts in detail, in order to find out if he is running some commands in background… For the mean time, I would like to ask one more question if I could...
  3. northcurlcurl

    Hi, I've written a basic shell s

    Hi, I've written a basic shell script to stop a process (kill -TERM "$pid", where $pid is an variable that stores a processs id) on my Linux host. It seems like the script exits without an error and completes within a second. But when I issued ps -ef command after the script was...
  4. northcurlcurl

    Component Request Pending

    Thanks for your help, johnwm. Insead of using With statement all the time, I've created an Excel.Workbook object to manage a workbook. It kind of worked. But if I add this code, Application.DisplayAlerts = False, Excel.exe would be still shown in the Task Manager, even after I set both...
  5. northcurlcurl

    Component Request Pending

    Thanks AvatarZA, Here is my code... Dim objExcel As New Excel.Application Dim intRow, intCol, intCnt, intCashOutLstR, intRegisterLstR As Integer With objExcel On Error GoTo errHandler Application.DisplayAlerts = False .Workbooks.Add With .Workbooks(1)...
  6. northcurlcurl

    Component Request Pending

    Hi guys, I'm trying to print out an excel spreadseet, using VB, but I get an error message saying "Component Request Pedning". Everytime I try to do that, I'm forced to hit ctrl+alt+del and close Excel. I dont' know whether this is relevent to the problem I have with the print out...

Part and Inventory Search

Back
Top