First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
Sharing Application Variables
I have an Application.cfm in the root of my site called App1. I have a directory in this site called Signup with an Application.cfm named App2, I would like App2 to check my Session.LoggedIn variable of the App1 application. Is this possible to do? If so how, i have been racking my brain on this for a few days.... 24 Apr 2008 05:15
CFLOOP Problem
Hi, I am having a frustrating time with this loop. My code is in a CFC. I have the business requirement that a user is NOT required to fill in values in the form fields, but if they fill in a value in ONE form field, then the rest of the form fields MUST contain values as well. The form fields are dynamical... 22 Apr 2008 21:12
Using Query Results in Queries
I understand how to "Using Query Results in Queries" through this link: http://www.adobe.com/livedocs/coldfusion/5.0/Developing_ColdFusion_Applications/ queryDB11.htm; However, does anyone know how to do this inside a component? note: the first query gets parameters through a form and the second query is calle... 22 Apr 2008 19:37
CFFILE question
I'm trying to read a .cfm file on my server with cffile. This is working okay, except that there is some coldfusion code in that file, and when I write it out, it does not work. It just writes out as text in the source code & nothing is executed. Is there a way to make it write the text as actual code, and not... 24 Apr 2008 16:39
searching multiple ldap servers
We have a primary and secondary (failover) ldap servers. Can CFLDAP be coded such that both get searched or the secondary searched only if the first fails? I was thinking that the server attribute might work as a comma-delimited list. That does not seem to be the case. If CFLDAP does not allow the specification ... 22 Apr 2008 15:37
Retaining Ms Word formatting in text field capture
I have several forms that capture an extensive amount of personnel data and one of the fields we capture is a text field that will hold interview questions and resume details, references etc. The usual process is that people will receive the information as a word document, formatted, and then have to put the in... 22 Apr 2008 13:12
Question on storing queries in session arrays
I'm curious how much memory storing queries in session arrays take up. The query results themselves (about 5-6) are small, not more than 100 records. The site traffic is low, not more than 100k a month but is expected to jump to over 1 million. The web server (primary and failover) are beefy systems, I believe ... 24 Apr 2008 11:03
can you not set a variable that's in the same scope as a query structure
FYI, just a note of caution. When using the solution that I posted, if your query returns more than one row, and you use CFSET after your CFQUERY to set the pseudo column with a value, only [b]one row[/b] will have a value set and the remaining rows will still be NULL. If you do something like this instead, a... 22 Apr 2008 20:24
can you not set a variable that's in the same scope as a querystructure
happysailingdude wrote: PS Phil: just for the benefit of anyone else trying to solve the same problem that i had; do you think that solution would work on all databases (ours is MySQL - but would it work on any DB do you think?) cheers Phil and my solutions solve slightly different prob... 22 Apr 2008 12:24
can you not set a variable that's in the same scope as a query structure
On Apr 22, 3:06 pm, Ian Skinner <iskin...(a)cdpr.ca.gov> wrote: happysailingdude wrote: How on earth can this be? am i going mad? Well, if you really just want to add to the query column, personally I would use the query functions such as queryAddColumn(query,'column','dataType',arrayOfValues) and... 22 Apr 2008 11:36
First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35