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 wOOdy-Soft 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: DaiDreamer
  • Content: Threads
  • Order by date
  1. DaiDreamer

    Multiple User Sessions In Remote Desktop

    Is there a way to set up an XP pro machine to accept two different remote sessions running at the same time? And if Remote Desktop can't do this, anyone know of a program that can? Thanks!!!
  2. DaiDreamer

    PowerChute plus 5.1 doesn't restart after scheduled shutdown...

    Hi! We are running PowerChute plus 5.1 on our Win NT server. On Saturday nights, we have a scheduled shutdown (8:00pm-8:10pm), however, it gets stuck on the "It's now safe to Restart your computer" screen. It stays like this till monday morning, where someone has to manually restart...
  3. DaiDreamer

    Public Folders, Rules, and calendars...

    is there anyway to have it so when a person adds an event to a public folder, it will automatically add it to there calendar. I know there's a function in outlook (under actions) that does this, so maybe I could set up a rule? thanks!
  4. DaiDreamer

    Error when sending emails

    Hi! For some domains, I get emails I send out returned by outlook xp. I believe this message is coming from outlook itself. here is the error message: Your message did not reach some or all of the intended recipients. Subject: you might find this funny... Sent: 12/3/2002 7:01...
  5. DaiDreamer

    Linked Table or Separate DSN

    Which one is better to use? A linked table or creating a separate dsn? I need to get info off of a large and heavy-used database for a login on my asp page. It needs to be connected to this database, because this is the one that is updated with a new employees info. Thanks! DaiDreamer
  6. DaiDreamer

    Linked Table Problem

    Hi! I added a linked table to my database (access) and when I try to access it, it gives me this error message: Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access 97 Driver] The Microsoft Jet database engine cannot open the file...
  7. DaiDreamer

    Recordset Move Function

    I have a question about the move function. I found it in a book, but I can't understand how it needs to be set up (no examples) Here's what in the book: Move numRecords [, start) The Move method moves numRecords rows ahead of the current row or of the row number specified by the start...
  8. DaiDreamer

    Printer drivers are removed after error message comes up!

    Hi! I have a NT workstation that gets an error message about SPOOLSS.exe when you try to print after a few printings. After this error message comes up, there is not printer drivers! they all vanish! Everything is working fine upto that point and reinstalling the drivers does work, but the...
  9. DaiDreamer

    Error message When trying to add record to database...

    Hi! I get this error message when I try and add my record to the database: ADODB.Recordset error '800a0cb3' The operation requested by the application is not supported by the provider. /bureauofminere/frdocinvetory/NewAdded.asp, line 216 Here's the line of code the error is talking...
  10. DaiDreamer

    Option Explicit and AddNew Errors

    Hi! For some reason my code doesn't like option explicit or Rsadd.addnew The frist one comes up with this error: Microsoft VBScript compilation error '800a0400' Expected statement /bureauofminere/frdocinvetory/NewAdded.asp, line 10 option explicit and the other one with this...
  11. DaiDreamer

    Problem with forms

    Hi! I'm having a problem with my form. How do you call a vbscript function when the submit button is pressed? Here's my code: <html> <head> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=windows-1252&quot;> <meta name=&quot;GENERATOR&quot...
  12. DaiDreamer

    Searching for strings in code???

    Hi! My boss came up to me with an interesting question. He wants me to find out if it is possible to search though the code looking for certian words (i.e. names of procedures). He also want where the string was found, what is was found it (form module) and the name of the form/procedure in...
  13. DaiDreamer

    Can't give value from a recordset to a variable.

    Hi! I can't give value from a record set to a variable. I tried Rst.fields(&quot;???&quot;) (Error 3265-Item found in this collection) and I tried Rst!??? (same error as rst,fields)and I tried AS in my sql statement( which gave me NOTHING). I'm using Access 97. Help! Here's my code: Option...
  14. DaiDreamer

    Report that displays only &quot;#Name?&quot;!!!

    Hi! I'm new to the whole VBS and Access Programming thing. Can some one help me? I'm trying to count the number of times a table feild comes up with true. But when i try to display the value in the form, it only says &quot;#Name?&quot; in where I call the function and where I try to display...
  15. DaiDreamer

    Outlook Profiles

    Is there a way to set a User Profile in the code, so that that annoying box doesn't come up when we run the script. The script opens the email box that the profile is connected to and checks for certain emails. We need the choose profile box, but we don't need it when we run the script. This...
  16. DaiDreamer

    Pausing in Vbscript without using wscript.sleep

    Is there a way to pause a vbscript without using wscript.sleep? Thanks! DaiDreamer
  17. DaiDreamer

    Sending Outlook mail in Plain Text

    Hi! Is there a way in VBscript to send an email in plain text? When I send one though a script, it sends it though Rich Text, even though I have the default mail setting at Plain text. Thanks!
  18. DaiDreamer

    How do you check to see if a file exists in VBScript?

    Hi! We are writing a program that reads and send data from a database. However if the database doesn't exist it errors out. How do check to see if a file exists without erroring out the program? Thank! DaiDreamer
  19. DaiDreamer

    same code different problem

    I'm having a database problem now. I get a error message everytime my program opens up the database. Can anyone help? here's the error message: Line: 37 Char: 3 Error: Data source name not found and no default driver specified. here's the code: Option Explicit ' Database Variables...
  20. DaiDreamer

    Problem with code

    I have a problem with this code. It suppose to recieve a email and it checks the subject and if the subject is either &quot;remove&quot; or &quot;registation&quot; it add or removes the sender address to/from a database. For some reason it come up with an error here: Dim objMessage as...

Part and Inventory Search

Back
Top