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

  • Users: sknyppy
  • Content: Threads
  • Order by date
  1. sknyppy

    Web Service - return value = List of lists

    I'm invoking a webservice method which returns a List of Lists and CF is generating an error message about 'marshalling data..."? All my other methods that return a String value work perfect. How can I get this to work properly in CF? It works ok in Java. ========= CF ERROR MSG ===========...
  2. sknyppy

    Use script to add events to a public calendar

    I'm looking for a way to automatically insert events on a public calendar using Windows Script. I can add events to our employees personal calendars by emailing them a vCalendar file through our Intranet. Any help would be appreciated? Thanks... Dave
  3. sknyppy

    Howto? slideshow on wnba.com homepage

    I'm looking to recreate a slideshow similar to the flash version on the homepage of www.wnba.com. It shows 5 thumbnails in a horizonal row with a brief description and link next to the selected thumbnail. After a few seconds it shifts to the next thumbnail and so on... The main background photo...
  4. sknyppy

    server busy error msg

    When I'm using any application (Acrobat, MS Word, Outlook) and I try to open a file when I click on the down arrow button in the "open in" box nothing happens for a loooong time. Sometimes it will come back and I can navigate through my hard drive. Other times it gives me an error message that...
  5. sknyppy

    mixed-content warnings from IE using SSL

    I'm using an Apache 2/Tomcat 5.5/SSL setup and keep receiving mixed-content warnings from IE. Apache is serving the static content like images, styles, etc. and Tomcat is serving the servlet/jsp's. Every page I access popups the mixed content warning. Can I modify a Tomcat or Apache conf file...
  6. sknyppy

    compare ip addr to a ip range

    Does anyone have a function that will check if an ip address falls with a starting/ending ip address range>> Thanks, Dave
  7. sknyppy

    transfer data from child window back to parent window.

    It’s one of those mornings and I can’t seem to get the syntax correct. The child window executes a query, loops through the result set which clears and populates a select box in my parent window. I thought I could clear all options and populate the select using the following syntax in my...
  8. sknyppy

    how to convert documents to pdf format using php

    I need to find a way to allow users to select multiple files from a list and generate a single PDF file from them. The documents are limited to the following formats: MS Word, MS PowerPoint, MS Excel, Plain Text, gif/jpeg images. Are there any PHP classes or modules that exist which can tackle...
  9. sknyppy

    return only one row for each id field that meets the criteria

    I have a query that returns the following information. I need it to return only one row for each id field that meets the criteria, which should be the 2 rows(ids: 20 and 37). QUERY: --------------------------------------------------- SELECT id, contentid, dateDisplayEnd FROM...
  10. sknyppy

    return only one row for each id field that meets the criteria

    I have a query that returns the following information. I need it to return only one row for each id field that meets the criteria, which should be the 2 rows(ids: 20,37). QUERY: ---------------------------------------------- SELECT id, contentid, dateDisplayEnd FROM...
  11. sknyppy

    Mozilla - a href hover not working

    I have a style defined for specific ahref's that works fine for IE but the hover style doesn't work in Mozilla 1++. Any help with why it doesn't work in Mozilla and any work arounds would be great.... Here's my style snippet. -------------------------- a.userDefinedTop:active { font-family...
  12. sknyppy

    Help creating a box that automatically scrolls text.

    Does anyone have an example/tutorial of how to create a box that will scroll text vertically? I don't want the user to have a scrollbar, I need it to scroll and loop automatically. Of course the text will need to be dynamically retrieved from a database. I found several examples of what I need...
  13. sknyppy

    DHTMLmenu help - can't remove 2px padding???

    Could some nice soul tell me why each menu button is adding 2px of whitespace to the right of each button? I've been messing with this for awhile now and don't seem to be getting anywhere. I'm overlooking something And thought another set of eyes could help… The menu is like : Residential...
  14. sknyppy

    CFMX 6.1 - false file not found error msg?

    I came into work yesterday morning to find a specific '.cfm' page missing from our intranet. The page was displaying a 404 find not found error msg even though the file was there in the proper location As it has been for the last year. I restarted CFMX and suddenly it found the page again...
  15. sknyppy

    form submission - hidden frames???

    I have a form that contains several sections of form fields. The first section contains user information fields such as name, address, etc. After a user completes the user information section I need the user to click a button That will return information from another site and automatically...
  16. sknyppy

    error w/form submission/getting price values

    I have a form field where user enters the price of something and I need to access that form value and save it to my MSSQL table into a FLOAT field. I keep receiving errors like: --------------------------------------- java.lang.NullPointerException at...
  17. sknyppy

    CFOBJECT - returns variable undefined?

    Everytime I try to call this java class file it always returns 'variable results undefined'. Can anyone tell me what may be causing this? It worked fine a few times and now its dead. ------------------ <CFOBJECT type=&quot;java&quot; action=&quot;create&quot; class=&quot;encrypt&quot...
  18. sknyppy

    Help converting ColdFusion to JSP within Javascript.

    Could someone please help me convert the cold fusion code to JSP inside this javascript function??? I've been trying for all day and can't get it right. <script language=&quot;JavaScript&quot;> // Pre-populate the Exchange and Route select boxes. function getExchangeRoutes(obj){ switch...
  19. sknyppy

    cfmx query error

    I have several sites that generate this error message on a regular basis but no problems seems to occur on the sites. What may be causing this? I've searched everywhere and cannot find an answer. Running CFMX/MSSQL2000. ----------- [Macromedia][SQLServer JDBC Driver]End of stream was detected...
  20. sknyppy

    CFHTTP w/CFMX and extended character problem?

    I'm using CFHTTP to grab a weather clip but it only grabs the page until it finds a degree character '°' then stops. Is CFHTTP a little buggy with CFMX?

Part and Inventory Search

Back
Top