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: *

  1. MartinCouture

    What is the default for Ownership

    Hello, I have a dual boot Vista / Windows 7 RC on 2 seperate hard drives. I'm now in Windows 7: When I tried to copy or run files from Vista's public folder or users's folder to Windows's 7, I had to take ownership of them and then I was able to copy or run them. All ok... Back to Windows...
  2. MartinCouture

    count MERGED cells

    Hello all, I have a row of 30 cells, some of them are merged (2 cells or more, some as high as 30 ie the whole line). I would like to count the number of cells in that row with a merged cell counting as one. The real life use of all this is that we use an excel spread sheet as a calendar for...
  3. MartinCouture

    Re-ordering of data by criteria - 20lbs brain needed!

    Ok, pretty simple right ? data in Excel spreadsheet is: (it doesn't paste nice, but they are all lined up by column in the spreadsheet) Arrive Place Depart Flt Crew Tail# Rmks Trenton 262100 3446 89 003 VAC 262145 Ottawa 262330 89 270645 Lesquin 031130 89 RON 031930...
  4. MartinCouture

    Reset ALL codecs ...how ?

    Everytime I simply left click once a media file (.mpg) all of explorer crashes. I would like to delete or reset all codecs I have. I have tried to re-install Windows Media Player 10, some codec packs, ffdshow, you name it... Now I just want to avoid doing the format c: thing. I have MCE...
  5. MartinCouture

    128bit secure connection

    Just a quick question: Do you need to buy a certificate in order to get a secure connection ? I would like to test it on a laptop (winXP Apache 2) and then possibly, (if free, but somehow I doubt it) set it up on the server (commercial but no ssl as of yet) Thanks ----------------- [flush]
  6. MartinCouture

    Network drive and large files (1+ Gig) won`t transfer

    I have XP machine and a laptop connected on a small LAN (XP machine has 2 NIC cards, no router used) and everything seems to work great: Have internet on the laptop through the XP machine (ICS), I can see and share folders OK. The problems start when I want to burn my CD images from the laptop...
  7. MartinCouture

    Simple install isn't...

    Where do I start looking ?? [Sat Apr 24 01:46:25 2004] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 2080: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try...
  8. MartinCouture

    mysql_connect() on another server...

    $dbhost = "someserver.no-ip.com"; $dbuname = "test"; $dbpass = "test"; $dbi=@mysql_connect($dbhost, $dbuname, $dbpass); Results: Can't connect to database. I'm trying to have my script on a public server connect to my own mysql database (because it's too big to...
  9. MartinCouture

    MySQL and WinXP = kaput

    Seems I can't connect to any MySQL server. I have a web site running on a commercial server that is working, and I used to be able to connect to it. I recently upgraded to win XP Pro, and now, even with my firewall off I can't connect anymore... MySQL client does a TCP/IP connection through...
  10. MartinCouture

    New MySQL install and Win XP = Kaput...

    I had Apache running with MySQL and php perfectly on Windows 2000 and then did the upgrade to Windows XP. So I tried Apache 2 with MySQL (mysql-4.0.12-win) and PHP 4.3.1 Everything was running fine untill I played around with Gallery (gallery.sourceforge.net) because it stoped working. I...
  11. MartinCouture

    on (press) timing issue...

    I would like a button to do press -> do A Press longer than 1 second -> do B All with the same button. The problem is that on(press) doesn't care if it's 1 second or an hour. My solution was to try with: on (release) { if (!long_press) { -== DO A STUFF ==- } } on (press) { mydate =...
  12. MartinCouture

    DESC is the name of the data

    It's an aviation database which I can't change the name of the tables/data... Being new at MySQL, this is the statement that I would like to run: SELECT * FROM wpt WHERE DESC LIKE '%coe% Which returns all the info about a waypoint that contains coe in its name, or like they want to call it ...
  13. MartinCouture

    Remove frames automatically

    My extend of Javascript is at the cut and past level, so here I go : <html> <head> <SCRIPT LANGUAGE=&quot;JavaScript1.2&quot;> <!-- Begin function enleverframes(){ nombreframes=parent.frames.length; if (nombreframes>0){ parent.location.href=self.location.href...
  14. MartinCouture

    Header information and Target frame ?

    <? if(isset($choice)){header(&quot;Location: http://www.blabla.com/&quot;.$choice);exit;}?> The problem is that this code is inside a frame and the page that is called up, will show in the same frame, not the whole page. What I would like to do is add the target=&quot;_top&quot; somewhere in...
  15. MartinCouture

    HTTP_REFERER is always blank

    I'm playing around with REFERER and have problems with my index.php page... $refererFile = &quot;scripts/counter/referer.txt&quot;; $referer = getenv(&quot;HTTP_REFERER&quot;); $host = getenv(&quot;HTTP_HOST&quot;) ; $url= getenv(&quot;REQUEST_URI&quot;); $logEntry=strftime(&quot;%d/%m/%y...

Part and Inventory Search

Back
Top