Quantcast
Browsing all 21760 articles
Browse latest View live

Re: Cold fusion version 9 end-of-life question

Carl,Thank you so much. That was exactly what I was looking for.- Sam

View Article


Using CFPDFForm to Populate LiveCycle Form Master Page

I created a form with LiveCycle and I am able to populate the fields on the main page, but I am unable to populate the fields on the master page.  I have a footer on the master page that has a few...

View Article


Re: Post string without form?

Now it's just academic curiosity.  Instead of the web worker submitting the data directly, I'm just going to have it message the data back to the originating page and submit it from there. ^_^ UPDATE:...

View Article

Re: Coldfusion10 scheduletask page error on Coldfusion Admin

Same issue. Have you found a solution yet?

View Article

ColdFusion 10 issue

I am migrating my coldfusion application from version 7 to version 10. And I am using Coldspring frame work also. In this application I am calling a cfc method through this framework ,which method is...

View Article


LSParseDateTime

I have a Problem with parsing dates.  Why does #LSParseDateTime(Now())# produce an error while  #LSIsDate(Now())# answers with 'YES' ? locale is German (Standard)  My ColdFusion Code:    Now() :...

View Article

Cold Fusion 10 issue faced after upgrade from 8

Upgraded website from Cold fusion 8 to Cold fusion 10. Initially was working Fine. Suddenly a part stopped working with the following error. The getJoinsAsString package method in the...

View Article

Image may be NSFW.
Clik here to view.

help with cfmail url link

hi my mail code is below: <CFSET Path1 = "#APPLICATION.ROOTPATH#/index.cfm?fuseaction=customerReport&isemailPo pUP=Y&fileName=#trim(txt_fileName)#">  <cfmail    to=""    from=""...

View Article


Re: LSParseDateTime

Now() returns a date object.  LSParseDateTime expects a string that looks like a date as expressed in your current locale, e.g. "31-12-2013" or "12-31-2013" etc. What are you trying to do? - as Now()...

View Article


Re: Cold Fusion 10 issue faced after upgrade from 8

I wonder if the fact one path has Reactor and the other has reactor means there's some case-sensitivity at play here.  Although CF should usually be fine with you spelling it either way, perhaps...

View Article

Re: help with cfmail url link

You need to use URLEncodedFormat() to turn those spaces into %20 (and fix other special characters).   http://livedocs.adobe.com/coldfusion/8/functions_t-z_10.html e.g. <a...

View Article

Re: help with cfmail url link

i am sure how to use  URLEncodedFormat() in my case.can you guide me where to use that function

View Article

Re: Cold Fusion 10 issue faced after upgrade from 8

Good Catch.. But the problem is that these file are internally used by the application. The path is not hardcoded anywhere so case sensitivity may not be the culprit. I will look further into it...

View Article


Re: help with cfmail url link

well using your exact example, simply wrap the function around your Path1 variable: Direct Link to File: <#URLEncodedFormat(Path1)#>

View Article

Re: & is not encoding correctly in ColdFusion

Thanks for the replay. So you meant to say if we are output that variable into the browser which will allways give the encoded version(that is "&amp"). Please correct me if I am wrong or I...

View Article


Upgrade from CF 8 to CF 10 Enterprise or Standard?

Trying to decide whether to go with CF10 Enterprise or Standard. If we were to develop our web applications using the additional features that only Enterprise provides and a client wants to host the...

View Article

sorting displaying issue

I am trying to display a list sorted by year, then title and then subtitle. if there are no subtitles, titles should appear by itself. if there are subtitles then they should appear under titles, all...

View Article


Re: ColdFusion MX 7 Updaters

Hi Anit, Thanks very much for the response. The CF version I need the updaters/installers for is MX 7 - 7,0,0,91690 to be specific and the operating system is Windows (Windows Server 2003). I would...

View Article

Re: ColdFusion MX 7 Updaters

Hello,  Thank you for the information. Please check the personal message sent to you. Regards, Anit Kumar

View Article

Can't access CF Admin after applying hotfix APSB13-13??

Yesterday, I applied recommended hotfix APSB13-13.  Today, I can't get into my CF Admin panel.  I'm receiving a HTTP Error 500.0.  I'm assuming this is an IIS issue related to a new DenyUrlSequence,...

View Article
Browsing all 21760 articles
Browse latest View live