I am new to SQL and am trying to build a select statement that will return a key value based on the highest index number. This seem to be a simple task, but I can't find any specific information on it. Any assistance would be appreciated.
example:
one way to call your report is like this:
<script language = "JavaScript"
var MyWin;
function OpenReport()
{
MyWin=window.open("MyReport.rpt?init=act_x","",height = 600, width = 800");
}
</script>
This will open the report in a new window. You may...
On the Application.cfm page set a variable to represent your DSN name.
<CFSET dsn = "MyDataSource">
<CFSET pwd = "password">
<CFSET userid = "username">
****************************************
Reference these global variables in your queries as:
<CFQUERY...
Does the CFGRID support multiple row selections, if so how is it done. So far I have not been able to find any references to it.
As an alternative, can a checkbox be placed in a column if the grid is filled via a query? Having a problem with that one too.
Thanks in advance.
You might try PaintShop Pro. You can resize images, increase or decrease the color depth, etc. It supports all of the popular image formats. I believe there used to be a free download (30 day trial) available from their site at:
http://www.jasc.com
Hope this helps.
I am new to Java and am trying to write a simple (or at least I thought it was) desktop application.
I have a frame (awt) which contains 2 panels. One panel contains two buttons. All I want to do is display a image in the other panel when a button is clicked and play a sound. This seems...
Can anyone show me an example of displaying a JavaScript alert message from inside of a <cfif> conditional statement.
Generally this is what I am trying to do:
<CFIF verifyStudent.RecordCount GT 0>
DISPLAY A ALERT BOX TO THE USER (OK ONLY)
<CFLOCATION................>
<CFELSE>...
I am having a problem with ColdFusion Server 4.5 not sending the correct information to the mail server. Everything worked fine in version 4.0, but when an upgrade to 4.5 occurred,the following message was returned in the mail.log file:<br>"TID=284", SMTP Server replied...
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.