Search the web
Sign In
New User? Sign Up
coldfusion-howto · ColdFusion Tips Tutorial Help Questions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 44252 - 44281 of 44530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
44252
Hi, I have a new customer for whom I must import most data as I can from their Filemaker Pro database to my own CMS. I plan to import their data (mostly tables...
Claude Schneegans
schneeca
Offline Send Email
May 6, 2009
4:13 pm
44253
Hi, Just wondering the best ways to protect my cfml code when the code is placed on the clients server I am aware there CF encryption available however how...
SAMARIS Software
austaccomm
Offline Send Email
May 10, 2009
10:31 pm
44254
Claude, If somebody really wants to reverse engineer it, they could do it in the scenario you described. One option to protect your code is to host it ...
Linda Burnside
ihatespam22222
Offline Send Email
May 11, 2009
1:54 pm
44255
Hi thanks the model you suggest is exactly what I am doing however the alternative was worth investigating only downside with cf is it cannot be run as...
SAMARIS
austaccomm
Offline Send Email
May 11, 2009
2:03 pm
44256
Hi, I'm working with a company in Minneapolis who needs a Senior Level Developer to lead their group for a six month period. This would be a contract paid...
jeffrey.hoover@...
jeffrey.hoov...
Offline Send Email
May 14, 2009
8:40 pm
44257
anyone know how i can code a cfparam like value in PHP ?...
techtransferportal
techtransfer...
Offline Send Email
May 15, 2009
12:19 am
44258
Try using isSet(variable_name). if(!isSet($_GET['a'])){     $GET['a']="Yes"; }  -hankcfman ________________________________ From: techtransferportal...
Hank Miller
hankcfman
Offline Send Email
May 15, 2009
12:35 am
44259
I have an ecommerce site that has a problem in any browser other than Internet Explorer. Here's the scenario: Customer is logged into the site (uses cookies)....
Linda Burnside
ihatespam22222
Offline Send Email
May 15, 2009
1:32 pm
44260
This may lead you in the right direction. http://kb2.adobe.com/cps/170/tn_17023.html  -hankcfman ________________________________ From: Linda Burnside...
Hank Miller
hankcfman
Offline Send Email
May 15, 2009
1:41 pm
44261
I am using SQL Server Manager to add an extra collum to an existing database table and when I proceed to save the changes I receive a message telling me the...
SAMARIS Software
austaccomm
Offline Send Email
May 18, 2009
2:33 am
44262
That's fine - it's just prompting you to confirm that it is changing a table. To be safe, it's always wise to perform a backup first. -John ... From:...
John Bartlett
wyntermoonwolf
Offline Send Email
May 18, 2009
5:15 am
44263
Hank, I tried one of the alternate suggestions - using metatags to transition to new page. It produced the same result. Back to the drawing board. Linda...
Linda Burnside
ihatespam22222
Offline Send Email
May 18, 2009
6:12 pm
44264
Have you tested for the cookie being set? It says that there is a redirection loop somewhere.  -hankcfman ________________________________ From: Linda...
Hank Miller
hankcfman
Offline Send Email
May 18, 2009
6:35 pm
44265
Yes, and the cookie is set. I used <cfdump var="#cookie#"> to see what was contained in COOKIE. Linda _____ From: coldfusion-howto@yahoogroups.com ...
Linda Burnside
ihatespam22222
Offline Send Email
May 18, 2009
7:20 pm
44266
I would suggest putting <cfabort> in before all redirects. The start removing one by one until you find the problem.  -hankcfman ...
Hank Miller
hankcfman
Offline Send Email
May 18, 2009
11:55 pm
44267
I would like to set something in the Application.cfc file that I don't know how to do. If the user clicks on a link that would take them to ...
Linda Burnside
ihatespam22222
Offline Send Email
May 19, 2009
8:46 pm
44268
Yes... In the Application.cfc put this function <cffunction name="onMissingTemplate">   <cfargument name="targetPage" type="string" required="yes">    ...
Hank Miller
hankcfman
Offline Send Email
May 19, 2009
8:52 pm
44269
On Tue, May 19, 2009 at 4:46 PM, Linda Burnside <linda@... ... Depends on the version of coldfusion you are running. If this website is on CF...
Casey Dougall
casey_dougall
Offline Send Email
May 19, 2009
9:30 pm
44270
I use the following code to enter data into a field. Then there is a button where additional input fields popup and data is entered. It was primarily used to...
Uraidiot
uraidiot2000xyz
Offline Send Email
May 20, 2009
3:34 pm
44271
I think you are in the wrong group. This is "coldfusion-howto" not "javascript-howto".  -hankcfman ________________________________ From: Uraidiot...
Hank Miller
hankcfman
Offline Send Email
May 20, 2009
4:42 pm
44272
Hank, That's just about perfect. Thanks. Linda _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Hank Miller...
Linda Burnside
ihatespam22222
Offline Send Email
May 20, 2009
8:06 pm
44273
Hello All, I am having a problem with trapping session timeouts when using ajax calls from a cfc method. Is there a way to catch this error? Thanks for any...
Amin
aminzagallai
Offline Send Email
May 21, 2009
1:16 am
44274
what is the error? ________________________________ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Amin Sent:...
LACKEY, DARYL (ATTSI)
daryllackey
Offline Send Email
May 21, 2009
1:09 pm
44275
... calls from a cfc method. The problem may also be that Ajax will create a new session if the cookie is not specifically transmitted....
Claude Schneegans
schneeca
Offline Send Email
May 21, 2009
1:49 pm
44276
I am using cfx_captcha -- http://www.cftagstore.com/tags/cfxcaptcha.cfm I have configured the captcha, and it has worked in several sites where I have it...
Linda Burnside
ihatespam22222
Offline Send Email
May 21, 2009
4:34 pm
44277
Never mind . had another session that was established somehow between the input form and the processing. The lost session variable wasn't declared there. I...
Linda Burnside
ihatespam22222
Offline Send Email
May 21, 2009
6:30 pm
44278
What version of CF are you using? You know that CF8 now has captcha built in?  -hankcfman ________________________________ From: Linda Burnside...
Hank Miller
hankcfman
Offline Send Email
May 21, 2009
6:59 pm
44279
We have an immediate contract opportunity in Knoxville, TN. Looking for a ColdFusion developer to do build a mid-size application from scratch. This is a...
dgillen0720
Offline Send Email
May 22, 2009
2:39 am
44280
Hi, I am David, a freelancer from India, and I've got a good amount knowledge in designing and developing small to large scale cf applications. I am ready to...
David R
sachindavids@...
Send Email
May 22, 2009
2:29 pm
44281
Hi, A property management application I am developing will soon have 1,000's of property owners bank account details stored in the sql database. As the...
SAMARIS Software
austaccomm
Offline Send Email
May 24, 2009
4:46 am
Messages 44252 - 44281 of 44530   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help