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 TouchToneTommy 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 dlkraft

  1. dlkraft

    can this code be run without the a href?

    The link below does just great at reloading the parent frame. However, I would like the code to be run without the user being required to click the link. Can you help? <A HREF="javascript:window.parent.frames[2].location.reload()">Reload</A>
  2. dlkraft

    How to refresh parent frame, then jump to anchor in parent?

    Going to the anchor is desired behavior, but the parent page being called by the child page also has to refresh before going to the anchor. So the issue is, can I get a refresh on the parent page before the parent page gets to the anchor? Thanks!
  3. dlkraft

    How to refresh parent frame, then jump to anchor in parent?

    I am working on an ap written by a vendor. The ap uses frames. The vendor is not available for questions. I am able to use javascript provided by the vendor to get the page I want to open in the parent frame and can even get to the appropriate anchor on the page. Problem is, the page in the...
  4. dlkraft

    mouseover window - location error

    I can use javascript functions to open and close text windows. My problem is one of location. When the user mouses over the text, the window opens directly over the link. How can I specify where the window will open to avoid this? All of my users are on an intranet running IE5 and IE6. I am...
  5. dlkraft

    Sum of subtotals

    I am examining occupancy for rental properties. My report has three groups: 1 - location 2 - year 3 - sublocation I have an average daily occupancy figure which I suppress in details. The average daily occupancy is the basis of my summaries. I average occupancy by year for each sublocation -...
  6. dlkraft

    In 4.5, associate htm with CF server?

    Yas yas! Thanks so much Tim! Enjoy your day! Dave
  7. dlkraft

    window.open displayed [object] in calling window

    I was doing much the same kind of program today. I use a similar method. Note how I test if the user has selected a pdf file, how the program opens the file and returns to the first page with listings, and how it returns to the first page without opening the file should it not be a pdf: <cfif...
  8. dlkraft

    In 4.5, associate htm with CF server?

    I have a server running CF 4.5. An application on it has dynamic index files located in directories. I would like these index files to have htm extensions to make them visible to the users. The index files should process directory contents dynamically. I have tested the indexes and they work...
  9. dlkraft

    Help! Need to read a Progress &quot;Editor&quot; field

    I'm trying to read a Progress RDMS &quot;Editor&quot; field that appears to have a datalength of 8 characters. In the Progress ap my company uses, I can see whole lines of text. Yet in the text I pull from a SQL query it is truncated at 8 characters. The lead Progress programmer emailed me...
  10. dlkraft

    what is the problem???

    Try: ---------------------------------------------------- <cfreport=&quot;c:\CFUSION\reporte.rpt&quot;></cfreport>
  11. dlkraft

    cfreport &amp; crystal reports

    Use the exact path location of the file on the disk. Ex. d:\reports\myreport.rpt
  12. dlkraft

    Mailing Labels

    Save yourself much coding pain and integrate Seagate Crystal Reports with the Seagate Page Server. I just serve up with CF whatever the client wants into a temp table, then call the Crystal Report with the output set to the exact type of labels needed. The report uses the temp table as its...
  13. dlkraft

    Intranet authentication using NT logon

    I use the challenge/response too and it works. BUT, how can I see what groups the NT user belongs to. If I knew that, I could determine more about each user's individual networks rights. Thanks, Dave
  14. dlkraft

    Help recommend a tutorial...

    I suggest you don't reinvent the wheel, but simply join the Cold Fusion Web Ring and link to the ring at: http://www.systemanage.com/cff/webring.html
  15. dlkraft

    variables in word app

    Check out the CFobject tag. HTH Dave

Part and Inventory Search

Back
Top