No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Hi, I am also a CF developer from India and willing to work part-time. -Ramesh Sambasivan
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 they work are calculated based on the time they log in and log out. for this purpose …
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 the code to get your thing done Ramesh
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 converted to a number. Val always returns a number. Even if the conversion fails it will return 0. …
hi david please show me some code of the query and related stuff. may be I can help -Ramesh
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
Hi put this inside a file application.cfm in the directory having all your cfm files [code] <cfapplication name="appname" sessionmanagement="yes" setclientcookies="yes" clientManagement = "yes" loginStorage="session" sessiontimeout="#CreateTimeSpan(0,0,20,0)#"/> <!--- set initially the userLogin to be false (user hasn't logged in) ---> <cfif not isDefined("Session.userLogin")> <cfset Session.userLogin = false> </cfif> [/code] this ensures that …
The End.