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?
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_22760310...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_24505031...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_24560682...
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_...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_24563361...
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 ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_24589847...
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?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
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?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...