| Thread | Last Post | Replies |
|
| How To Query Large Data/Records ? | 15 Mar 2005 03:01 GMT | 1 |
Hi All, Here is my Problem - In my search form I have to query 50 million records in a single transaction and to display the results . - Without sweating the machine.
|
| WDDX deserializing. | 14 Mar 2005 22:53 GMT | 2 |
Hi everybody. Hi have to post some information from one local computer to a server. I'm using WDDX to serialize the information and CFHTTP to sent it. I'm new to this. The only thing I achieved so far was passing from the local computer into another file on the same computer ...
|
| Invoking a names, application scope CFC from HTML | 14 Mar 2005 22:47 GMT | 2 |
I have an application scope CFC. Is it possible for a HTTP request to be specifically directed to this CFC? In other words, can I invoke this CFC using its instance name, from a HTTP form?
|
| Equivalent of cfoutput group in ASP.NET | 14 Mar 2005 22:44 GMT | 1 |
What is the ASP.NET equivalent? <cfoutput query='qNav' group='pageCategory'> <strong>#pagecategory#</strong><br> <cfoutput>#page#<br></cfoutput><br>
|
| Page Navigation Help | 14 Mar 2005 21:24 GMT | 6 |
I have this code that I've been working with for a couple years now. It has served me well, using it for page numbering one pages that have few results. The problem now is that if I have a result of, say 2,000 or more and a page display of about 28, that there are over a ...
|
| Performance Question | 14 Mar 2005 21:08 GMT | 1 |
Say you have a table of users. Also a table of users that users have blocked So as a user I can choose which users I wish to block and add them to the blocked users table with my id and their id. So when a user logs in what would be a good solution
|
| Loop Indexes in Form Names | 14 Mar 2005 21:00 GMT | 2 |
See the following code: I have form input tag names generate by a loop. For instance: <!--- Page 1 ---> <cfset i=1>
|
| come on guys | 14 Mar 2005 18:46 GMT | 1 |
Simple search... Can any one give me how to start a basic search in cf.? The directory I want to search through is on another server.. Any help will be greatly appreciated..
|
| cfmail attachment not found on my computer | 14 Mar 2005 18:43 GMT | 2 |
I've seen many users here in the forum talking about attaching a file using the <cfmailparam> tag, but I can't get it to work. Please help me. Just hard coding it in the <cfmail> tag doesn't even attach it. I keep getting 'file not found' error, even though the file is located at ...
|
| RTF to CFM Help | 14 Mar 2005 17:37 GMT | 1 |
A company has desinged an application that stores information in an SQL database. I was given the task to display this information on a webpage. Some of the information prints out as "{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0
|
| cffile and read | 14 Mar 2005 11:09 GMT | 3 |
I am working on a simple paperless transaction system, and for some reason I can not get the attribute action='read' with cffile to work. I have read over hte live docs and they are not very helpful. I have the variable attribute set to test. But when I run the page it displays ...
|
| looping through an array using cfhttp | 14 Mar 2005 07:14 GMT | 1 |
I have a one dimensional array that is populated with string values (in this case the strings are URL's). Id like to know how i can loop through the array and perform a cfhttp request on each URL in the array. Thanks in advance.
|
| Using selection list in search query | 14 Mar 2005 07:03 GMT | 1 |
Is there something new in CFMX 6.1 that causes the following statement to not work correctly? I get an error when trying to load the page. I'd really like to be able to use a selection list for multiple committee names in my search query. Thanks. <cfquery name='etc' ...
|
| Help on calling a webservice - wsdl | 14 Mar 2005 00:55 GMT | 4 |
I created a sample webservice that can be seen by going to this link: http://www.oakvilleschool.com/service/helloworld.cfc?wsdl I then created the ColdFusion Code to call this webservice from another server using CFInvoke and this code worked fine:
|
| nested structure question.... | 14 Mar 2005 00:54 GMT | 1 |
I posted a previous question somewhat similar to the one below, however, I am trying to determine if I can even use structures in this manner.. I am getting erorrs like trying to dereference scalar values of type java.string, etc. I also get some other error around my <cfset> ...
|