Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
EdmondsM #1
Change the first number
Hi All, I have a list of ID numbers that are populated in from a query into a
cfselect. The numbers start a 1, but 1 is a fixed field that will always get
passed. What is the best way to remove 1 from the dropdown list and start the
numbering at 2.
EdmondsM Guest
-
change month number to name
I have a setting for a calendar that defaults the calender to the current month <cfset cal_month=dateformat(now(), "m")> This can be changed by the... -
Change Max number of thread in threadpool
Hi, Is it possible to set the max number of thread a Threadpool can handle in code ? thks -
Change starting page number
Hello--I am working on a large document that must be broken into pieces for multiple users to work on. I need to number the pages of these... -
How Do I Change A Number to Percentage
Hey, hope all are doing fine..... can someone help me be showing me how to change the following numbers to represent percentages 0.92857142857143... -
[PHP] How Do I Change A Number to Percentage
Multiple the numbers by 100. Robbert van Andel -----Original Message----- From: Joe Harman Sent: Friday, July 25, 2003 10:05 AM To:... -
Stressed_Simon #2
Re: Change the first number
<cfquery datasource="myDSN">
SELECT ID, Value
FROM myTable
WHERE ID <> 1
</cfquery>
That will return all results except ID 1.
HTH
Stressed_Simon Guest
-
EdmondsM #3
Re: Change the first number
thanks again simon. still a little rusty but I am getting there.
EdmondsM Guest



Reply With Quote

