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 SkipVought 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. FadeOut

    Problem with apache when changing the listening port

    I've checked in /var/log/httpd/error_log but, it doesn't seems to have any information about the problem :( (i've rebooted the server, and checked the last line, no lines were added since the first time i've checked)
  2. FadeOut

    Problem with accessing internet with eth0

    Hi, I got a problem with accessing internet via a router who don't have DHCP (so i'm using static ip address). The thing is, when i've install linux, i had dhcp, so i'm a little bit embarassed to change it to static. this is what i wrote in the ifcfg-eth0 DEVICE=eth0 BOOTPROTO=static...
  3. FadeOut

    Problem with apache when changing the listening port

    thedaver : I'd concluded it failed because when i typed : service httpd restart, it stopped [ok] and it started [FAILED] in httpd.conf I wrote : Listen 8888 Sleipnir: Where can i find those logs, i'm kind of rusty in the linux world (last time I was in touch with it, it was with...
  4. FadeOut

    Problem with apache when changing the listening port

    Hi, I got an newly installed fedora core 5 linux box, and I am working in a company, but we need to have access to our website outside the internal network (from internet). So i decided to change the port, because my provider won't let us use port 80. (Seems that 8080 do not work neither)...
  5. FadeOut

    Get the cursor location in a IFRAME

    I want to get the cursor location (Integer???) in a IFRAME, with designMode set to On. Can Anyone can give me a hint on how to do so? Thanx, FadeOut
  6. FadeOut

    rollover question

    I tought of this before... If you got a fixed number of button, you can declare an array of 'switches' to be put to 0 or 1... Then when you click on the link, you set the switch to 1. On your onMouseOut='functionName' you just check if the switch is set to 0, if yes, u put back the first...
  7. FadeOut

    I have a problem with document.createRange().htmlText

    I got this code in my document but the last line seems to give me some problem (methods is not supported or does not exists???) txt = document.selection.createRange().htmlText; document.selection.createRange().htmlText = "<B>" + txt + "</B>"; Anyone got an idea on how to resolve this problem...
  8. FadeOut

    Problem when refreshing a ModalDialog

    Thanx, I'll get familiarized with those IFRAME... It sounds good to me :)
  9. FadeOut

    Problem when refreshing a ModalDialog

    I got a php page loaded this way : var newcolor = showModalDialog("index.php?directory=." ,test, "resizable: no; help: no; status: no; scroll: no;"); then in the index.php i got this code function change_dir(newdirname) { document.location = "index.php?directory=" + newdirname; } when an...
  10. FadeOut

    Problem with a recodset, i can't modify data in it

    I got a problem with a recordset in a form who's loaded with this code : Public Function TrouverMediaNumerique(TypeRecherche As String) Dim cnxBD As New ADODB.Connection Dim rsBD As New ADODB.Recordset Dim Test As String * 6 Test = InputBox("Veuillez entrez le numéro...
  11. FadeOut

    How to cancel in a form

    Thnak you for the reply, it works well, but since I do this for someone else, I don't want him to be "confused". Is there a way to do it from a command button using vbacode?
  12. FadeOut

    How to cancel in a form

    I got a problem in a form I got a form that i Open in "add" function, but, if i put something in a field, and decide to change my mind, i want to be able to cancel the line that is added in the table Is there a way to do so?
  13. FadeOut

    Search in a table from a vba module

    Well, I've find a solution for my problem, I have used ADO objects to do this, Thanx anyways Ian
  14. FadeOut

    Search in a table from a vba module

    I'd like to know is there a way to search a particular record in a table from a vba module loaded from a Macro? The table is in the same file than the module itself

Part and Inventory Search

Back
Top