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 bkrike 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: BryanF
  • Content: Threads
  • Order by date
  1. BryanF

    error creating object on server

    this is line 191 of pm.asp in a visual interdev web project. DE = Server.CreateObject('DERuntime.DERuntime'); this is the error i get in internet explorer Server object, ASP 0177 (0x800401F3) Invalid ProgID. For additional information specific to this message please visit the Microsoft...
  2. BryanF

    getting ODBC error

    dim strSQL dim cmdObject set DatabaseConnection = Server.CreateObject("ADODB.Connection") DatabaseConnection.Open "DSN=pubs", "sa", "" set cmdObject=server.CreateObject("ADODB.Command") set cmdObject.ActiveConnection=DatabaseConnection...
  3. BryanF

    RemoteBoot service

    With Novell I could set up a Boot Partition on the server and have network cards find it and load the partition over the network. I've found a couple of articles on the microsoft website that refer to the RemoteBoot service, but will not tell me how to set it up. I see the RIS service, but i...
  4. BryanF

    Delete part of a sring out.

    I'm trying to use a form's filter after it has been filtered by form. Good ole MSAccess seems to tack on a Lookup_ in front of all the controls that you use. To me this is horrible design, because i should be able to use the same string as a where clause to open a report. Can anyone tell me how...
  5. BryanF

    strike out text

    can i highlight part of a text box and strikeout the text?
  6. BryanF

    Import from comma delimited text file

    I see a possible problem and would like to hopefully stop it. I'm exporting tables out of databases into comma delimited txt files.... I want to import them all back into one large database. My primary key is actually a driver's license number. My question is... will the transfertext action give...
  7. BryanF

    Using Inet ActiveX control

    With Inet4 .Protocol = icFTP .UserName = "username" .Password = "pass" .Document = "C:\windows\desktop\web update\levideoweb.mdb" .URL = "ftp://levideostore.com/db" .OpenURL...

Part and Inventory Search

Back
Top