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. Phi1Smith

    Firefox window.location not working

    Hi Chessbot Still no joy, I tried that earlier, just tried it again in case I did it wrong earlier. here's firefox version Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Think I'm upto date Thanks Phil
  2. Phi1Smith

    Firefox window.location not working

    Hi cLFlaVa HTML PART <FORM id="login" name="login" onSubmit="mclogin(document.forms.login.userid.value, document.forms.login.pass.value)"> USERNAME&nbsp;<INPUT id="userid" type="text">&nbsp; PASSWORD&nbsp;<INPUT id="pass" type="password"> <BUTTON onclick=submit()>Login</BUTTON> SCRIPT...
  3. Phi1Smith

    Firefox window.location not working

    Ok its in a .js file not the main document
  4. Phi1Smith

    Firefox window.location not working

    Hi Could someone tell me why this doesn't work in Firefox, its ok in IE6. if (username=="name1" && password=="123456") {loggedin=true; window.location="page1.html";} To check the rest of the script I tried this and it worked in both Firefox and IE6. if (username=="name1" && password=="123456")...
  5. Phi1Smith

    Moving TextBoxes Problem

    In case anyones watching this post here's an answer. Check out this on MSDN http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q187/5/62.asp&NoWebContent=1 I had more success though by doing the following:- objControl.Left = IIf(objControl.Left...
  6. Phi1Smith

    Moving TextBoxes Problem

    Hi I'm trying to use this code below to move some controls within a tab control, when I uncomment the objControl.Left or objControl.Move the Controls no longer stay on their on tab. With rsControls .Open strSQL, ConnMain, adOpenDynamic, adLockReadOnly Do While Not .EOF For Each...
  7. Phi1Smith

    MS Word Mouse_Up

    Hi Can anyone tell me how to capture a mouse_up event within a Word document so that i can execute some code when it happens. Thanks hopefully Phil
  8. Phi1Smith

    Bookmark.Name of current selection

    Tony Thank you so much, this has been bugging me on and off for a couple of weeks. So simple when you see it. Thanks Again Phil
  9. Phi1Smith

    Bookmark.Name of current selection

    Hi Does anyone know how to get the name of a Bookmark of any currently selected text in a MSWord document. Many Thanks in advance Phil
  10. Phi1Smith

    Sendmessage across network

    Johnwm Winsock looks OK to me I'll give it a go. Many Thanks Phil
  11. Phi1Smith

    Sendmessage across network

    Hi Could someone point me in the right direction to get two exe's on different PC's communicating across a network. I would like one exe to transmit a simple ID number to the other exe. Cheers Phil
  12. Phi1Smith

    Reactivating the screen

    WHAT! Please read the Question Anyway while replying to derwills responce I answered my own question, JUST USE &quot;SendKeys&quot; Thank you dwlerwill for triggering this off. Phil:-)
  13. Phi1Smith

    Reactivating the screen

    Hi I'm working on a data logging program which will occasionally go into an alarm status. As the alarm is activated I want to get the Screen to wake up if its on standby. Could someone point me in the right direction. Many Thanks Phil
  14. Phi1Smith

    Copy Treeview nodes.children to another node

    HI Does anyone now how to referance all the children of a node & all their children etc. I'm trying to a copy branch of a treeview to another node. Copying just 1 node is easy but getting all the sub levels has stumped me. Thanks guys Phil
  15. Phi1Smith

    Running Access append query thru VB?

    Hi Sypher2 If you use the Access query wizard to create the SELECT part of a 'Find Unmatched Query' and it will only select the records that haven't been appended already, you can then change the query type to append. Change to SQL view and your query should be written for you. Phil
  16. Phi1Smith

    DAO JET connection access password

    Hi I don't use DAO but this works with ADODB connections &quot;Jet OLEDB:Database Password=mypassword&quot; if the password is set at database level Good Luck Phil
  17. Phi1Smith

    Assigning a macro to a shape in word

    Does anyone know how to assign a macro to a shape or picture in MS Word as can easily be done in Excel Many Thanks Phil
  18. Phi1Smith

    INVALID PAGE FAULT

    mmilan Problem is with Project Properties referencing MSWord8.olb in old version of program and in the new version it references MSWord9.olb. I changed it to reference MSWord8.olb but now it only works on win98 platforms. I'll add this to the installation and try on windows2000 again Many...
  19. Phi1Smith

    Need convert date format in sql SELECT statement!

    Have you tried mydate = Format(myolddate,&quot;mm/dd/yy&quot;)
  20. Phi1Smith

    INVALID PAGE FAULT

    mmilan Yes to DCOM98 and I just re-installed it but this didn't solve the problem.:-( Thanks for trying Phil

Part and Inventory Search

Back
Top