| Thread | Last Post | Replies |
|
| 'Browse For File' Button?? | 26 Mar 2005 22:01 GMT | 2 |
I've searched everywhere online, I've tried dozens of keywords in these forums, I've read all the file manipulation documenation, and I've found dozens of posts where people have already done this - but no one explains how to do it! Please, someone tell me how to create a 'Browse ...
|
| freelance opportunity | 26 Mar 2005 11:46 GMT | 1 |
I'm looking for someone in the New York area who can provide a quick turnaround of an online testing and grading application. I need backend server work done to allow things like: loging and password verification for up to 125 simultaneous users
|
| list a verity collection | 25 Mar 2005 19:26 GMT | 2 |
Hi there, I was wondering if there was any way to create a query or list of a verity collection such that I can see an alphabetized word list of all the words in the collection along with the number of occurances of that word in the entire collection. Then I'd like to analyze ...
|
| insert anchor # into cf variable string | 25 Mar 2005 18:35 GMT | 2 |
Can someone please tell me how to insert an anchor '#' inside a dynamically generated url string with variables? Ex. gotourl.cfm?var1=#form.var1#&var2=#form.var2###form.var2# where the triple # the middle one is to tell the url to go to that anchor position in the next
|
| Can't pass a query out of a custom tag | 25 Mar 2005 16:51 GMT | 2 |
I am attempting to extract a query from a custom tag. I am passing several variables into a custom tag using CFMODULE. I then run a query based upon the variables submitted to the custom tag. I would like to then pass the query back to the caller page. Is this possible? I ...
|
| Saving image within CFFILE, not <img src | 25 Mar 2005 14:05 GMT | 1 |
Is there a way to place the result of a cfchart, or any other image file, into an RTF document so that the source picture can be deleted from the server yet the document's picture does not change? Currently I use <img src=''> but this requires web conectivity and is just a web ...
|
| Complex DataTypes WebServices | 25 Mar 2005 13:20 GMT | 6 |
Hi, I am having problem with the complex data types in webservices. I am interested in r'ving 3 elements which are wsdl_key, partner_id and array of FName Main CFComponent: Main.cfc <cfcomponent displayname='AffiliatesBatch' hint='Batch API'> <cffunction access='remote' ...
|
| Re: Accessing CFCs in parent directories | 25 Mar 2005 04:21 GMT | 6 |
|
| Verity Spider Issues, CFMX7 | 25 Mar 2005 00:01 GMT | 4 |
I recently upgraded to CFMX7 and have experienced an issue with vspider. When running my vspider commands, I get the following error: 2005/03/16 10:42:42 ERROR: [vspider] (ind002006) VDK: Error E0-1510 (Drvr): Error loading driver library 'vgw_url.dll'. Is this dll supposed ...
|
| cfhttp erro | 24 Mar 2005 23:36 GMT | 1 |
I have been trying to read a tab delimited text file with cfhttp get and I keep getting this error - The column name '<!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/TR/html4/strict.dtd>' is invalid. I am running cfmx6.1 on IIS6. The text file is a plain text ...
|
| Security in CF 7 | 24 Mar 2005 23:32 GMT | 3 |
Is it possible in CF 7 to authenticate, much like .NET that will log a user on based on thier NT creditial and also is their a way to more information other than auth = yes and status = Success is it possible to restrict users from portions of the site and get information ...
|
| Removing characters out of a field | 24 Mar 2005 23:14 GMT | 1 |
I have a search screen and the user will be entering an isbn number to search. Some users will enter dashes and others will not. My database field has dashes. What I would like to see happen is that the data can be found whether a user enters dashes or not.
|
| creating my first webservice | 24 Mar 2005 21:19 GMT | 1 |
I'm creating my first webservice and i need some help getting started. I want a user to send my CFC data and inside my webservice i want to query my table and pass back the data that matches the sent criteria. (this could return mutiple records)would i set this up as a standard ...
|
| Access Database timeout | 24 Mar 2005 20:49 GMT | 2 |
Hello all- I have a site hosted by HostMySite. This site USED to be pretty rock-solid, but I have been having tons of problems lately. My issue is that I keep having problems with the database timing out. This site runs off of an Access database, but I don't see that as too ...
|
| CF 6.1 is wrong when performing BASIC math operations!! :(( | 24 Mar 2005 20:40 GMT | 4 |
try this: <cfoutput> <cfset calc=652.06 - 652> #calc#
|