Quantcast
Browsing all 21760 articles
Browse latest View live

Query help, direct and indirect reports

I have an Access 2010 DB like the one shown in Fig 1 below and I am using Coldfusion 10 Trial to query this database. Atwork I am continually asked for "group" reports which means that therequestor...

View Article


CF10 install on win2k8 with Plesk - websites won't resolve

I am unable to get any of my ColdFusion websites to resolve on a new server Windows 2008 R2 server (IIS 7.5) with Plesk.  The issue appears to be permission issues between CF and Plesk but I cannot...

View Article


Re: Query help, direct and indirect reports

What column is indicating to you which group everyone is in?  I don't see any commonality between the members of David Drew's group.

View Article

Re: cfftp secure bug?

I'm having a similar issue with coldfusion 10 but the suggested solution does not help me. I now get an error that says "The system cannot find the path foo.txt" With the failifexists="true" (the...

View Article

Re: cfftp secure bug?

Hah, I figured out both of my problems.... My listDir operation was looking at a directory named "Out" but my getFile operation only said    remotefile="#name#" and thus it actually could not find the...

View Article


.../index.cfm

Puzzler for you...recently I have had visits from some  suspicious bots - well, one is a SYNAPSE user agent, the other bingbot (which is not that suspicious).  However, they have both been entering...

View Article

Re: Query help, direct and indirect reports

All of David Driew's direct reports would have his EmpID as their MgrEmpID. This is repeated for every level in the organization.In my research to figure this out on my own I understand that a...

View Article

Re: Query help, direct and indirect reports

I've never worked with Access as a database, before.  But, if this were SQL (and it might work), then, yes, a LEFT OUTER JOIN would do the trick. SELECT ta.Lastname, ta.Firstname, ta.EmpID,...

View Article


Re: Sandbox security denying CFINDEX from indexing a collection (Solr/CF9)

The CFINDEX is not erroring, and it's contained within a CFTRY that will dump "cfcatch" if anything did error.  But the collection remains documents: 0 and size: 0. ^_^

View Article


Re: Problem using and

I'm having the exact same problem.  I lose formatting after reading all of the sheets into objects, then writing/updating them to form a master sheet.  The documentation is pitiful, and there are no...

View Article

Can anyone explain what is happening in this example?

Take a look at the following bit of CFML: <!---\\ This is a coldfusion comment \\---><cfif false>          <cfsavecontent variable="Test">                    <?xml version="1.0"...

View Article

Image may be NSFW.
Clik here to view.

cfprocessingdirective pageencoding also not working

Hi  I use the below code to export the data from ldap query to excel  <cfheader name="Content-Disposition" value="attachment; filename=Report.xls"><cfcontent...

View Article

Re: cfprocessingdirective pageencoding also not working

<cfprocessingdirective> is irrelevant here, as it only relates to the source code of the file being compiled, not any data being processed. <meta> tags are browser instructions, and as...

View Article


validate with hide and show field

Hi, I have the form with div to hide and show.   When i click on radio button two, enter city name then hit submit, but validation still asked for name is required from div0. The problem is that when...

View Article

No errors on cfm page except for "500 - Internal server error"

Hi, since we have upgraded to CF10 from 9, I don't see any errors on the cfm page except for the plain "500 - Internal server error.". I have to go to the application log file on CF Admin, but that...

View Article


Re: Error in Scheduled Task in CF 10 Standard Edi.

Hi Priyank. We are on Update 9 and still I am getting the same error as shown in Madu's post. I cannot even update the schedule through the CFSchedule tag.This is our server information:Server Product...

View Article

Re: Coldfusion 10 Scheduled Tasks Not Working

Hi parkercep022. Can you please elaborate on this solution. We are having the similar issue since we upgraded to  CF10. We are on update 9 on CF10 server, but this problem still persists. Is this some...

View Article


Re: Query help, direct and indirect reports

LEFT JOINS do in fact work in access.  If you have more than one, you need parens. SELECT tb1.col1, tb2.col2, tb3.col3FROM ( ( tb1LEFT JOIN tb2          ON tb1.col1 = tb2.col2 )LEFT JOIN tb3...

View Article

StructFilter

This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSf23b27ebc7b554b6 43f7f2ef13585b7b669-8000.html

View Article

Re: StructFilter

"Inline function executed for each element in the array" should read "struct" not "array". Plus there should be code example(s). Also the reference to "See also: other closure funtions" should have a...

View Article
Browsing all 21760 articles
Browse latest View live