None at all. I think its great and does the job well. Unfortunately, without hearing from Howie, I have to find solutions for people who want to use the ...
Another option is to store the secret question/answer in the AD object, itself. You can easily create new attributes for user objects and then limit access to...
Hey all.. I have a ColdFusion list of orderIDs generated from a query.. The list drives a pair of hrefs (next and previous) The user will click on a link from...
Scott, How are you maintaining the list from page to page? Are you caching it somewhere? Or passing is via the URLs? -- Ben Nadel Adobe Community Expert Adobe...
listFind() perchance. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and...
If I recall ListFind will return the numeric location of the list (if found). Using that numeric you can do a ListGetAt to get the next and previous. <cfset...
If I recall ListFind will return the numeric location of the list (if found). Using that numeric you can do a ListGetAt to get the next and previous. <cfset...
Jason, This worked like a champ... Thanks sas -- Scott Stewart ColdFusion Developer 4405 Oakshyre Way Raleigh, NC 27616 (h) 919.874.6229 (c) 703.220.2835 ... ...
Scott, If you are storing the list in session vars, I would suggest storing it as an Array since array index access is MUCH faster than list index access. The ...
I see you haven't been on this board for a while, but I thought I would give you a try. I am having some issues parsing the result set coming back from from a...
Gary, I see you haven't been on this board for a while, but I thought I would give you a try. I am having some issues parsing the result set coming back from...
Gary, I see you haven't been on this board for a while, but I thought I would give you a try. I am having some issues parsing the result set coming back from...
Cool! I also like Ben's suggestion of the arrays ... if your list of orderIDs is very long, you'll definitely want to explore using arrays instead of lists...
I am hoping someone can shine some light on a problem I am having with serving an image through cfcontent on a web page. I am using a CF5 server (all hotfixes...
If you want to access the cfc as a web server you just have to add wsdl to the in of the call: http://www.mydomain.com/services.reportservice.cfc?wsdl and make...
reset="true" is always a good parameter to have when doing this kind of work. It helps even more to keep arrant whitespace from before the <cfcontent...> tag...
I think you mentioned you are using ajax, correct. Ajax is processing with out knowledge of the application space. To get around this I created a cfc that...
... I agree but Reset=yes is the default and I have tried yes and no and even removed everything from the image.cfm file but the cfcontent tag and still there...
As long as the AJAX requests are being made to a file under the web root - and how could they not? - then there is no need to duplicate the <cfapplication> tag...
So I'm setting up a new event gateway instance. I created jobsentry.cfg and jobsentry.cfc and started up the instance. I edited a file in the directory and...
Hello, Does anyone use a Mailbagging / Backup MX service? I was looking at dyndns.org, but I wanted to see if anyone on the list would recommend a provider. I...
if your CFCs are outside the web root, you would not be able to access them via AJAX ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|...
... Have you considered ditching your mail server altogether for a hosted service like Google Apps for your Domain? I'm very happy with that, myself. The...
Thanks Dave. I currently use that for my family's domain, since the standard edition is free. What about for MS Exchange users? I know that they wouldn't...