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 Shaun E 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 05082000

  1. 05082000

    LIKE

    Thank You all for your help it worked
  2. 05082000

    LIKE

    I NEED TO DO A QUERY IN WHICH I HAVE TO DO ONE SEARCH BY TWO DIFFERENT FIELD FIRST NAME OR LAST NAME. HERE IS THE QUERY. <cfquery name=&quot;con&quot; datasource=&quot;ltw&quot; dbtype=&quot;ODBC&quot;> SELECT FIRST, LAST, FAXPHONE FROM CUSTOMER WHERE FIRST LIKE '%#FIRST#%'OR LAST LIKE...
  3. 05082000

    eliminatiing extra space

    I am writting a code for address and it has 2 address filed address1 and address2. sometimes you can put the street name in one field, and when i go to print this address their is an extra space, which i would like to eliminate. how can i write a code so i can eliminate addrs2 filed if their is...
  4. 05082000

    &lt;cfquery name=&quot;add&quot; datasource=&quot;ltw

    <cfquery name=&quot;add&quot; datasource=&quot;ltw&quot;> insert into sdlm250 (do_no, fin_no,STYLE,GRBWLBS,GRBLLBS,STRLPRT,STRWPRT,GRBLELG,GRBWELG,BBLBS,count,date_test) VALUES ('#DO_NO#', '#fin_no#','#STYLE#',#GRBWLBS#,#GRBLLBS#,#STRLPRT#,#STRWPRT#,#GRBLELG#...
  5. 05082000

    Rundll

    I am getting this error message when i reboot my computer which runs windows 2000 Professional&quot;rundll A dynamic link Library(DLL) initialization Routine Falied Error Loading C:/WINNT/System32/Nvcpl.dll&quot; i cannot find the solution for this can someone please help. Thank you
  6. 05082000

    Mapped Drive

    I am writting this code where i want to change this C: drive which is local drive to X drive which is mapped Drive and serach a po from the mapped Drive instead of the local drive. <cfif fileexists&quot;c:/inetpub/wwwroot/ltw/docs/po/#cust##trim (po_no)#.pdf&quot;) eq &quot;Yes&quot;> <a...
  7. 05082000

    moving data from one server to the other

    i am moving some data file from one server to the other. The problem is how can i make so i can have link in my cold fusion to pint to that and open up odf files from the other server? here is the code: <cfif fileexists(&quot;c:\Inetpub\wwwroot\ltw\docs\PO\#cust##trim(po_no)#.pdf&quot;) eq...
  8. 05082000

    HELP

    This is my situation, In cold fusion programming i have to track what has been shipped for UPS and Fedex, THis is what i have <cfif #VIA# eq 'UPSNDA'> <TH><A HREF=&quot;http://wwwapps.ups.com/etracking/tracking.cgi&quot;>#TRACK#</A> <CFELSE> <TH><A HREF=&quot...

Part and Inventory Search

Back
Top