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!

Search results for query: *

  • Users: lynn
  • Order by date
  1. lynn

    Creating a document with Word Automation

    When I try to create a document through Word automation, I get the message "Could not open macro storage". Here's my code snippet: set x=server.createobject("Word.Application") x.documents.add ' This is the line that crashes This same code works in VB; so, I know it must...
  2. lynn

    Confusing SQL Syntax Error

    If, in the code snippet below, MessageID is a string field, then your problem is the way you enter string values in your SELECT statement. Here is your statement: strReplies = "SELECT messageid, subject, author, date FROM Messages WHERE Original = " & rsMessages("MessageID")...
  3. lynn

    Script Debugger

    Does anyone know how to work around the problem of Script Debugger not working with IE 5.5 and IIS 5.0? There seems to be some incapability here.
  4. lynn

    AddNew method doesn't work on Win95 but does on NT

    I have an application that uses the AddNew method of a recordset. This method works fine on my NT machine, but goes down on error 3163 (field too small) on a Win 95 machine. The code is separated from the data (i.e., separate .mdb files), and both parts are currently on a zip drive (so, only the...
  5. lynn

    NT 4 vs Win95/98 differences

    I have an application that uses the .AddNew method on a recordset object. In NT 4, it works fine, but in Win95/98, I get a run-time error (6361, I believe) stating

Part and Inventory Search

Back
Top