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!

Search results for query: *

  1. laurin1

    Windows Alternative

    Good luck. CVSNT is working great for us. It was hell figuring it out, but it's working great. I can't give you a comprehensive instructions, but I'd be happy to help you if you get stuck. Keith Davis Director of IT, P.R.I.D.E. http://www.pridedallas.com MCSA, A+, N+
  2. laurin1

    .cvsignore Files Not in CVS

    We've got a bunch of files that exist in a working directory that we don't want in the CVS repository. Every time we run an update, we get a message stating that we need to do a cvs add for every single one of these files. I've tried adding a .cvsignore file to the folder above them, but even...
  3. laurin1

    Windows Alternative

    I just got CVSNT up and running. Works pretty well. Keith Davis Director of IT, P.R.I.D.E. http://www.pridedallas.com MCSA, A+, N+
  4. laurin1

    943460 Problem!

    I understand what a URI is, but my problem is that MS is trying to "fix" something, without providing a solution to what they "fixed". :) Keith Davis Director of IT, P.R.I.D.E. http://www.pridedallas.com MCSA, A+, N+
  5. laurin1

    943460 Problem!

    Your response confuses me. If that is the case, then why are not MS Office applications working as well and why is it only with my office machines, and not my home machine? Both my office machines and my home machine are all on the same domain, but they have some different GP's. Yet, my home...
  6. laurin1

    943460 Problem!

    I figured it was something like that, but for now, since it's with every type of file and I've got 80 computers, I am just going to uninstall the patch (that does work) and leave it off until I find another solution. It only happens here at work. My home machine does not have this problem with...
  7. laurin1

    943460 Problem!

    What happens is the application tries to open the several files, instead of one, each compries of a part of the path of to the next space. Keith Davis Director of IT, P.R.I.D.E. http://www.pridedallas.com MCSA, A+, N+
  8. laurin1

    943460 Problem!

    That is correct. I've uninstalled the patch, and they work now. I'm actually in the process of removing the patch from all of my machines temporarily, until I can find a resolution for the problem. Keith Davis Director of IT, P.R.I.D.E. http://www.pridedallas.com MCSA, A+, N+
  9. laurin1

    943460 Problem!

    I discovered after I posted it in the Office forum, that this is not an Office problem. It's a Windows XP problem. It affects all my Windows applications. Keith Davis Director of IT, P.R.I.D.E. http://www.pridedallas.com MCSA, A+, N+
  10. laurin1

    943460 Problem!

    Every machine I have installed this patch on has this problem now: http://www.tek-tips.com/viewthread.cfm?qid=1426877&page=1 Keith Davis Director of IT, P.R.I.D.E. http://www.pridedallas.com MCSA, A+, N+
  11. laurin1

    Excel 2003 - Cannot Open File by Double-Click

    Also, it appears to only be for .xls files. Files with extension .csv are not affected. Keith Davis Director of IT, P.R.I.D.E. http://www.pridedallas.com MCSA, A+, N+
  12. laurin1

    Excel 2003 - Cannot Open File by Double-Click

    It is unchecked. Keith Davis Director of IT, P.R.I.D.E. http://www.pridedallas.com MCSA, A+, N+
  13. laurin1

    Excel 2003 - Cannot Open File by Double-Click

    Something happened today and suddenly my users cannot open files by double-click if they path and/or file name has a space in it. When they try to open c:\Documents and Setttings\keithdavis\My Documents\test.xls, for example, Excel reports it cannot open the following files: C:\Documents and...
  14. laurin1

    Strange Array Result

    Nice. Hadn't thought of those. Especially like the global variable idea. Keith Davis MCSA, A+, N+, Guru+, Geek+, Child of God++++++ Love and Service http://www.solidtechservice.com
  15. laurin1

    Strange Array Result

    Thought of that as well, but the array is the return value of a function. Keith Davis MCSA, A+, N+, Guru+, Geek+, Child of God++++++ Love and Service http://www.solidtechservice.com
  16. laurin1

    Strange Array Result

    Oh, now I see it in the manual. I can't change the way the original behaves. I've considered what you are suggesting, but it means re-write of a large amount of code and the default behavior of the function changes (it returns a simple array that can be passed as a array to other functions, as...
  17. laurin1

    Strange Array Result

    I understand that, and I've seen it in other places (like Informix SQL), but I've never seen that functionality in any PHP documentation. Have you? What I need is to someone modify some code that normally assigns a string to an array like this: $a[] = 'test' So that other 'properties' are...
  18. laurin1

    Good IDE for PHP?

    Depends on how much money you want to spend. If you want free, I've used Eclipse with PHPEclipse for quite a while. I recently switched to Eclipse with PDT, and it's very nice. Now, I'm testing Zend Neon (Zend for Eclipse) and I have to say it's my favorite of the three. Zend Neon is 300.00 and...
  19. laurin1

    Strange Array Result

    $aReturn[$i] = $aSQL['firstname'].' '.$aSQL['lastname'].(($aSQL['credentials'] != '') ? ', ' : '').$aSQL['credentials']; $aReturn[$i][0] = $aSQL['id']; $aReturn[$i][1] = $aSQL['firstname']; $aReturn[$i][2] = $aSQL['lastname']; $aReturn[$i][3] = $aSQL['credentials']; returns: Array ( [0] =>...
  20. laurin1

    Service Pack 3 broke my code (adox 2.8)

    igured it out. Followed Step 2 of this. http://support.microsoft.com/default.aspx?scid=kb;en-us;318251 Keith Davis MCSA, A+, N+, Guru+, Geek+, Child of God++++++ Love and Service http://www.solidtechservice.com

Part and Inventory Search

Back
Top