Dynamic Variable Names

2001-05-03 Thread Jenny Anderson
I want to dynamically create a variable name based upon a url variable. First I set up a couple of strings: CFSET qs = 'q' CFSET qn = #Insert(url.q, qs, 1)# Where q is a number from 1-37 passed via url variable. Let's say that url.q is 7. Then qn is 'q7'. So I query the database like this:

CFLDAP

2000-11-06 Thread Jenny Anderson
Can't connect to the LDAP server." And the documentation is lacking at best. Are there any suggestions as to what changes I might need to make or additional documentation/resources for CFLDAP? Thanks! Jenny ________ Jenny Anderson Moody Bible Institute Education Technolog

RE: Cookies

2000-07-12 Thread Jenny Anderson
Thanks Dave... That's definitely more of an answer I was expecting. I appreciate your help at least. I was looking for some more specific discussions on the uses of cfapplication and session management type things (I've done about 10 or so projects so far to make dynamic web pages and have

Cookies

2000-07-11 Thread Jenny Anderson
Hello all: I'm beginning to go a bit crazy here...first my cookies in an application were working (i.e. being set the way I wanted them to) and now they're not! I'm using an application.cfm file with the following code: CFAPPLICATION NAME="Camp_EVCalendar"

RE: Cookies

2000-07-11 Thread Jenny Anderson
At 05:18 PM 7/11/00 -0400, you wrote: CFCOOKIE NAME="date" VALUE="#DateFormat(Now(), "MM/DD/YYY")" CFLOCATION URL="adminhome.cfm" ADDTOKEN="NO" CF doesn't support using CFCOOKIE and CFLOCATION in the same page. Typically, CFLOCATION will override CFCOOKIE. Your alternatives are to use

Forms and Foreign Languages

2000-07-07 Thread Jenny Anderson
Hello: This might be slightly off-topic, but I am hoping someone can help me out with this one. I need to create a Cold Fusion form where the user enters a greek term in one box and then enters the definition in another. When they click on submit it puts this record in the database. What

Re: HTML Text Editor

2000-06-11 Thread Jenny Anderson
Bridget: You can go to http://www.tucows.com/UnitedStates.html (choose your region, OS) and take a look at their HTML text editors. There they have quite a few freeware editors and reviews for each. HTH! Jenny Date: Mon, 5 Jun 2000 11:45:33 -0400 From: Bridget Corkery [EMAIL PROTECTED] To:

Re: Can CF generate a Pop-up Window w/o Javascript?????

2000-06-11 Thread Jenny Anderson
-Original Message- From: Richard Fascianella [SMTP:[EMAIL PROTECTED]] Hello, I joined this list with the hope someone can help me with an issue I am having. I need to find out if CF can be used to generate a pop-up browser window WITHOUT the use of javascript. What I