| Thread | Last Post | Replies |
|
| Outputting into a chart | 21 Jan 2005 04:49 GMT | 3 |
Hello, I have an ACCESS table with the following structure: ID DATE Question1 Question2 Question3 1 2001 1 2 2 1 2002 3 2 4 1 2003 4 ...
|
| How to display watermark on Images dynamically? | 21 Jan 2005 04:47 GMT | 2 |
I have some image. i want to share those images with others, but i dont want to copy those images so for that i want to display some watermark of my name on those images when i am displaying it.?
|
| CFC and two queries | 21 Jan 2005 00:38 GMT | 4 |
Is there a way to return 2 query objects with one function? I want to call one function to bring back both queries. Would I need to dump both queries into one array/structure? <cfcomponent> <cffunction name='getSudent' access='public' returntype='query' output='No'> ...
|
| CFFILE - Accept | 21 Jan 2005 00:13 GMT | 1 |
I am trying to add MS Works and WordPerfect to the list of applications that can be uploaded to the database using CFFILE but cannot find correct application name. Code recognizes "application/msword" for word documents and "image/gif" for image files, but when I try ...
|
| grouping arrays. | 20 Jan 2005 21:01 GMT | 5 |
Is there anyway to group items without the use of the <cfoutput query> tag? For instance, let's say I have a 2Dimensional array like the following: array[1][1] = 'Joseph' array[1][2] = 'Yes' array[2][1] = 'Matt' array[2][1] = 'Yes' array[3][1] = 'Andrew' array[3][2] = 'No' ...
|
| Modify password via CFLDAP | 20 Jan 2005 20:17 GMT | 5 |
Has anyone succeeded in modifying a user's password via CFLDAP? I can modify a user's phone number, and even a user's dn, but not a user's password. I've tried doing so in two ways, but each yields an "insufficient access"
|
| store email attachment in database automatically | 20 Jan 2005 20:11 GMT | 1 |
I am using < CFPOP > to get the e mails from a server. for the e mails that have attachments, the cfpop tag is storing them in the specified folder. I want to save the attachments in a database. Is there a way to avoid this step of attachments going to the folder and taking it ...
|
| Storing entries in database | 20 Jan 2005 20:00 GMT | 1 |
I am absolutely drawing a blank on what I need to do to tell my application to store data on one row, per user, per day. I am essentially creating an online time clock. I have several radio buttons on CFFORM, each for a seperate disposition (going on break, coming back on break ...
|
| CF interaction with shell | 20 Jan 2005 19:54 GMT | 1 |
is there any way I can get CFexecute to work more closely with a shell script in such a way that the shell script can somehow notify CF its done processing. The way Im accustomed to working with scripts now is to have the script create a temp file and have CF loop an arbitrary ...
|
| <cfftp putfile file dont exist | 20 Jan 2005 19:44 GMT | 3 |
Hi everyone, I have been trying to do an upload to my server but it doesn't seem to be working, I have tried so many different things and now my heads going to burst! the directory is 777mod and the connection is working, the file exists and now I'm lost, anyone else had a ...
|
| Is CFLOCK required for CFPARAM statements? | 20 Jan 2005 19:21 GMT | 1 |
Can anyone tell me if it is necessary or at least good practice to use a cflock block when setting cfparam values on session variables (on MX)? This specific case is related to a small authentication app I'm putting together. Simply put, I want to set session.loggedIn = 0 by ...
|
| Javascript problem | 20 Jan 2005 18:31 GMT | 1 |
The javascript that I have works on plain .htm but not in .cfm. Here's my code, what have I done wrong? Here's the code. Thanks in advance. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++
|
| index loop query | 20 Jan 2005 18:15 GMT | 5 |
Can I use an index loop to loop over a query in any way? if so How would I refer the items in the query. I Need my query to remain a query cause I need to SELECT from it. But While I'm looping I want to know the values of the NEXT record, cause it will affect the output of my ...
|
| URL params don't pass | 20 Jan 2005 17:25 GMT | 1 |
I have an app that allows a site visitor to e-mail to a friend. In the majority of pages it works. But, for pages (like press releases) that display from a single template with an ID appended. The ID is not passed. The link to processing form is: <a
|
| query three table | 20 Jan 2005 17:13 GMT | 2 |
I was wondering if any geniuses out there may be able to help. I have 3 tables: venue - contains a list of venues venueattribues - contains things like restaurant, take away, home delivery etc venuesubinterests - contains things like chinese food, italian food etc ...
|