Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~3K People Reached
Favorite Forums

11 Posted Topics

Member Avatar for tapuwa2002
Member Avatar for arrgh
0
284
Member Avatar for Spiderant

I am trying to access a web service on a server that requires windows authentification. These are the steps I'm trying to take. 1. Use script below to do window auth. [CODE] <cfscript> objNTAuth = createObject("java", "jrun.security.NTAuth"); objNTAuth.init("Name_of_Domain"); objNTAuth.authenticateUser("userid","password"); </cfscript> [/CODE] 2. Then invoke my call to the web service. …

Member Avatar for kha_tsn
0
208
Member Avatar for freshfitz

Weird. That's for sure. Try this. (CF8 or better) Add the following: [CODE] <cfthread action="sleep" duration="#(1 * 1000)#" /> [/CODE] as the first line in the checklogin.cfm file. It should work then.

Member Avatar for freshfitz
0
407
Member Avatar for FlyByNight73
Member Avatar for teedoff

I'm unsure as to how you are referring to dynamic list. I do understand your temporary list is residing in a file. Which means this solution may work for you. [CODE] <cffile action="read" file="#ExpandPath('/temp.cfm')#" variable="myList" > <cfoutput>#ListSort("#myList#", "TextNoCase", "ASC")#</cfoutput> [/CODE]

Member Avatar for teedoff
0
262
Member Avatar for azgold472

Hi axgold472, Did you get this one figured out? Here is an example of what you are trying to do: [CODE] <cfset putme = " <cfelseif ##GetFiles.Name## contains 'AB'> <cfset ##Property## = 'ABC'> <cffile action='rename' source='D:/home/catalinasecurity.com/wwwroot/technet/Uploads/##GetFiles.Name##' destination='D:/home/catalinasecurity.com/wwwroot/technet/property/##property##/temp/01 12, 2011 ##Name##'> " > <cffile action="write" file="#ExpandPath('/abc.cfm')#" output="#putme#" > [/CODE]

Member Avatar for arrgh
0
130
Member Avatar for leemyers

Can you post the code for the insert-user.cfm page? Or catch the sql query that is being used and post that for inspection?

Member Avatar for arrgh
0
208
Member Avatar for ixAndyix

Hi Andy: I have posted some css changes you could make. I hope this is what you were looking for. [CODE] #page { width:1160px; overflow:hidden; } .logo { position:relative; float:left; width:415px; margin:165px 0 0 125px; } .signup { float:left; margin:130px 0 0 160px; width:450px; height:390px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; border: …

Member Avatar for rajbdilip
0
223
Member Avatar for pirula

In the Coldfusion Administrator under SERVER SETTINGS >> SETTINGS >> MISSING TEMPLATE HANDLER you can "Specify the relative path to the template to execute when ColdFusion cannot find a requested template." This is the best way to handle 404 errors. [QUOTE=pirula;1369433]I want to create a custom search engine(SE) friendly 404 …

Member Avatar for Spiderant
0
155
Member Avatar for ckkiran

[QUOTE=ckkiran;1376424]Hi Can anyone help me how to point two cold fusion application to the same datasource. Is it possible to have two differnet applications pointing to the same database? If so how to distinguish them? Also if a same user access both the applications there should not be any conflicts. …

Member Avatar for Spiderant
0
103
Member Avatar for leemyers

1. Does the .cfm file display in other browsers. 2. I have tested the page that you have posted and did not get an error "FROM" as you have mentioned. Are you sure it is not a error on "FORM"? I have a strange feeling that the issues you are …

Member Avatar for leemyers
0
144

The End.