| Thread | Last Post | Replies |
|
| Creating a custom cflock in cfscript. | 03 Aug 2005 21:24 GMT | 4 |
I have been thinking on how to do this for a few days now. I am building a few pages in cfscript, where the ENTIRE page is cfscript, no cftags, the only area I allow cftags are user-defined functions (methods). And the problem is locking, when reading and writing to sessions and
|
| Can I use two columns from a query in the value of a cfselect? | 03 Aug 2005 20:54 GMT | 1 |
Can I use two columns from a query in the value of a cfselect? Basically I have a database that contains parts of a size. I want to put these two columns together in a cfselect for a user to use. That choice will then query another database that has the size already together to ...
|
| Disabling PDF file options | 03 Aug 2005 20:37 GMT | 1 |
We have a PDF generated on the fly with ColdFusion, and are looking for a possible way to disable some of the buttons. The main one being "save". Is this possible? Thanks.
|
| Web Service Stub Errors 6.1 Updater 1 | 03 Aug 2005 20:23 GMT | 1 |
I am starting to dabble in Web Services and having problems creating a very simple web service from a CFC. I am running MX 6.1 Updater 1 on Dell W2K. Getting Could not generate stub objects for web service invocation error. Looking at ?wsdl shows:
|
| Repetitively instantiating a component | 03 Aug 2005 18:07 GMT | 9 |
I was reading in the CF MX Bible and it talks about how if you are using several CFINVOKE calls on one template how you should creat a cfobject of all of the cfinvokes and out put with that. I am not quite sure how to do it. Here is my code. When I try and output it says:
|
| Logic/Looping Problem | 03 Aug 2005 17:26 GMT | 1 |
I'm working with a client that does home nursing applications and I've been banging my head against the wall with this little problem for the last couple of days. It may sound convoluted, and it is, so hopefully my explanation will do it justice. Any help you can provide would ...
|
| cfheader using inline not working in IE XP Pro SP2 | 03 Aug 2005 15:08 GMT | 3 |
I'm using the code below to try and open a vcf file inline in the browser. It works like a charm in Firefox, but IE opens it in the browser. I think this may be a XP Pro Service Pack 2 issue. Can someone who has XP Pro SP2 paste this code in a test file and see if it opens with ...
|
| Coldfusion 7 component wsdl problem | 03 Aug 2005 01:33 GMT | 1 |
CFMX 7 support the function return XML object type. I'm using this feature to write a web service and return a XML object. In the other side, use a Visual Studio.NET as a web service comsumer. It gets error like below: =====Error Begin======
|
| cfusion_decrypt and Coldfusion 7.0 | 02 Aug 2005 20:12 GMT | 1 |
Hey all. I was wonder if this undocumented tag has disappeared from coldfusion 7.0? Thanks.
|
| Webservices, Arrays, & perl (mx7) | 02 Aug 2005 20:08 GMT | 2 |
After upgrading to MX7, all my webservices that return arrays are crashing when a perl client makes a call. I'm thinking it has something to do with the Axis 1.2 upgrade.. is anyone else experiencing this kind of problem?
|
| Extract XML Dataset From Website into CSV | 02 Aug 2005 11:30 GMT | 2 |
I am trying to import data from an http:// address that presents data as XML. I would like to download the entire dataset from the site into an csv file so i can convert the data into an ms sql server table. can anyone give me any ideas how I can go about this? I can return ...
|
| Assigning the results of a query to different vars or something | 02 Aug 2005 08:25 GMT | 4 |
So here is the deal, it is very hard to explain, but Ill do the best I can. I have an instant messanger for my site. I want the box to appear, and then have next and previous buttons on the bottom. So a user can click through the messages they have recieved. To do this i need to ...
|
| Building Query criteria dynamically based on Form inputs | 02 Aug 2005 07:59 GMT | 4 |
I need to dynamically build a db query based on form inputs; this such a typical thing I am hoping someone can shortcut me to a more elegant solution. The user does not have to enter any of the 5 criteria and the Query only pulls from one table, I just need to dynamically build ...
|
| one click log in to a remote web site and upload a file | 02 Aug 2005 07:54 GMT | 1 |
I wand to click one button on my CF web site; it generates an ASCII text file; logs in to a remote web site with username and password; goes to a specific forms page; dynamically fills in the input file field with the file I wish to upload; pushes the submit button; waits for ...
|
| VBScript withing CF tags?? | 02 Aug 2005 04:28 GMT | 1 |
I had a vbscript message box that I copied and pasted to another location, and there it won't work. I have a loginform.cfm and a logincheck.cfm. It's used within the logincheck.cfm. Aside from the script message boxes not showing, everything else works as it
|