No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Re: At first glance - looks like you have a typo: [code] <input type="hidden" name="strag_goal" value="1"> <input type="hidden" name="strat_ob" value="1.1"> [/code] name="strat_obj" ?? | |
Hello Experts I have a CF app (MX 6.1) that creates a text file, inserts some data (mainly numerical values along with a text header and footer), zip/encrypt/password protect with Winzip command line and then email to a 3rd party and CC some users. When the text file is opened … | |
Re: cmhamton has provided the solution - but just to expand: So as to open the function to any form and any form objects: [code] function toggleObj(frmFld,frmBtn) { //frmFld = the Form Field to check for value //frmBtn = the Form Button to disable/enable if(frmFld.value.length>0) { frmBtn.disabled=false; } else { frmBtn.disabled=true; … | |
Hi Folks! Wonder if you can help?? I need to know a way of updating a column in Oracle (datatype: long) but keep the existing data so like an append. Am using Coldfusion to write to Oracle and I know that you can only write 4000 chars at a time, … | |
Re: ok - if i'm hearing you right: First thing is to request the actual cols you want - good practice in case the schema changes in the future. Next - I can't see where you are getting the value '1' from (WHERE item_type_id = 1) - is this dynamic or … | |
Re: Torch7 is correct - You most definitely don't have JVM installed. It's bundled with the ltaes JREs from SUN. Get it here: [url]http://java.com/en/download/manual.jsp[/url] Unfortunately MS dont bundle their VM with OSs any more... :D [B]'...beware of programmers who carry screwdrivers...'[/B] |
The End.