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

    SetLocale

    Hi, I'm playing around with a multilanguage website and have some trouble with setting locales. Does the SetLocale function apply to a session or application or ??? scope? Because when I'm testing it can generate some strange outcome now and then. Thanks Some people can learn, some people...
  2. CFdutch

    Problem displaying "reverse loop"

    Thanks! That was just what I needed. I forgot the -1 step ;) Merry christmass to you all! Some people can learn, some people can teach.
  3. CFdutch

    Problem displaying "reverse loop"

    Hi I need some help with some reverse looping. I receive a number as a variable. And from that point, I need to loop to 1. So if I receive 4, i need to ouput this <select name="amount"> <option value="4">4</option> <option value="3">3</option> <option value="2">2</option> <option...
  4. CFdutch

    Use a single text form and use it twice

    Ok nice form, but how and where do you want to store it? Database? and if yes which database? Some people can learn, some people can teach.
  5. CFdutch

    How to print

    I think you'll need some javascript for this... Because it will need a client side action for this. I'll check if I've got something for you. I'll get back 2 you for the code! Michael van Leest http://www.wantonline.com Some people can learn, some people can teach.
  6. CFdutch

    CFLOOP if data exists, then Update, if not....exclude

    <cfset variables.damn="nice"> <cfoutput>#Damn# cfoutput's</cfoutput> ;-) Some people can learn, some people can teach.
  7. CFdutch

    Search for &quot;.&quot; and remove characters

    Thanks bombboy! That was what I was looking for! I'll build in a extra validation to remove the www string if it's there. Some people can learn, some people can teach.
  8. CFdutch

    Search for &quot;.&quot; and remove characters

    <CFSET formfield=Replace(formfield,".","",ALL)> should be <CFSET formfield=Replace(formfield,".","","ALL")> Thanks ;-) But now I've still got the text behind the, that now is attached to the text before the dot... How can I remove that?? Some people can learn, some people can teach.
  9. CFdutch

    CF File Manager

    ?? Tried Google ?? Some people can learn, some people can teach.
  10. CFdutch

    Search for &quot;.&quot; and remove characters

    Hi, I want to check if someone filled in a dot (".") in a specific formfield. If someone fills in test.com, I want to remove the .com piece... The size is variable it could be for instance 100 characters or 3 chars. Has this something to do with the Eval() function?? Thanks in advance Some...
  11. CFdutch

    Blackstone; next version of coldfusion

    I've seen the flash forms working.... Just like Flex ;) It is really great specially the pdf and flash file creation! Hang on the developer edition will be soon available ;-) Mike Some people can learn, some people can teach.
  12. CFdutch

    Migrating from 4.5 to 6.1

    From 4.5 to 6.1??? ever heard of: "A small step for man, but a big step for mankind" ;-) Good luck (and fun) with the V6.1 Some people can learn, some people can teach.
  13. CFdutch

    accordion component

    Hi, I want to use something like the accordion component, but only 90 degrees rotated... I can rotate it on the stage, but that's not how I want it. Is their anyone that has build his own component for this? Could you help me out starting with this component maybe?? Thanks! ps I'm talking in...
  14. CFdutch

    Animation with AS2

    Hi, I'm pretty familiar with building not too complex apps in Flash (AS2) only to make the look and feel a bit nicer, I want to animate some buttons and etc. for example: When the movie finished the loading, the buttons animate from a different position to the other side of the screen 1 by 1...
  15. CFdutch

    Email MailOuts

    That's a good one FCK, but if your users only use explorer you should also have a look a SO Editor... http://www.siteobjects.com/ The Lite version (which is more than basic!!) is for free as well... Good luck! Some people can learn, some people can teach.
  16. CFdutch

    Creating a dynamic password

    Thanks man! I've forgot to check the exchange before posting here ;-) Some people can learn, some people can teach.
  17. CFdutch

    Email MailOuts

    Hi, Correct me if I'm wrong. Your going to build a email application so a NON technical user can create a standard email and send it out to al of the users from a database or so.. The best way to do this is to create HTML templates that he can select and use a online HTML editor to insert his...
  18. CFdutch

    Creating a dynamic password

    Hi everyone, This is maybe something very easy, but I didn't need this kind of functions till now. I need to create a password for every new user that subscribes to a website. It must contain letters with one or 2 numbers. Does someone knows if this already builin coldfusion MX?? Or does...
  19. CFdutch

    Floating footer

    Please note that the "height" variable is not rendered correct in all browsers... What I personal do is create a 1x1 gif (small load size) and make this gif non color and no backgroundcolor. Insert the pixel in your a column that covers 100% of the height of the table. Set the height of this...
  20. CFdutch

    BlueDragon voted Most Innovative?

    About the OS X[curse] issue: If you would use Coldfusion on OS X[curse] for production server you'll need to buy both, if you only want to develope coldfusion apps on OS X[curse] than it's free! You can download it and use it under Developer License, that is free for single ip (127.0.0.1...

Part and Inventory Search

Back
Top