Community Member Profile
- Profile: /members/8393-Maximus.htm
- Comments: 4
- Points: 39
Recent Blog Comments By Maximus
-
ColdFusion Component Wrapper For POI To Read And Write Excel Files
Posted on May 27, 2011 at 12:59 PM
Hi Ben, Would you have a small sample of a cfm page reading a excel sheet and passing the values of each row into a store procedure to insert data in the database? I am totally new to Coldfusion and am trying to develop a web page where it will take an Excel file, read each row and in... read more »
-
Ask Ben: Javascript Replace And Multiple Lines / Line Breaks
Posted on May 26, 2011 at 2:11 PM
Ben, Solution: branchValueControl.value = branchValueControl.value.replace(new RegExp("\\n", "g"), "..."); Thanks... read more »
-
Ask Ben: Javascript Replace And Multiple Lines / Line Breaks
Posted on May 26, 2011 at 1:13 PM
Ben, I get the following: //String alert(typeof(branchValueControl.value)); Object alert(typeof(branchValueControl)); and just correcting my typo above: branchValueControl = branchValueControl.replace(new RegExp('\\n', 'g'), '...'); Not sure why... read more »
-
Ask Ben: Javascript Replace And Multiple Lines / Line Breaks
Posted on May 26, 2011 at 1:02 PM
I get error: "Object doesn't support property or method 'replace' try { alert(branchValueControl.value); branchValueControl = branchValueControl.value.replace(new RegExp('\\n', 'g'), '...'); alert(branchValueControl.value); } catch(err) { al... read more »



