| Thread | Last Post | Replies |
|
| Calling DTS package from CF | 30 Sep 2007 17:00 GMT | 2 |
Did anybody tried this before?.... i am trying to call DTS package from CF page.... i used example found in this page... http://mandalapu.blog.com/1587529/
|
| Calling DTS from CFM Page | 30 Sep 2007 16:09 GMT | 2 |
How can i call DTS Package from CFM Page?. Please post a sample code for calling DTS package.
|
| interacting with <cfpresentation> | 29 Sep 2007 22:47 GMT | 1 |
I hear a lot about creating "interactive" presentations with <cfpresentation>... To me, "interactive" means I do more than just click the Next Slide button. I want to get data from the user from the presentation. So far I cannot figure out how to do that. Have you tried adding ...
|
| CFUPDATE Issue | 29 Sep 2007 06:06 GMT | 2 |
Hi everyone. What I'm trying to do seems quite simple; update a table in my db. I have a form page with a cfif statement. If the conditions I define are true, two hidden form fields are inserted in the form: PhotoPromo (yes/no) and ExpDate(date/time).
|
| How to loop and output div's in rows like a table | 27 Sep 2007 14:56 GMT | 1 |
I am a complete newbie to Coldfusion, I am a standards, CSS, HTML and design guy by trade. My co-worker has built one of the pages I have designed using a table, and I want to only use styled div's to layout my page.
|
| How do I access a query result row value without looping etc..? | 27 Sep 2007 14:44 GMT | 1 |
How do I access a query result row value without looping etc..?
|
| Even more signs of CF's continued demise | 26 Sep 2007 22:23 GMT | 23 |
I alwasy hated how MM/Adone marketed PHP more tha CF - here's yet another sign of Adobe's commitement (lack thereof) to CF: "Adobe Dreamweaver Developer Toolbox aims to provide a similar user experience across different platforms. However, PHP users will benefit from
|
| Array Help (or another solution) | 26 Sep 2007 10:39 GMT | 1 |
I need help with my array output OR another solution if someone knows a better way of doing things. I put the data in an array to speed up the query - it was taking too long with my original solution. Thank you in advance for any help/advice you can offer.
|
| MX7 application.log not logging error! | 24 Sep 2007 14:07 GMT | 1 |
MX7 Application.log will not log errors when cferror was included in application.cfm. Why? Where errors go? How to fix it? Please help, Thanks. Mitch
|
| alert and redirection | 24 Sep 2007 14:04 GMT | 2 |
I have a form and when the session is expired i need to first show uo the alert message and then redirect the page. I wrote the code and it only does the redirection . I do not know why <cfif not isDefined("session.appfee")>
|
| Table insert from CF Form | 24 Sep 2007 13:31 GMT | 1 |
I have a Form with an POC Firstname, POC Lastname and Expert Firstname and Expert Lastname. Sometimes the POC and Expert are the same person. [i]
|
| File Appends .xls Extension During Download | 24 Sep 2007 13:13 GMT | 1 |
I have a form which generates query results in a new window. The output is saved in the form of a .cvs file. The user then clicks on a link which opens up a dialog box prompting the user to either open the file or save it to disk. The title bar for this box has the name of the ...
|
| session expire lesson help | 24 Sep 2007 12:49 GMT | 1 |
Would someone explain the process that CF goes thru when a session times out and a new session begins with the browser not being closed and user is on a form. I use the application.cfc and in that file I use the OnSessionStart for the
|
| Code Analyzer (CF8) java.lang.StackOverflowError | 24 Sep 2007 12:44 GMT | 1 |
:sad; Getting following error when trying to analyze our code through Coldfusion 8 code analyzer, any thoughts? javax.servlet.ServletException: ROOT CAUSE:
|
| Saving dynamic SWF in current state | 24 Sep 2007 11:45 GMT | 1 |
Hi all, unfortunately I am new to CF but need to figure out something quickly since my client's hosting uses CF instead of PHP. Sorry for cross-posting but I got no feedback from the other forum. I am making an editable ecard where the user can customize it by dragging and
|