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 bkrike 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 jce1975

  1. jce1975

    Javascript Error: focus is not a function ...

    I must have missed that part after all the searching and reading I did ... thanks for resolving the issue.
  2. jce1975

    Javascript Error: focus is not a function ...

    I am testing this on both the latest version of IE and the latest version of Firefox. In IE it works, but Firefox it doesn't. I am getting the javascript error from the Javascript Console in Firefox. Thanks, James
  3. jce1975

    Javascript Error: focus is not a function ...

    Thanks for your responses. Here is the information that lead me to believe that focus had to be given to the flash movie before tabbing inside the flash piece could ever happen. http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_15586
  4. jce1975

    Javascript Error: focus is not a function ...

    Thanks, Jeff. Unfortunately, the whole site is done in flash, I am required to make the site 508 compliant and I do not have the option of making alternative content in this case. Am I doomed? -James
  5. jce1975

    Javascript Error: focus is not a function ...

    I need this flash movie to be 508 compliant for the blind. So, I need to be able to tab through each of my buttons. If focus is not on the flash movie, tabbing just skips right over it! This cannot be done?! Thanks, James
  6. jce1975

    Javascript Error: focus is not a function ...

    I am trying put the focus onto a flash piece on a html page. I keep getting an error saying that window.document.mymovie.focus is not a function. Here are the code snippets: <body onLoad="window.document.mymovie.focus();"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"...
  7. jce1975

    Trouble with SQL Server Connection ...

    Rob, Everything is working now! Not sure why this didn't work before, but it works very well now! This is what I used: Set objConn = Server.CreateObject("ADODB.Connection") objConn.Open "Provider=Sqloledb;server=YourServerName;Database=YourDatabase;UID=wrd_user;Password=********" Thank you so...
  8. jce1975

    Trouble with SQL Server Connection ...

    Rob, I double clicked on the .vbs file and it started displaying lots of msgboxes with table names. All msgboxes just had "OK" buttons to press. Then, I got an error message when saying: Script: X:\testing.vbs Line: 161 Char: 1 Error: PowerPoint could not open the file. Code: 80004005...
  9. jce1975

    Trouble with SQL Server Connection ...

    I am currently running the .vbs file through Coldfusion. The .vbs file is then interpreted by the cscript.exe file. So, I never see any errors because Coldfusion doesn't know what is happening inside that .vbs file. Can you reccommend a decent VBscript compiler that is free or a trial version...
  10. jce1975

    Trouble with SQL Server Connection ...

    Hello Rob, Thank you very much for your response! I tried your two suggestions with no luck? I am really confused with this problem. Are there any settings on the database server that could be preventing the connection from occurring other than the UID or Password? I have done a lot of...
  11. jce1975

    Trouble with SQL Server Connection ...

    Hello, I am using Coldfusion to call a .vbs file that creates a Powerpoint file using information it pulls from a database. It doesn’t work. Here is the code I am using to execute the .vbs file: ------------------------------------------------------------------------------- <cfexecute...

Part and Inventory Search

Back
Top