Re: Unable to use Datasource.cfc in Admin API - The current user is not...
I've found a solution to my plight - I don't know if it'll work for you or help you try something that MAY fix it. I use a common code set which includes the Application.cfc from a CF Mapping - So, in...
View ArticleRe: Coldfusion 10 trial install for OSx is unresponsive
Hi Anit Here are the details: HardwareMac Book Air1.7 Ghz Intel Core i54 Gb of RAM SoftwareOSx 10.8.4 Regards,Brett
View ArticleRe: Local CF application
You could also use Railo. In fact, if you choose the Railo Express version, you won't have to install anything!
View ArticleRe: Unable to use Datasource.cfc in Admin API - The current user is not...
An unfamiliar drive letter, such as "E", is usually a give-away: you likely have to install the latest updates and hotfixes. The forum thread you reference actually suggests that.
View ArticleRe: IE10 vs. CFLAYOUT spins browser?
I have run your code on IE 10.0.9200.16618, and have found no evidence of "spinning". What about updating IE (through Windows Update)?
View ArticleRe: IE10 vs. CFLAYOUT spins browser?
Ok, this IS odd then. Just updated per your idea, to 10.0.9200.16618 and the same spinning occurs.
View ArticleRe: IE10 vs. CFLAYOUT spins browser?
Don't seem to be able to PM you. Wonder if I could send a URL with this code in it online and see if it fails elsewhere?
View ArticleRe: Unable to use Datasource.cfc in Admin API - The current user is not...
Thanks - but the installation is completely up to date. I haven't yet checked the code to see where it is that I am running the code, but Martin's comment sounds promising. It is entirely possible that...
View ArticleRe: IE10 vs. CFLAYOUT spins browser?
cf_code_warrior wrote: Don't seem to be able to PM you. Click on my name. The 'People' screen should open. In the top right-hand corner, under the Actions heading, click on Send Private Message.
View ArticleRe: Unable to use Datasource.cfc in Admin API - The current user is not...
Just out of curiosity, is the location of the CFIDE file C:/inetpub/wwwroot/CFIDE?
View ArticleRe: Example: Point-to-Point communication
My reaction in Stackoverflow: "It is certainly not a security risk for Javascript, or any other client for that matter, to be able to invoke any public method on any CFC. That is the expected behaviour...
View ArticleRe: Example: Point-to-Point communication
My reaction to your reaction: "public" is not the same as "remote". You seem to be getting confused about this. PUBLIC methods should not be web-accessible. Only REMOTE ones should be. Reading:...
View ArticleRe: Example: Point-to-Point communication
I am not confused at all. In fact, what you say fits the picture I have painted, namely, the following. When you expose an interface as Public, then expect, well, public access. That is so by design....
View ArticleRe: Example: Point-to-Point communication
I am not confused at all. In fact, what you say fits the picture I have painted, namely, the following. When you expose an interface as Public, then expect, well, public access[etc] Like I said: you're...
View ArticleRe: Example: Point-to-Point communication
Adam Cameron. wrote: Like I said: you're confused: you are misunderstanding the meaning of "public" in the context of CFC method access levels. "Public" does NOT mean "public access".Read the docs I...
View Articlecfchart - Scatter over Bar chart
I have a bar chart based on a query that is working correctly. In my result the bar has 3 columns. I then want a scatter chart to display over the bar. The query for the scatter chart gets only one...
View Articlecfthread with query
Hi All,Here is my query: <cfquery name="qryData" datasource="#application.DBconn#" > select columnA, columnB <cfloop from="1" to="5" index="y"> ,SUM (Case when...
View ArticleColdfusion 8 Update 1?
Where can I download coldfusion 8 update 1? I cannot find it on adobe.com. Thanks.
View ArticleRe: IE10 vs. CFLAYOUT spins browser?
I could open the link you sent me, without any problems. I have IE 10 and Windows 7 Ultimate. You further explained what you mean by spinning. The hourglass spins, and the browser displays no other...
View Article