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 wOOdy-Soft 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 daveh

  1. daveh

    Sharing Printer on Buffalo Linkstation 160Gb NAS

    Hi, I've just purchased a Buffalo Linkstation HD-160LAN from Buffalo. The unit comes as a NAS with an integrated print server. In our office I've got the NAS working fine, networked and sharing folders based on usernames, etc, etc. However, I can't get it to work with out multifunction...
  2. daveh

    Extending LinkSys WAG54G

    Hi, thanks for your quick reply... The back of the router hub (actually a 5 port one) has 5 "10BASE-T Devices" ports, and then a sixth which says "Out to Hub"... is this what you're talking about when you say "uplink or crossover port". If so, does that mean I do not require a crossover cable...
  3. daveh

    Extending LinkSys WAG54G

    I have a network using a LinkSys WAG54G modem/router, which has 4 ethernet connections and also a wireless network. I've got four housemates using the ethernet connections, and I'm using the wireless. However, I'm having some problems with the wireless inexplicably dropping out, so I'm...
  4. daveh

    LinkSys WAG54G Drop Outs

    Hi There, I have just set up a new network, and the Ethernet connections via the Router are fine... I've set up the wireless network with 128bit WEP and MAC address filtering, and when I turn the router and my laptop on, my Dlink DWL-G650 card picks up the network and connects, and works fine...
  5. daveh

    Function works in IE & Opera but NOT Firefox?!

    OK I'll go through it and try and clean up to be more compatible with other browsers like Mozilla. Obviously changing approach to not use this will take a bit of a rewrite but I agree is best way forward. Thanks again for your help.
  6. daveh

    Function works in IE & Opera but NOT Firefox?!

    Genius - absolute genius! Thanks for your help, I'll know what to look for next time! Yesterday I spent 3 hours fixing some code only to realise I'd given a variable the same name as a function. And today this! Awesome! Thanks again, David.
  7. daveh

    Function works in IE & Opera but NOT Firefox?!

    Many of my other functions make use of the "document.all.rowid...." and they work fine. Where the elements are part of a form I have used document.approvalsform.name. I don't disagree that my metholodogy leaves much to be desired, but this isn't why its not working I'm afraid. Regards, David.
  8. daveh

    Function works in IE & Opera but NOT Firefox?!

    Hi there, I have a function (one of many) which is called onclick of a number of different elements of a form. This function works perfectly (with no detected script errors) in Internet Explorer, and I have even downloaded Opera to check it, where it works fine too. However, Firefox will not...
  9. daveh

    WAG54G & Dlink DWL-G650 - Drop Outs!

    Hi There, I have just set up a new network, and the Ethernet connections via the Router are fine... I've set up the wireless network with 128bit WEP and MAC address filtering, and when I turn the router and my laptop on, my Dlink DWL-G650 card picks up the network and connects, and works fine...
  10. daveh

    Running Javascript function from combo box

    Awesome guys thanks for your help. I ended up using the 1 big function method, but I have saved both for future reference, as I can see both are potentially very useful! Thanks! Dave.
  11. daveh

    Running Javascript function from combo box

    Hi, I know how to have a combo box that, after selection (onchange), changes the window.location to be the value (a basic nevigation combo). However, I have a series of different javascript functions within the page that I want to be called based on the value selected in the combo boxes...
  12. daveh

    RecordsetClone code creating an error

    One additional question... I have got a combo box on the parent form that selects the parent, and then obviously selects the first of the parents' children in the subform because of the link between the two. I have also created a combo box on the parent form that lists the children, and the...
  13. daveh

    RecordsetClone code creating an error

    Success! I've been sitting here playing with code, and I worked out how to count the number of records, and if zero, to just set both to 1 and to ignore the rest of the code. So thanks to your help, I just added an additional condition in the if statement, and its now working fine. Set...
  14. daveh

    RecordsetClone code creating an error

    Hi Thanks for your prompt response. I've put that into both forms' code and it doesn't seem to have fixed the problem. The problem appears (and I'm not sure) to be occurring within the child subform when the main parent form has had the "new customer" button clicked. It seems to be fine to add...
  15. daveh

    RecordsetClone code creating an error

    Hi there, I have a form with a subform on it. The parent form is literally parents, and then the subform is their children that belong to that parent based on the ParentID. Pretty simple stuff. I've created my own navigation buttons on the subform using some code I found online, and also a...

Part and Inventory Search

Back
Top