Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums

7 Posted Topics

Member Avatar for designcrew

Hi, I am also a CF developer from India and willing to work part-time. -Ramesh Sambasivan

Member Avatar for peter_budo
1
238
Member Avatar for rameshsambu

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 …

Member Avatar for cfAllie
0
1K
Member Avatar for anyer_ast!g

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

Member Avatar for anyer_ast!g
0
201
Member Avatar for mayoline

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. …

Member Avatar for mayoline
0
191
Member Avatar for pArgus

hi david please show me some code of the query and related stuff. may be I can help -Ramesh

Member Avatar for rameshsambu
0
110
Member Avatar for goaliemike

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

Member Avatar for rameshsambu
0
137
Member Avatar for thewhitezombie

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 …

Member Avatar for rameshsambu
0
167

The End.