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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 8253 - 8282 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8253
Hello everyone, I have been reading the book "Core Coldfusion" and have gotten to the part to secure my web site with a password. The book shows the simplest...
al4844
Offline Send Email
Jul 1, 2002
12:23 pm
8254
compare the user name and password values provided by the user to the values in the database and if they match, set a client variable and require that client...
jschlosser@...
jojo_super77
Offline Send Email
Jul 1, 2002
1:24 pm
8255
Hi, Macromedia has released a patch to make CFMX/JRun 4 work with Apache 2.0.39. In case you need it: http://www.macromedia.com/v1/handlers/index.cfm?ID=23162 ...
C. Schmitz
procept2000
Offline Send Email
Jul 1, 2002
2:13 pm
8256
Hi, I have created a form, with select boxes on it, to choose the userid and password of a record, from the main database table. connected to this ytable is, a...
lhooper90
Offline Send Email
Jul 1, 2002
3:47 pm
8257
Laura, I'm guessing that you are using a number for your userid if so, try: SELECT * FROM Questionaire WHERE userid = #form.id# If your userid is a string...
Rich
joralac
Offline Send Email
Jul 1, 2002
5:15 pm
8258
Please, including the requesting form(input) and the CF form that process the inquiry of info at the Table in Access. Thank you...
artmex99
Offline Send Email
Jul 1, 2002
5:24 pm
8259
Hi, does anyone know of a way to disable the CFLOGIN caching??? The way it works per default it is a serious risk to application security. :-((( TIA, Chris...
C. Schmitz
procept2000
Offline Send Email
Jul 1, 2002
6:38 pm
8260
Hello MSSQL 7.0 gurus... If any of you have a tendency toward masochism - try this one on for size... I am having a difficult time figuring out how to write a...
larrykiers
Offline Send Email
Jul 1, 2002
8:59 pm
8261
Hi, I have a book search-engine that when user searchs , it'll display the matched items. If the user clicks on the book's title to checkout that book, it'll...
Purplerosev
Offline Send Email
Jul 1, 2002
11:24 pm
8262
Please ignore me if I misunderstood your question:-) Within the book title link you need to add the unique bookid from your database e.g. <a...
Jason Congerton - Red...
congerton2001
Offline Send Email
Jul 2, 2002
7:39 am
8263
Hi, We've been using 2020media.com for our cold fusion hosting and we've been having problems with our web site intermittently been quite slow. I'm pretty sure...
Paul @ KB Technology
psk1426
Offline Send Email
Jul 2, 2002
8:01 am
8264
I have set of WDDX data stored in a access database field with datatype text, ex: <wddxPacket version='1.0'> <header> </header> <data> <array length='1'> ...
nimesh_hot
Offline Send Email
Jul 2, 2002
10:46 am
8265
Hi Jan, ... no it isn't. Actually it is connected to an application token (usually the application name). When y user logs in for the first timme it generates...
C. Schmitz
procept2000
Offline Send Email
Jul 2, 2002
12:17 pm
8266
Hi, ... give your query a name and use the according prefix for the input attribute of the CFWDDX tag. If your wddx packet is well formed that should work: ...
C. Schmitz
procept2000
Offline Send Email
Jul 2, 2002
12:29 pm
8267
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Send Email
Jul 2, 2002
12:56 pm
8268
The only way I could think to do what you're looking for is to make every page a subdirectory and make an index.cfm file in each subdirectory.. that way...
Nathan Lloyd
Master_Insanity
Offline Send Email
Jul 2, 2002
1:40 pm
8269
Exactly. JoAnn A. Schlosser Senior Consultant National Package Implementation Group Grant Thornton LLP Alexandria, Va. 22314 (703) 837-4428 ... From: Nathan...
jschlosser@...
jojo_super77
Offline Send Email
Jul 2, 2002
1:43 pm
8270
I know the tags, Lcase or Ucase, for converting letters in lower or uppercase. Is there any tag or function that can convert letters in sentence or...
Kang, Daniel
dancf2002
Offline Send Email
Jul 2, 2002
1:46 pm
8271
Check the tag gallery. There might be something there. Or look for a UDF that does it. Places like cflib.org (and google searches!) will have some. mcg ... ...
Mary-Catherine Gerrey
mcgerrey
Offline Send Email
Jul 2, 2002
1:51 pm
8272
Regarding setting up sql db security. There's a pitch with live demo application, scripts files, etc. at ... http://imagoterra.com/pitch/index.cfm application...
William Adamsen
williamadamsen
Offline Send Email
Jul 2, 2002
4:37 pm
8273
Has anyone been able to find a command-line method for compiling an individual file or a group of files with CFMX? I would like to pre-compile my entire...
MDYER7
Offline Send Email
Jul 2, 2002
4:50 pm
8274
unsubscribe ... http://localhost/cfdocs/Developing_ColdFusion_MX_Applications_with_CFML/appS ... __________________________________________________ Do You...
charlie hon
charliehon
Offline Send Email
Jul 3, 2002
7:57 am
8275
or i guess more to the point.. when do you have to use it?...
duckyboyz2001
Offline Send Email
Jul 3, 2002
11:54 am
8276
If you build your variables dynamically. Say on a form you have multiple checkboxes all named cbox_#i#, where i being the index of a loop. On the action...
Mary-Catherine Gerrey
mcgerrey
Offline Send Email
Jul 3, 2002
12:14 pm
8277
Has anybody had any luck accessing a Filemaker Pro database as a datasource? If so, how did you do it? Where did you get the driver from? Thanks. Phil Hayes ...
Philip L. Hayes
verticalvill...
Offline Send Email
Jul 3, 2002
4:03 pm
8278
Phil, I was trying to access a filemaker Pro database here in our offices. I installed Filemaker Pro on my workstation, and during the installation the...
Rich
joralac
Offline Send Email
Jul 3, 2002
4:37 pm
8279
I have heard that the database still needs to be open even though the ODBC driver is installed. That makes it no good for me. Phil Hayes ... From: Rich...
Philip L. Hayes
verticalvill...
Offline Send Email
Jul 3, 2002
5:25 pm
8280
Forewarning: I know squat about Filemaker. But what if you opened the database through script? (Something like opening Word. See cfcomet.com for an...
Mary-Catherine Gerrey
mcgerrey
Offline Send Email
Jul 3, 2002
5:36 pm
8281
Thanks Jason. I found out the way that is kinda similar to yours and it worked the way I wanted. ... your ... Within your ... to e.g. ... action ... direct...
Purplerosev
Offline Send Email
Jul 3, 2002
7:58 pm
8282
Greetings CF team, I am a total CF ignoramus so please forgive my question if it is vague or impenetrable! At work I have inherited a CF application with...
lrclay150
Offline Send Email
Jul 3, 2002
8:04 pm
Messages 8253 - 8282 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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