| Thread | Last Post | Replies |
|
| I think this is right, but not sure...... | 05 Oct 2004 22:19 GMT | 1 |
I'm extending a CF application Scarecrow did for me. It is a quote e-mailer that will send out different quotes of different types at different times: My MS Access db assigns 365 quotes for each type:
|
| CF 4.5 application service Hangs | 05 Oct 2004 20:23 GMT | 1 |
I am having constant problems with CF 4.5 haning. THe server log file is loaded with the below errors all timed just prior to the service hanging. Macormedia doesn't have any good support in their database for these types of errors. Any help would be greatly appreciated.
|
| set field focus | 05 Oct 2004 18:35 GMT | 3 |
I have set the tabindex property for all the fields in the form, so that the user can just tab between fields as they are doing data entry. But how do I get the cursor to start in the beginning field? Right now the user has to click in that field. Is there an event I can tap into ...
|
| Open a PDF without clicking on link | 05 Oct 2004 17:31 GMT | 3 |
Suppose I wanted a user to transfer to a page that would then open a PDF, and when the PDF was closed, then run a powerpoint presentation, etc. without the user having to click on a link to invoke each of these. Any idea how to do this?
|
| Preprocessor directives | 05 Oct 2004 17:11 GMT | 1 |
We have a global error handler that we want to use for both CF5 and CFMX. The error handler accesses some of the ServiceFactory objects, which to knowledge are only available in MX. I put a <cfif > block around that code that will check the server version. However, it appears ...
|
| Any one works for SAIC? | 05 Oct 2004 15:26 GMT | 1 |
Please send me an email to daaa@rockmail.com. Thanks. Don
|
| Listbox/Select list | 05 Oct 2004 14:55 GMT | 4 |
I am sure that this has been covered before, but I am unable to find it, so I apologize for the re-post. Additionally, this is probably a JavaScript functionality that I am looking for, but here goes anyway. I am looking for a select list/listbox that when the user types in a ...
|
| COM - Word question (Bulleted List) | 05 Oct 2004 11:29 GMT | 1 |
I'm trying to build a dinamic .doc document using through COM Objects and VBA scripting. I experience an error when i try to access the collections needed to do a bulleted list in a word document:
|
| Multiple developers, directories and CFCs | 05 Oct 2004 01:18 GMT | 2 |
I need some advice on the best way to configure our CFC directories and manage code so that developers can work on different MVC layers at the same time. Right now all of our CFM files are under the devroot directory. All of our CFCs are in a parallel directory called cfcroot.
|
| validate age with date of birth text field | 04 Oct 2004 21:30 GMT | 5 |
I've searched the forums and the web but I can't find anything that validates an age, with someones date of birth, on an action page. I have a form with a date of birth text field that is required in the following format: mm/dd/yyyy I would like to verify that an applicant is 18 ...
|
| switching between recs. | 04 Oct 2004 20:03 GMT | 2 |
Does any one know how to switch between records in coldfusion.For example: I have a form field(select box-one record at a time) that contains some people's names. And I have some other fields that will contain the peoples info such title,phone ext, address,etc. Whoever is ...
|
| referencing a file or image outside of site root | 04 Oct 2004 19:00 GMT | 4 |
I am able to successfully use cffile to upload images and other kinds of documents to a folder outside the website root, but how do I then reference that document or image in a web page for the web user to see or make a link for a PDF or DOC download from the secure location. Is ...
|
| Question about mail logs in cf admin | 04 Oct 2004 17:54 GMT | 3 |
Has anyone had a message, similar to the one below, to show up in the log files under mail.log? Failed to send the spooled mail file, C:\CFusion\Mail\spool\3A2.cfmail. SMTP server replied "Requested action not taken: mailbox name not allowed or chunk
|
| checking if record exists before insert | 04 Oct 2004 14:16 GMT | 2 |
I created a routine will extract filtered records from one table and insert them in another table. But first it must check to see if the file exists so it doesnt create a duplicate. Basically what I want it to do is: (a) If the file does not exist, create it
|
| MX and Cookies anything changed | 02 Oct 2004 22:01 GMT | 1 |
I recently migrated my site upto coldfusion MX from Cold Fusion 5. The site uses a cookie based shopping cart that lets users purchase products and stores them in a cookie. Recently some users have complained about products dropping from their cart. They add the product to their ...
|