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 SkipVought 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. bbrb1966

    pull webcam data to server

    Hi Is there a way to pull data from a webcam on a client-computer to a CF server, but without installing special webcam/webserver software on the clientcomputer. Might be thru the use of activeX components. Thanx
  2. bbrb1966

    display image from variable name

    Thanx pixl8r That totally works for me ! Regards, Ronald
  3. bbrb1966

    display image from variable name

    Hi pixl8r, Sorry to bother again, but the width and height don't seem to work, Í've tried several places to insert but the picture disappers again (I assumed that the minus is a typo) If I use cfimage instead of objimage (just testing) than the image appears in original size. In the original...
  4. bbrb1966

    display image from variable name

    Thanx pixl8r That did it, so it must be what you mentioned the image isn't loaded when then movie starts. To your remarks, I knew that capitals didn't do it, it because of the testing, normally I would watch it. The image itself I didn't upload, just the FLA fyi, I'm testing locally One small...
  5. bbrb1966

    display image from variable name

    Hi pixl8r, The FLA is exactly as you discribe, it's just one frame, i'm familiar with ColdFusion but Flash is new to me. I put the FLA on http://62.212.76.220/ron/ Thanx in advance, Ronald
  6. bbrb1966

    display image from variable name

    Hi pix8r, Thanks for your reaction but sorry to say, it doesn't work. You asked me about the movie, it's just a blank and the name is objimage. The thing i don't get is that if I change my code from: loadVariablesNum ("object.cfm", 0, "POST"); objimage.loadMovie(image); to: loadVariablesNum...
  7. bbrb1966

    display image from variable name

    Hi All, This is probatly very simple, but browsing through the forum hasn't provided me with an answer. How can I display an image by it's name ? I have a CFM-file with the outcome: &something=10&somethingelse=hello&image=somepic.jpg In actionscript I use: loadVariablesNum ("object.cfm", 0...
  8. bbrb1966

    CFX_image problem

    Well, I fixed it. Spend some monet and upgraded to Windows 2000, It worked right away, so NT seems to be a problem.
  9. bbrb1966

    CFX_image problem

    Hi Ecobb Thanks for your reaction, my answer is yes, it's installed in the CF administrator etc. The setup is the same as on my laptop, the only difference is WinXP / WinNT I tried putting the dll in a directory in a website-directory and even in the Windows-directory, the result is all the...
  10. bbrb1966

    CFX_image problem

    Hi All, I made a small routine where a thumbnail is made by using CFX_image, and it works fine on my laptop running XPpro Apache and CF5. If I upload it to my webserver which is running Windows NT4 I get this error: Error Diagnostic Information Error loading CFX custom tag library Windows NT...
  11. bbrb1966

    CFX_image problem

    Hi All, I made a small routine where a thumbnail is made by using CFX_image, and it works fine on my laptop running XPpro Apache and CF5. If I upload it to my webserver which is running Windows NT4 I get this error: Error Diagnostic Information Error loading CFX custom tag library Windows NT...
  12. bbrb1966

    Disabling HTML from text boxes

    Hello This forum use html, so it is very hard to post what i mean: <cfset form.txt = #Replace form.txt, &quot;<&quot;, &quot;code1&quot;, &quot;ALL&quot;)#> instead of 'code1' u should use amplt; of course Regards
  13. bbrb1966

    Disabling HTML from text boxes

    Hello Add these lines before you insert into your database and html will not work: <cfset form.txt = #Replace form.txt, &quot;<&quot;, &quot;<&quot;, &quot;ALL&quot;)#> <cfset form.txt = #Replace(form.txt, &quot;>&quot;, &quot;>&quot;, &quot;ALL&quot;)#> Regards, Ron
  14. bbrb1966

    how can i capture formating in a text area?

    or you could just: <CFLOOP List=&quot;#text#&quot; Index=&quot;rc&quot; Delimiters=&quot;#Chr(10)#&quot;> #rc#<BR> </CFLOOP> Hope this helps Ronald
  15. bbrb1966

    CFMail and Multiple Queries

    Hi Sylvano, Thank you for answering, but could you tell me how. I cannot use <output query=&quot;list1&quot;> etc, so how exactly is the syntax ? Thanks, Ronald
  16. bbrb1966

    CFMail and Multiple Queries

    Hi All, I'm pretty new to ColdFusion, so this is probatly a beginnersquestion, allthough i couldn't find it in keywords search. Is it possible to have more than one query within the CFmail function, if not: can i combine two queries as one ? Thanks Ronald

Part and Inventory Search

Back
Top