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

    CA policy settings folder absent

    I have installed an Enterprise Root CA, and Microsoft tells me that I need to access the Policy Settings folder in the CA MMC in order to set it up to issue certifiactes for smart cards...
  2. robwistar

    Debate: C# v. C++ v. Java

    I just graduated college with a Computer Engineering degree. In essence, this means I know a bit of programming and a bit of Electrical Engineering (heavier on the electrical engineering side). I have had a fair amount of Java experience in my early years at college, and some C++ in high...
  3. robwistar

    ActiveX component can't create object

    "ActiveX component can't create object" I get that error when I run this code: Dim hyperPackList As New Hyperlink hyperPackList.Address = strNewFileName It seems to crash on the second line there. If I comment out that second line, it crashes on the next line...
  4. robwistar

    Book Rec

    I have just started working with Access, and got myself a decent book. Problem is, it doesn't go into VBA at all. I have seen books for VBA, but none specific to Access. Is there a good book on integration between Access and VBA? I have had some programming experience, but only in Java and a...
  5. robwistar

    question of style

    I am writing some code in which I am emptying a particular field in every record in a given table. My code works fine, but I don't like the fact that I have to rely on an error to break out of my while loop. Is there another way to determine when I am at the end of the table? On Error GoTo...
  6. robwistar

    data access page

    Hi all -- I have created some data access pages intended to be used for viewing (not editing) information over my web server. Everything is working fine, but the pages require a plugin for IE. I would rather this not be the case, b/c those that would view the pages often may not view them...

Part and Inventory Search

Back
Top