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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pisaac

  1. pisaac

    ASP.NET on Windows Server 2003

    I am trying to setup an ASP.NET (VB) project from the an XP PC running VS.NET 2003 on a Windows Server 2003 domain controller. I created a new folder – D:\intranet and shared the folder, then created a new virtual directory in IIS: alias – intranet, path - D:\intranet, Permission – Read, Read...
  2. pisaac

    Cisco PIX 506e VPN Setup

    Hi, I have a PIX Firewall 506e - PIX verion 6.3(1) and PDM Version 3.0(1) and am trying to setup VPM Access to our network. Our inside network address is 192.168.0.0/24 and our outside address is 81.98.162.201/24. I beleive it is possible to setup VPN access to our network without the Cisco VPN...
  3. pisaac

    Export to excel date problem

    Sorry this is the one that works... header("Content-disposition: attachment; filename=" .date('Y-m-d').".xls");
  4. pisaac

    Export to excel date problem

    This works - header("Content-Type: application/vnd.ms-excel; name='excel'"); header("Content-disposition: attachment; filename=" .date("Y-m-d").".xls"); Some thing to do with using (") inside (') or vice versa...
  5. pisaac

    MS Access 2002 hangs when a server is shut down

    Can't think where the autoexec macro points to a small piece of code which i've remarked out ('), then loads a login form which has no OnLoad code. The mind boggles..., might try creating a news domain but that would be a pain, has anyone got any other ideas?.
  6. pisaac

    MS Access 2002 hangs when a server is shut down

    Yep, after about 5 mins of waiting for the egg timer to go I finally get into the database (which takes about 5 mins to do any single action) I can then re-link the database, this doesn't fix the problem. I've even tried to copy the data.mdb file locally and re-link the tables to the c:\ drive...
  7. pisaac

    MS Access 2002 hangs when a server is shut down

    Hi, We have recently migrated our Domain Controller from Server X to Server Y. We have down graded Server X using dcpromo and uninstalled all networking components for windows 2k advanced server. We have a MS Access 2002 database (data.mdb) on a shared drive on Server Y where all of the tables...

Part and Inventory Search

Back
Top