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 Mike Lewis 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. Dawg06

    Regular Expression replace

    I need to remove both ( and ) and any empty spaces from a string. I know I need to use replace and a regular expression but have no clue how to write the expression. Can someone help me with this? Replace(sting,"?","","ALL")
  2. Dawg06

    Anchor through function?

    Thanks Dan! Worked great, sorry for the delay
  3. Dawg06

    Change name when streaming PDF to browser

    I have looked at the docs, but this does not answer my question. What I am looking for is a way to name the pdf file yet have it output to the browser and not save to the server. If I use filename in the cfdocument tag it will save to the server. This is not what I want it to do. I would like...
  4. Dawg06

    Change name when streaming PDF to browser

    Is there a way to change the name of a PDF I am generating when ColdFusion MX streams output to the browser? When I try to specify the filename it wants to save it to the server and does not open the PDF in the browser. Any ideas? Thanks!
  5. Dawg06

    CFDOCUMENT Pie Charts - Possible?

    DOes anyone know if it is possible to generate PDF pie charts. Could someone post an example. Im having no luck getting it to work. Cheers!
  6. Dawg06

    Stop password saver in CF

    Perfect, thanks so much!
  7. Dawg06

    Stop password saver in CF

    Is there a way to prevent the popup asking to save your username and password in ColdFusion? I am never prompted to save when I go to my bank web site for example. Cheers
  8. Dawg06

    Flash Timeline Audio extending timely!

    Hey there, Is there a way to extend the timeline to the end of a imported mp3 audio file? I have an audio clip that is 10 minutes long and dragging the timeline, trying to find the end of the audio clip is extremly timely. Cheers
  9. Dawg06

    Anchor through function?

    Is it possible to call an anchor tag through a function? If so does anyone have an example of how I would do this? Thanks!
  10. Dawg06

    Anchor in cfinclude?

    Does anyone know how to cfinclude template with an anchor? <cfinclude template="page.cfm#midpage"> page.cfm has a form which posts to page_action.cfm. Once the error checking is done on page_action.cfm it kicks back to page.cfm, BUT, I need to go back to the page with the variables and anchor...
  11. Dawg06

    How to set mysql variables in ColdFusion?

    Perfect thanks very much for your help, that worked great! Cheers
  12. Dawg06

    How to set mysql variables in ColdFusion?

    I have tried setting it in the cfquery and had no sucess. Any other ideas? Thanks
  13. Dawg06

    How to set mysql variables in ColdFusion?

    Hey there, I am trying to figure out how to set a global variable in CF. What I need to do is change the max length of a variable in mysql. How do I do this in CF and what file do I put it in? Here is what I need to set as by default it is too low for what I need it for. SET [SESSION |...

Part and Inventory Search

Back
Top