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="con" datasource="ltw" dbtype="ODBC">
SELECT FIRST, LAST, FAXPHONE
FROM CUSTOMER
WHERE FIRST LIKE '%#FIRST#%'OR LAST LIKE...
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...
I am getting this error message when i reboot my computer which runs windows 2000 Professional"rundll A dynamic link Library(DLL) initialization Routine Falied Error Loading C:/WINNT/System32/Nvcpl.dll" i cannot find the solution for this can someone please help.
Thank you
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"c:/inetpub/wwwroot/ltw/docs/po/#cust##trim (po_no)#.pdf") eq "Yes">
<a...
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("c:\Inetpub\wwwroot\ltw\docs\PO\#cust##trim(po_no)#.pdf") eq...
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="http://wwwapps.ups.com/etracking/tracking.cgi">#TRACK#</A>
<CFELSE>
<TH><A HREF="...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.