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 strongm 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 csudougie

  1. csudougie

    Cannot Edit Shared Outlook 2007 Contact Categories

    Hello, I have a user who has publishing editor rights to another users contacts in outlook 2007. When she goes to edit a contact's category, she cannot add new categories nor can she edit existing ones, such as giving it a new name. All the buttons are greyed out. I shared her contacts with me...
  2. csudougie

    Excel 2007 - Copying Sort Rules when copying worksheets

    Hello, We have several workbooks that have multiple worksheets that are created by copying other worksheets and modifying the data. All formatting and formulas copy fine, but the pre-set sorting levels set on the copied worksheet do not transfer to the new worksheet. Is there a way to fix this...
  3. csudougie

    VBA to call SQL Stored procedure in Outlook form

    Hello, I'm having trouble getting my vbscript to execute a SQL stored procedure over an ODBC connection from an Outlook form. The s.p. only accepts one integer and returns a string value. Can anyone help me with the syntax or point me in a direction. I've looked into pass-through queries, but...
  4. csudougie

    VBSCRIPT to call SQL Stored Procedure in Outlook form

    Option Explicit dim rc, sql, cnn sub OpenConn() dim dsn set cnn = CreateObject("ADODB.Connection") dsn = "Provider=sqloledb;Data Source=MAJ_LINKED_TABLES;" cnn.Open dsn SQL = "{EXECUTE dbo.GET_CUS_NAME_fn(myvalue)}" end sub Sub cmdTest_Click() dim objPage, objControl dim s dim MyValue...
  5. csudougie

    VBSCRIPT to call SQL Stored Procedure in Outlook form

    Hello, I'm having trouble getting my vbscript to execute a SQL stored procedure over an ODBC connection from an Outlook form. The s.p. only accepts one integer and returns a string value. Can anyone help me with the syntax or point me in a direction. I've looked into pass-through queries, but...
  6. csudougie

    Excel 2007 hangs/crashes from Sharepoint file

    SP1 is installed already
  7. csudougie

    VBSCRIPT to call SQL Stored Procedure in Outlook form

    Hello, I'm having trouble getting my vbscript to execute a SQL stored procedure over an ODBC connection from an Outlook form. The s.p. only accepts one integer and returns a string value. Can anyone help me with the syntax or point me in a direction. I've looked into pass-through queries, but...
  8. csudougie

    VBSCRIPT to call SQL Stored Procedure in Outlook form

    Hello, I'm having trouble getting my vbscript to execute a SQL stored procedure over an ODBC connection from an Outlook form. The s.p. only accepts one integer and returns a string value. Can anyone help me with the syntax or point me in a direction. I've looked into pass-through queries, but...
  9. csudougie

    Excel 2007 hangs/crashes from Sharepoint file

    We have noticed a huge problem with Excel 2007 crashing when someone opens a file via Sharepoint, makes no changes, and then attempts to close the file. Excel will hang until manually terminated. Sometimes a lifeboathang error will show up in the event logs. I recently had to turn off...
  10. csudougie

    Outlook 2007 continually crashes with clr20r3 error

    Thanks, but we don't run Windows FW in-house. So, thats not the cause.
  11. csudougie

    Outlook 2007 continually crashes with clr20r3 error

    Hello, I have several computers with Office 2007 SP1 where Outlook is crashing over and over. I've scaned the .pst files for errors, I've removed some un-needed add-ins, I've created a new profile and I've repair as well as reinstalled Office. Here is the error. Any help is greatly appreciated...
  12. csudougie

    HP 2430tn Printing issues

    Nevermind. The following thread was similar and answered my question. http://www.tek-tips.com/viewthread.cfm?qid=1283923
  13. csudougie

    HP 2430tn Printing issues

    Has anyone experienced delayed printing or partial printing with the 2430tn from HP? Some of the print jobs drag and take forever, some stop 18 pages in a 22 page report and throw a syntax error. I've tried using PCL and PS drivers. Anybody else experience this? Any suggestions? Thanks.
  14. csudougie

    Outlook 2007 continually crashes

    I'll try the PST scanner, thanks. The profile deletion and recreation worked for a while but then it started crashing again. I heard it could be caused by some CRM apps and their add-ins. I've disabled ACT! add-ins and now I'm playing the waiting game.

Part and Inventory Search

Back
Top