Forum: ColdFusion Aug 4th, 2008 |
| Replies: 0 Views: 1,201 Hi guys!
I need your help!
The next script is a normal “insert page” which get back the “GENERATED_KEY”: “myid” and put it hidden form:”myid”.
If the value of “myid” is numeric then the action... |
Forum: ColdFusion Jun 29th, 2008 |
| Replies: 3 Views: 2,984 Thank you, cmhampton !
How about cfquery: "result" ?What you prefer?
H. |
Forum: ColdFusion Jun 15th, 2008 |
| Replies: 3 Views: 2,984 Hi everybody!
Could you teach me how to get back the “primary key”: (“id”), from an “insert query”?
*
<cffunction name="insertData" access="public">
<cfargument name="formData"... |
Forum: ColdFusion Apr 5th, 2008 |
| Replies: 2 Views: 2,619 Help!
Hi, everbody!
I have this problem:
There is a “textbox” and a “submit” button.
“Submit button” is disabled until something is written within “text box”. I am not able to do this switch.... |
Forum: ColdFusion Mar 23rd, 2008 |
| Replies: 1 Views: 1,226 Hi everybody!
I’d like to set up a dynamic “name” in coldfusion 8, with dreamweaver CS-3!
I have 2 Cf checkbox forms: “my” , “your” and
2 Cf Image fields: “name”, “site”.
Depending on... |