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

    automatic print

    you have to understand the mobile paradigm. pocket pc does not have print capabilities, therefore the server side language used for the browser apps has to handle direct printing. it turns out an easy way to deal with this is to have the server side dump the file into a directory that is...
  2. jmoeller18

    automatic print

    Hello, I'm also looking for a way to print directly to avoid the print dialogue using coldfusion. i was wondering how the cold fusion studio object accomplished it, or by callling an com object or if an http post of some sort could do the trick. also the page you suggested is no longer...
  3. jmoeller18

    string replace doesn' work with double quote qualifier

    very excellent, that moves my understanding forward i was looking for a precise definition of "interpolation" in regards to PHP when I stumbled upon this article that built upon for me what you had presented http://www.devarticles.com/c/a/PHP/Some-PHP-Guidelines-to-Live-By/1/ Jeffrey...
  4. jmoeller18

    string replace doesn' work with double quote qualifier

    using the string replace function and change any new lines into html breaks and $fb=str_replace('\n', &quot;<br><br>&quot;, $fb); this works - single quote qualifier 'Success\n\n' this doesn't - double quote qualifier &quot;Success\n\n&quot; Why? Jeffrey E. Moeller...
  5. jmoeller18

    left side var creation

    what function will allow me to interpret the value of a variable created from the values of other variables? line 5 is in question. <?php $ab = &quot;&quot;; $y = &quot;a&quot;; $z = &quot;b&quot;; $y$z=&quot;success&quot;; //line 5 echo &quot;ab: &quot;.$ab; // this should print...
  6. jmoeller18

    Pase email

    How can I retrieve an email from ms exchange, parse it for a link and then use that link for another function? thanks, Jeff Jeffrey E. Moeller http://www.JeffreyMoeller.com
  7. jmoeller18

    select statement for blog

    Thanks, I didn't realize it was that easy! Jeffrey E. Moeller http://www.JeffreyMoeller.com
  8. jmoeller18

    select statement for blog

    using sql server 2000 (from asp.net) the following sql works great when the message field is of type nvarchar but doesn't work for the text type. I don't believe nvarchar will work for my needs since it is limited to 8000 (4000 due to double storage). I believe I will need to use the text...
  9. jmoeller18

    select statement for blog

    using sql server 2000 (from asp.net) the following sql works great when the message field is of type nvarchar but doesn't work for the text type. I don't believe nvarchar will work for my needs since it is limited to 8000 (4000 due to double storage). I believe I will need to use the text...
  10. jmoeller18

    CFFTP.ERRORCODE reference

    What happened to the errorcode list? My ftp script failed and returned an error code of 11 It took me awhile to find a cold fusion error code list: http://www.macromedia.com/v1/documents/cf4/Developing_Web_Applications_with_ColdFusion/14_Performing_File_Operations_with_CFFTP/dwa14_4.htm It...
  11. jmoeller18

    RDS - Studio 5 to Server 5

    Thanks for your thoughts, unfortunately this is an academic version. Please let me know if you find a non-academic version! thanks, Jeff Jeffrey E. Moeller http://www.JeffreyMoeller.com
  12. jmoeller18

    RDS - Studio 5 to Server 5

    I would like to verify that ColdFusion Studio 5 (not Ultradev) can connect to a server via RDS as easily as studio 4.5 can. I can not connect via RDS using Dreamweaver MX 2004. I believe the Dreamweaver problem is probably the same “sand bagging” problem that is outlined at...

Part and Inventory Search

Back
Top