| Thread | Last Post | Replies |
|
| Collection of web pages | 24 Apr 2007 03:31 GMT | 1 |
Hi, my cfquery on page 'a' already send the client to page 'b' (a form page) with a simple if/then and WHERE but I need the out put to be the recipient of the cfmail on page 'c' and display the output on page 'b' and 'd'. Is there a way to make a collection of pages all part of ...
|
| SQL IN statement | 24 Apr 2007 00:53 GMT | 10 |
I'm trying to run a query that looks something like this <cfquery name="test" datasource = "ds1"> SELECT * FROM tblTest
|
| Very Needed -MsWord Imp | 23 Apr 2007 22:43 GMT | 3 |
I'm using Mx 7 with oracle 10g. I need to upload a ms word file to a location then read that file and output the content to a <cfmail ..body part in html format...Any guidance will be appreciated...Thanks.
|
| dynamic session variables | 23 Apr 2007 22:21 GMT | 2 |
I need some help with setting dynamic session variables. I use the following code: <cfset VARIABLES[ "session."& res.system & "_Status" ] = "Unknown" /> where res.system = mysystem
|
| Array Question | 23 Apr 2007 22:14 GMT | 3 |
I have three "Cart" arrays going. I'm using three includes to display each array. What I want to do is write a simple statement that says (basically): If Session.CartX GT 0 then display the include. Can someone help me with the context/verbage of this line? It's eluding me ...
|
| WSDL CFC send getMessage() Method | 23 Apr 2007 22:07 GMT | 3 |
I am trying to create a cfc wsdl to be picked up by asp .net or whatever. Am I missing sending something, getMessage() method or something? http://www.wrighter.com/cfca/xmlserv/users-works3.cfc?wsdl Current file. <cfcomponent>
|
| Simple Logic but annoying | 23 Apr 2007 20:04 GMT | 2 |
I got this code from a web site ...it seems easy....The trouble I am having is
: when the page loads it shows 10 record per page but when I click next link it shows 20 records on the page...another next will populate 30 records on page...I need 10 records on each navigation...Any ...
|
| CFexecute, cfx_consolecommand dos/bat file error | 23 Apr 2007 18:12 GMT | 1 |
Good day all. i have a really confussing problem... Let me break it down I have written an application that requires barcodes. My Printer is a PPLB printer (not really important). So i create a file on the server (This is about all that works fine).....
|
| CFCHART Piechart numbers | 23 Apr 2007 17:57 GMT | 6 |
Does anyone know how to remove the values/numbers that appear next to the pie slices when you create a pie chart using cfchart. I just want the slices and the key. Thanks
|
| LEFT JOIN help | 23 Apr 2007 14:13 GMT | 1 |
Please I know there must be a simple answer, I want to allow members to join committees, so ONE user can have have MULTIPLE committees. i have set it to look through the committees and put a checkbox beside the ones that a member has selected. It works fine, BUT it is showing ...
|
| CFLOOP & Javascript Help | 23 Apr 2007 13:48 GMT | 2 |
I am wondering if I can make this script work. I am wanting the "i" to be available to the javascript is there a way to do this? Anyone have any ideas? Thanks <CFLOOP from="1" to="#abilityQ.recordcount#" index="i">
|
| CF solution to creating sitemaps | 23 Apr 2007 13:13 GMT | 10 |
I was wondering if anyone knew of any CFC or UDF to create a google sitemap (XML) as well as an HTML sitemap based on the XML document. I found a couple of solutions, but they are written in python and that is not an option. I've already searched the forums to see if anyone ...
|
| Questions about cfapplication | 23 Apr 2007 07:01 GMT | 2 |
I'm using a CFAPPLICATION with session management - few questions. If the time limit isn't met, will the session last until the browser is shut down? I'm noticing that even if I close out of the browser, I can still access via
|
| xml object getElementById | 22 Apr 2007 11:19 GMT | 19 |
Does the getElementById method work on coldfusion xml document objects? I am working with an xhtml file and would really like to use the getElementById method. I know this can be done with XmlSearch(doc, '//*[@id = ''foo'']') but getElementById I would assume is optimized to use ...
|
| Help Days of Error causing sleeplessness | 21 Apr 2007 14:56 GMT | 4 |
ok so i seem to continually get an error when trying to make my drop down box options have a value that would go into the sql statement to decide which gallery to display. i am going to copy and paste my code below and the error. please help me as much as possible. also remember ...
|