Enter Keywords:
1 - 10 of 73(0.01 seconds)
Sort By:
 
I have a client that wants to use Excel to manipulate his data and then paste it into my application. Not upload - copy/paste. Can I use the new cfgrid in cf8 to accept a paste from the clipboard?
Zones: Cold...Date Answered: 08/21/2007 Rating: 8.8 Views: 0
Hello experts. I have a cfloop: <cfset sep = "" >         <cfloop index="myfield" list="#test# PS,#test2#" delimiters=",">          <cfif len(trim(myfield))>          #sep##ltrim(myfield)# <cf...
Zones: Cold...Date Answered: 06/19/2009 Rating: 9.3 Views: 0
Hello experts I'm trying to use the tutorial :ColdFusion Ajax Tutorial 2: Related Selects from :http://www.forta.com/blog/index.cfm/2007/5/31/ColdFusion-Ajax-Tutorial-2-Related-Selects. The probl...
Zones: Cold...Date Answered: 07/11/2009 Rating: 7.6 Views: 0
Hello experts. After using the following tutorials-solutions: http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_24563361.html http://www.experts-exchange.com/Web_...
Zones: CFML, ColdFusi...Date Answered: 07/16/2009 Rating: 9.3 Views: 0
Hello experts. On this page :http://websitebuildersresource.com/2009/02/07/jquery-select-manipulation-multiple-selects-json-default/ i found a tutorial jquery-select-manipulation and php.How can i...
Zones: Cold...Date Answered: 07/15/2009 Rating: 8.6 Views: 5
Hello experts. I need to use a value that i'm defining in the application.cfm in my components. It is the vlangid that by defaul should be 'de'. If there is a form.lang value 'de' or 'eng'  the ...
Zones: CFML, ColdFusi...Date Answered: 07/27/2009 Rating: 9.9 Views: 0
Hello experts. I have a code with two related selects using the bind function The problem i have is to get the selected values after the form is submitted when i have selected more than one value...
Zones: Cold...Date Answered: 07/24/2009 Rating: 9.0 Views: 4
Hello experts. I have a form with a captcha image (cfimage). How can i add a button so that a client can renew this image without reloading the page?
Zones: CFML, ColdFusi...Date Answered: 09/27/2009 Rating: 9.3 Views: 5
hello experts. I have a table log like. date_time    usermail   ip_address I want a query that will delete all the entries that are older than 15 minutes. Any help?
Zones: CFML, ColdFusi...Date Answered: 11/14/2009 Rating: 9.6 Views: 12
Hello experts. I have in my application.cfm a cfif tag to check if .cfm is in url butn it is not workin. <cfif cgi.script_name DOES NOT CONTAIN ".cfm">    <cflocation  url="REDIRECTPAGE.cfm" add...
Zones: CFML, ColdFusi...Date Answered: 11/24/2009 Rating: 9.3 Views: 0