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 Wanet Telecoms Ltd 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: tkecowboy
  • Content: Threads
  • Order by date
  1. tkecowboy

    lost hard drive with sharepoint site

    We recently lost the hard drive with our new Sharepoint site on it. We had not started backing up the site yet. I can get to all of the files on the drive, it just won't boot. We installed Sharepoint with the default options. Where are the files kept, and how can I transfer them to the new...
  2. tkecowboy

    text boxes all = null?

    I have a simple form with several text boxes. I type info into the boxes and click the save button on the form. As I try to populate the variable from the form control I am getting an error that tells me all the textboxes are null, even though I have entered info. I simply try this: dim...
  3. tkecowboy

    update query in Access

    I am not very experienced in VBA. I've been doing traditional VB development for years. I am trying to perform an update of a database field in Access from within an Access module. db.Open CurrentProject.Connection sql = "update tblPatientHistoryNew set probdesc = '" & x & "' where patientID =...
  4. tkecowboy

    using a custom .net control in Access

    I am helping to develop an application that is written in Access. It will run on a tablet PC. I am wanting to build some custom ink-aware controls in .net and import them onto Access forms. Any idea how do do this? I have created many custom controls within projects before, but I've never tried...
  5. tkecowboy

    asp not processing on 2003 standard

    I'm not sure if this is the correct forum or not, but I'll give it a shot. We have just installed 2003 server stanard. For some reason, ASP won't process on the server. When an asp page is called, the only code that gets processed is HTML. Any ideas? Thanks. Glenn
  6. tkecowboy

    asp pages won't work in Interdev

    I am having a problem with Interdev that I have never encountered before. I can run .htm and .html pages just fine in interdev. However, when I try to run an .asp page I get a "page cannot be displayed" error. I have just reinstalled Interdev on this machine, and already had .NET installed. It...

Part and Inventory Search

Back
Top