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
Ranked #4K
~784 People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for berlindeb

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" ??

Member Avatar for soolmaan
0
97
Member Avatar for jamba

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 …

Member Avatar for jamba
0
143
Member Avatar for Hercf

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

Member Avatar for jamba
0
159
Member Avatar for jamba

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

Member Avatar for jamba
0
71
Member Avatar for bugsferg

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 …

Member Avatar for Torch7
0
155
Member Avatar for NewVBguy

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]

Member Avatar for jamba
0
159

The End.