Hello,
I am very new to PHP, sorry, but have an issue I am trying to resolve, any help would be appreciated.
I have a unix style flat file filled with item numbers delimited by a LF (OA).
Something like this (has about a thousand values):
234
1286
15678
255
12999
Then I have a MySQL...
Hello,
I have an application called Contracts.exe made in VB that will edit a file and store a new copy on the server. The problem I am having is that the <CFEXECUTE> will not run the application. I have tried everything, if I make the path wrong I receive an error so I know it is looking for...
Hi,
Can someone explain what I need to do to have an OCX to display on a Web page? I made a small OCX tool, it works on the development machine fine. But, when I put it on the server and call up the page with the Object call from the cab file, it asks if I want to install, I click yes, it...
I have a problem and hope someone can help answer this for me.
I setup mapping from one sever to a directory on another that contains a DB I need access to. I setup a system DSN selecting the DB on that mapped directory but the connection fails. I receive the error below no matter what DB I...
Hello,
I am looking for some information on adding detection for Adobe Acrobat Reader on a users system during the startup of an application. I have a user interface made so they can view various PDF files on a CD, but I want to be able to detect if they have the viewer or not and install it...
Hello,
I am looking for some information on adding detection for Adobe Acrobat Reader on a users system during the startup of an application. I have a user interface made so they can view various PDF files on a CD, but I want to be able to detect if they have the viewer or not and install it...
Hello,
I have a problem, our application is writing a file
to an NT directory using this call,
<cffile action="write" file="C:\Netscape\SuiteSpot\docs\keyfile\Test\#Variables.NewLicenseNo#.#form.hostID#" output="#cfhttp.FileContent#">
The contents come from a...
Hello,
I am stuck again, here is what I need to do.
<cfif findProduct.recordcount EQ 0>
<script>
alert('Sorry, that Product was not found.');
</script>
<CFLOCATION url="transfer_Product.cfm" addtoken="No">
<cfelse>
The problem is that as long as I have the line...
Hello,
I am new to ColdFusion so forgive the question, but
I need to know how I can use CFIF to find out if a value
is less than or greater than a specified one?
Example that won't work for me:
<cfif #recordcount# < "50">
Do something here
</cfif>
It seems if I use anything...
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.