| Thread | Last Post | Replies |
|
| cfqueryparam memory leak? | 12 Jun 2007 21:00 GMT | 3 |
This is a rather complicated question, so bear with me. I have a CFM template that executes some business rules on ~2 million rows in an Oracle table. The code pulls in querysets of several 1000 rows at a time, performs some calculations and executes a few update queries for each ...
|
| XML Parsing Problems with Namespace | 12 Jun 2007 19:56 GMT | 3 |
A supplier generates XML code which an MX7 application needs to parse to convert to data on the CFM page. The line <cfset myXml = xmlParse(theXml)> is used to obtain the code, which brings up the error:-
|
| webservice ssl | 12 Jun 2007 18:48 GMT | 2 |
I'm trying to configure a webservice to work over https w/o any luck. The web server has ssl installed and the server housing the webservice also has ssl installed. I configured the directory containing the webservice to require ssl, then tried to update the webservice ...
|
| class file location | 12 Jun 2007 17:14 GMT | 20 |
I am not sure if this would be an admin type question but here goes: I have a Coldfusion 6.1 server riding on Weblogic 8 ish and I am trying to do a small java example... *sigh* I am getting a "class not found" error and so I went looking for my classpath,
|
| Export to Excel (as a REAL excel file) | 12 Jun 2007 15:38 GMT | 19 |
I've been exporting data to excel for ages now, so I know the drill - build the data as an HTML table or MSOFFICE XML,set the <cfcontent type="application/vnd.ms-excel"> and then output the result. At the moment, I am trying to generate an excel file to import into another ...
|
| CFLDAP and Active Directory Question | 12 Jun 2007 15:23 GMT | 1 |
Hey all, listed below are my questions in simple format. Question 1: How do I retrieve accounts that have no email accounts from AD using CFLDAP? Question 2:
|
| alternative way of long cfif | 12 Jun 2007 15:06 GMT | 11 |
anyone can help me to make this shorter or effective way? thank you! <cfif variables.skipACTquery EQ "false"> <cfset variables.skipDEPquery = "false"> <cfset variables.skipACTquery = "true">
|
| File Upload Help | 12 Jun 2007 14:41 GMT | 6 |
I'm trying to create a form that will allow my users to submit an article by uploading a word document but when I submit the form it takes me to a page that says that the page I'm trying to reach has errors and can't be displayed. If I refresh the page it looses the information ...
|
| Report data not refreshed | 11 Jun 2007 15:57 GMT | 1 |
I am creating a reporting utility that extracts data into a temporary table and generates crosstabs, summary counts and charts. I can run a crosstab of age vs. language and the results look fine. If I change the crosstab to be age vs race, I get results but they are still given ...
|
| separate url string | 11 Jun 2007 15:51 GMT | 2 |
I'd like to separate an URL-string like http://www.google.de/search?hl=de&q=searchItem1+searchItem2&meta= into two separate values: 1. the domain itself (here: "www.google.de")
|
| WebServices And Component | 11 Jun 2007 15:11 GMT | 8 |
I creat a Component And i Want to use it like a WebService The WSDL is : http://www.elkotan.com/Script/CFC/choix.cfc?wsdl I make a test page .. on this page i call the component in 1 and web services
|
| path to data in selected grid row | 10 Jun 2007 12:50 GMT | 2 |
I am trying to display something, on a sub tab, depending on some data that are selected on the grid. what is the path to access my grid data that are currently selected: i tried this, but it doesn't work ...
|
| list box | 09 Jun 2007 00:28 GMT | 1 |
hi i have a list box, is there a way of making the font smaller inside the box? also how can i make the box width 200 pixels wide? thanks
|
| java script: show hide text boxes based on dropdown selections | 08 Jun 2007 23:56 GMT | 3 |
i wish to show/appear and dissappear text box based on a the drop down item selected. under Comm_DEV drop down selection.
|
| Query to come out the list | 08 Jun 2007 22:13 GMT | 1 |
I hope somebody can help me to produce the output as shown below: ID NAME COURSE REC OF R2001 ___________________________________________________________________________
|