Forum: ColdFusion Nov 3rd, 2006 |
| Replies: 2 Views: 5,090 Hi mayoline
Trim() will only remove the leading and trailing spaces. It wont convert string to a number.
Val() will convert those characters in the beginning of a string which can be... |
Forum: ColdFusion Nov 1st, 2006 |
| Replies: 3 Views: 5,434 Hi Folks
I am in a difficult situation right now. Please help me.
There are several stores and several employees.
employees can work in multiple stores and stores have multiple employees
the time... |
Forum: ColdFusion Oct 28th, 2006 |
| Replies: 1 Views: 3,392 hi david
please show me some code of the query and related stuff.
may be I can help
-Ramesh |
Forum: ColdFusion Oct 28th, 2006 |
| Replies: 1 Views: 4,275 hi goaliemike
I can do a small web based upload / download coldfusion application for your specific need if you would pay me.
contact me
-Ramesh Sambasivan |
Forum: ColdFusion Oct 28th, 2006 |
| Replies: 7 Views: 5,732 Hi,
I am also a CF developer from India and willing to work part-time.
-Ramesh Sambasivan |
Forum: ColdFusion Oct 23rd, 2006 |
| Replies: 7 Views: 3,636 Hi Reyn
use the following query to get the average of the 4 grades
<cfquery name="getgrades" datasource="yourdsn">
select student_id, 1stgrading, 2ndgrading, 3rdgrading, 4thgrading,... |
Forum: ColdFusion Oct 19th, 2006 |
| Replies: 2 Views: 3,600 Hi
put this inside a file application.cfm in the directory having all your cfm files
<cfapplication name="appname"
sessionmanagement="yes"
setclientcookies="yes"
clientManagement =... |
Forum: ColdFusion Oct 19th, 2006 |
| Replies: 7 Views: 3,636 Hi Reyn,
i would like to know the name of the table and the names that you use to represent the individual grades (column names) in that table.
if you give me this i probably can give you... |