Re: Tag for NTFS file permissions - wrong email sorry

2001-04-06 Thread Jon Hall
Ignore my insanity... jon - Original Message - From: "Jon Hall" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, April 07, 2001 12:35 AM Subject: Re: Tag for NTFS file permissions > Hey Lewis, how about setting up a forum for ihkt on your site? > > jon > > > ~~

RE: [HTML Email Detection]

2001-04-06 Thread Jason
Check with Howie at Coolfusion.com he has a CFX_ImsMail tag that I believe will allow you to send both HTML/Plain and let the users mail server or browser choose on the other end. Haven't tested this myself but I think it can do it. -Original Message- From: Bernd VanSkiver [mailto:[EMAIL

Re: Tag for NTFS file permissions

2001-04-06 Thread Jon Hall
Hey Lewis, how about setting up a forum for ihkt on your site? jon ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.c

Re: CF Server parsing .js files...

2001-04-06 Thread Steve Reich
> That's the way we do it... works like a champ. When your stylesheets get > big, you really should link to them, rather than include them, so that > browsers can cache them and speed up all your pages. Works for us in > Netscape, too, vs. Steve's experience in the next post. It's not a styleshe

RE: Problem generating a query based on a specific date field

2001-04-06 Thread Michael Caulfield
By default Now() returns time down to the second, you might want to try createODBCDate(Now()) or DateFormat(Now(), "mm/dd/yy"). HTH, Michael Caulfield -Original Message- From: Johnny Boursiquot [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 07, 2001 1:31 AM To: CF-Talk Subject: Proble

RE: update numeric SubString?

2001-04-06 Thread Michael Caulfield
assuming all rows are at least 4 places long: update tbl SET col =left(col,3) + '0' + right(col, len(col) - 4) In SQL 2000 I can do this without any explicit conversion of types, I don't know if you'd have to cast it to a string and back to a number in another system or not. If

Re: Oddest Server Error I have seen thus far.

2001-04-06 Thread Joseph Thompson
Check for "variables" with names that look like they may be reserved. CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

Oddest Server Error I have seen thus far.

2001-04-06 Thread Erik Yowell
I received this error from my host today. I have to say, perhaps it's because I've typically programmed cold fusion in clusters of servers that have been highly tuned and haven't had a whole lot of experience with virtual hosts, but this error has me thuroughly confused! Help! If anyone has any an

RE: CF Server parsing .js files...

2001-04-06 Thread ron
> > I have a single javascript file (*.js) that I want to include CF > > variables with. I know how to set IIS up to allow CF Server to > > process a specific file extension, but I don't neccessarily want > > it to process all .js files. > > Why not leave the file as a .cfm file but put TYPE="app

Problem generating a query based on a specific date field

2001-04-06 Thread Johnny Boursiquot
I have an Access 2000 db that has a Clock table which has a ClockDate colum. I tried generating results from that table using the following code: SELECT * FROM Clock WHERE (StaffID = #session.StaffID#) AND (ClockDate = Now()) No results were returned. I verified the table and made sur

update numeric SubString?

2001-04-06 Thread Adrian Cesana
If I have a numeric field that is '999', is there any way to just update the forth number, something like this although I know it does not work UPDATE blah SET SubString(Switch, 4,1) = '1' WHERE blah I need to do this to several records and will not know the entire value of the Field

Re: CFFILE tag

2001-04-06 Thread Joseph Thompson
There is no "practical" limit on what you can include in the "submit" form. I would guess that that error is caused by your CFFILE tag looking like this: (incorrect) Instead of This:(correct) > Logically it seems like this should work just fine but I get an err

RE: What's new from MD

2001-04-06 Thread Peter Tilbrook
The Fusion AUthority Alert has been a tad quiet lately though :) ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com

RE: CFFILE tag

2001-04-06 Thread Andrew Tyrone
Aimee: You really shouldn't pass attributes for a cf tag in a form, url, or in any other way that would allow someone to tamper with them. Are you trying to set the NAMECONFLICT tag for the cffile UPLOAD action? If so, why not set it on the called page, where it is secure? If this isn't what

Re: CF Server parsing .js files...

2001-04-06 Thread Steve Reich
> Why not leave the file as a .cfm file but put TYPE="application/x-javascript"> at the top? I tried renaming the .js file to a .cfm file and it worked like a champ until I opened the page in Netscape... it doesn't seem to want to accept it as a javascript source file. Worked perfect in IE (

CFFILE tag

2001-04-06 Thread Aimee Abbott
All the examples of using the cffile tag use it with a very simple form. Does anyone know if it is possible to have more stuff in the form such as: File to upload: Your Name: Your password: Logically it seems like this should work just fine but I get an error saying "Filename does not

RE: CF SCHEDULER

2001-04-06 Thread Caulfield, Michael
Try adding a token (addtoken="yes") on the cflocation. The CF Scheduler is really just a timed call to CFHTTP, and CFHTTP doesn't do cookie based session management. -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 12:06 PM To: CF-Talk Subj

WARNING: DO NOT USE CHEAPESTHOSTING.COM

2001-04-06 Thread Tariq Ahmed
I really shot myself in the foot on this one. A long time ago I signed up with CheapestHosting.com. They were the cheapest Cold Fusion based hosting company, and I wasn't making that much money so for a personal site I couldn't justify spending a ton on a web host. Well I should

Re: some same value into one

2001-04-06 Thread Andy
Couldn't you also just reference the query row instead of maintaining a separate counter? Andy - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, April 04, 2001 4:37 AM Subject: Re: some same value into one > > Use the following syntax. >

What's new from MD

2001-04-06 Thread Michael Dinowitz
The CF-Community list is really rocking (the house and the horse). The amount of threads on the list has really grown and I feel its bringing the community closer together. A side effect has been that there are less OT posts on many of the lists. This was the desired effect and I'm very happy with

Re: HTML Email Detection

2001-04-06 Thread Howie Hamlin
The format of the MIME-encoded message would have both plain text and an HTML portion like: -- other headers -- MIME Boundary=SomeBoundary -- email starts here -- --SomeBoundary type=text/plain Here is my plain text message --SomeBoundary type=text/html Here is my HTML message --SomeBoundar

RE: Grouping Problem

2001-04-06 Thread Kevin Mansel
Thank you very much, this worked just fine. Kevin -- Original Message -- From: "Chris Stoner" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Fri, 06 Apr 2001 15:52:01 -0400 >You might be better served by doing something like this > > > > SELE

Strategy Question - Site Searches

2001-04-06 Thread Eric Root
When you set up a CF website where most of your content is data driven, how can you provide search options for the users that are of any value? Since most of your data is hidden in the database (MS SQL Server), how do you index the data in the database and combine it with the static web site text?

RE: Recommended JSP IDE on linux?

2001-04-06 Thread Costas Piliotis
If you're using Jrun, give Jrun studio a once over for the front end and kawa for your EJB and Servlets... -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 12:38 PM To: CF-Talk Subject: Re: Recommended JSP IDE on linux? Check out Kawa from Alla

(Admin) Re: Hosting recommendations [KILL]

2001-04-06 Thread Michael Dinowitz
I posted a link to Ben's ISP list and hoped it would end. Tuesday (it's almost holidays) I'm going to post some new rules about ISPs. Requests about them should be sent to a page that details each isp (I'll build it) and then the thread MUST be dropped. Any discussion about ISPs should be on CF-Se

RE: Recommended JSP IDE on linux?

2001-04-06 Thread James Milks
It is my understanding that Kawa is a visual tool for beans and servlets. Jrun Studio is the bells and whistles Allaire JSP editor, but sadly, they have no intention at this time of porting any visual tools to Linux. James -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED]] Sen

RE: HTML Email Detection

2001-04-06 Thread Robert Everland
How do you send more than one format with mime encoded? Robert Everland III Web Developer Dixon Ticonderoga -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 3:36 PM To: CF-Talk Subject: Re: HTML Email Detection This operation is basically t

Bug in rereplace() function

2001-04-06 Thread Lanny R. Udey
Hi, I wanted to alert everyone that there is a bug (confirmed) in the rereplace() fuction in CF 5.0 AND also in 4.5.1 SP2. This bug caused us much greif in that it generated pcode errors and crashed our servers frequently. It seems to occur primarily when you are parsing large blocks in conten

Re: HTML Email Detection

2001-04-06 Thread Kevin Schmidt
All I have is a comma delimited list of email addresses from the client. - Original Message - From: "Semrau, Steven L Mr SRA" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 2:23 PM Subject: RE: HTML Email Detection > First thought would be to ask that

RE: Hosting recommendations

2001-04-06 Thread Paul Smith
This reminds me of the time I developed a big CF website for this Head Hunter startup, worked day and night for a month to get it up on time (before Fusebox), and gave them a good development price thinking of long term hosting. After 3 months they moved it to another hosting company. One of

Re: HTML Email Detection

2001-04-06 Thread Lanny R. Udey
Hi, There is no guarentee that the users email supports html even if their brower does. Lanny Udey Hofstra University >>> [EMAIL PROTECTED] Friday, April 06, 2001 >>> I want to send HTML enabled email with CFMAIL but I wan't to filter on whether the clients email browser accepts HTML email.

Re: HTML Email Detection

2001-04-06 Thread Jeff Small
Well, maybe it's not quite the same, but I sort of took care of it on the back end. In my database, I placed a yes/no field to check if they had html email, the default setting was 'no', so any new person added to the database was automatically sent a 'welcome' mail when they were added letting t

RE: Grouping Problem

2001-04-06 Thread Hayes, David
You'll need to have a computed column in your query which contains only the day value. In MS-SQL, you could use CONVERT(varchar(8),date,2) AS theDay Then you can use "theDay" as your group column. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, April

RE: Grouping Problem

2001-04-06 Thread Chris Stoner
You might be better served by doing something like this SELECT DATEPART(day, DateColumn) AS 'GroupDate', DateColumn, OtherColumns ORDER BY DateColumn #GroupDate# #OtherColumns# -- Chris Stoner ---

Re: Hosting recommendations [KILL]

2001-04-06 Thread Wjreichard
Nice shoo-in TeX! I use Atswebnet and am more than happy with their service. However, it kills me that that I have to wade thru 50 messages ever week about plugs for ISPs. And call me cynical, but I would not be surprised if the ISP posts the initial message asking for the recommendation ... s

Re: [HTML Email Detection]

2001-04-06 Thread Bernd VanSkiver
Only way I can think that there could be come client detection is if the client supported HTML because otherwise it is not going to run any scripts at all. Only way to really do it is to ask the client which type they can/would prefer to receive. "Kevin Schmidt" <[EMAIL PROTECTED]> wrote: > I

Re: Recommended JSP IDE on linux?

2001-04-06 Thread Rey Bango
Check out Kawa from Allaire. I don't think it runs on Linux but then again, your server may be the only thing that needs to run Linux. Rey Bango... - Original Message - From: "James Milks" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 2:54 PM Subject:

Re: HTML Email Detection

2001-04-06 Thread Howie Hamlin
This operation is basically the same as when you detect a client's web browser. Most modern email clients send a header (X-Mailer) indicating the email client type. Here's an example: X-Mailer: Microsoft Outlook Express 5.50.4133.2400 So, there are several caveats: 1 - you must have already r

RE: HTML Email Detection

2001-04-06 Thread James Milks
Don't think so. There have been threads on this in the past. Some people figure they can parse headers and stuff, but that is messy at best. In my opinion, if the big sites still ask you to specify when joining a mailing list, there isn't a good way of doing it, or they would have . James -O

Re: Grouping Problem

2001-04-06 Thread net_man
I do this by using a SQL query like SELECT datefield as X, information as Y FROM table ORDER by datefield #X#, #Y# Contact me offlist and I can help further. Robert - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 3:06 PM Su

RE: HTML Email Detection

2001-04-06 Thread Semrau, Steven L Mr SRA
First thought would be to ask that question on your form. If 'yes' then create the HTML enabled version, else create Plain Text. Steven Semrau SRA International, Inc. Senior Member, Professional Staff [EMAIL PROTECTED] [EMAIL PROTECTED] Com: (703) 805-1095 DSN: (703) 655-1095 -Original M

Re: OT: Recommended JSP IDE on linux?

2001-04-06 Thread Clint Tredway
try out JBuilder 4. I hear it is really good. -- Original Message -- From: "James Milks" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Fri, 06 Apr 2001 14:54:37 -0400 Hi all, I am leaving the CF world for a while to do a JSP project over the summer

Grouping Problem

2001-04-06 Thread kmansel
I'm sure at least one of you people have had this problem, and i'm pulling my hair out of here I have a field which has a date/time value. ie : 4/3/2001 12:00:00 PM now there are tons of records for each day, but with different times. I am trying to output a list of the past 10 days. G

HTML Email Detection

2001-04-06 Thread Kevin Schmidt
I want to send HTML enabled email with CFMAIL but I wan't to filter on whether the clients email browser accepts HTML email. Is there a way to do this with CF? I don't think there is. What about on the client side could they trigger an event with JS or VBS when they open the mail that detects w

RE: Hosting recommendations

2001-04-06 Thread Steve Pierce
Just FYI, 99.7% uptime means that there is over 26 hours of down time each year. Cheers! - Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 8:52 AM To: CF-Talk Subject: Re: Hosting recommendations Since my last flaming for po

OT: Recommended JSP IDE on linux?

2001-04-06 Thread James Milks
Hi all, I am leaving the CF world for a while to do a JSP project over the summer. It will be on linux. The company has Visual Age, but say I can use any IDE I want. I have read that Visual Age does not have great JSP support. Does anyone have a good recommendation? Thanks James Milks Noncubicle

RE: Hosting recommendations [KILL]

2001-04-06 Thread Steve Pierce
Bang! Bang! Bang! Bang! Bang! Bang! Bang! Bang! Bang! Bang! "He's dead, Jim!" - Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 9:49 AM To: CF-Talk Subject: Re: Hosting recommendations [KILL] Please kill this thread or take i

Re: CF Server parsing .js files...

2001-04-06 Thread Keith C. Ivey
On 6 Apr 2001, at 13:16, Steve Reich wrote: > I have a single javascript file (*.js) that I want to include CF > variables with. I know how to set IIS up to allow CF Server to > process a specific file extension, but I don't neccessarily want > it to process all .js files. Why not leave the file

RE: Breaking Datasource Connection

2001-04-06 Thread Adkins, Randy
Before doing this, you will need to make sure no one else would be attempting to write data to the database. Just do a simply Query that causes an error with the database. Select * From NOTABLE Make sure that this Datasource is correct and the table name you specify in the query does NOT exis

Re: Breaking Datasource Connection

2001-04-06 Thread Joseph Thompson
Two ways come to mind.. (http://cfhub.com/faq/access_lock.cfm) Select BadData FROM UnknownTable ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-

RE: Breaking Datasource Connection

2001-04-06 Thread Larry Juncker
I write a simple template to run when needed like so: SELECT * FROM CRAP Since I have no table in my DSN called crap it returns an error which breaks the connection Save the file in a hard to find directory under your domain so that someone else doesn't run it on you. Larry J

RE: import 100 users into NT 4.0?

2001-04-06 Thread Adrian Cesana
Not sure if you can do this in your enviro but Ive brought up new servers as BDC, then sync to the PDC for account info. Then promote your BDC to a PDC. Another method would be to use the addusers.exe, do a search in MSKB on this, its a Resource Kit program. Hope it helps, Adrian -Origina

RE: import 100 users into NT 4.0?

2001-04-06 Thread Dave Watts
> Is there any way to import 100 users into NT 4.0 rather then > hand type them in? Yes, you can use the addusers.exe utility from the NT Resource Kit. It accepts comma-delimited files. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~

Re: Breaking Datasource Connection

2001-04-06 Thread Dave Hannum
Write a query to that Datasource that is bad - I.E. a non existant table. Then as soon as you run that script, begin you upload before something else grabs the database. Dave - Original Message - From: "Erika Foster" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, Ap

RE: Urgent - load: class allire.controls.cfGridFormApplet error

2001-04-06 Thread Dave Watts
> I have a cfgrid that works excellent on my dev machine, but > as soon as I try and look at it on another machine, I get the > following error on the status line. Any instant help on this > would be great. > > "load: class allaire.controls.cfGridFormApplet not found" Make sure that the CFIDE

Re: Breaking Datasource Connection

2001-04-06 Thread Ben Dyer
Query a table that doesn't exist. It will unlock the database: SELECT * FROM FourScoreAndSevenYearsAgo That'll do it. --Ben At 10:09 AM 4/6/01, you wrote: >I know, I know - this has been asked a trillion times. > >I need to upload a brand new copy of the access database, but 'its in u

Breaking Datasource Connection

2001-04-06 Thread Erika Foster
I know, I know - this has been asked a trillion times. I need to upload a brand new copy of the access database, but 'its in use by another processs' so of course the upload fails. How do I break the connection so I can upload the updated database? Thanks. Erika Foster engineering-environmenta

Urgent - load: class allire.controls.cfGridFormApplet error

2001-04-06 Thread Larry Juncker
Guys; I have a cfgrid that works excellent on my dev machine, but as soon as I try and look at it on another machine, I get the following error on the status line. Any instant help on this would be great. "load: class allaire.controls.cfGridFormApplet not found" Thanks Larry Juncker Senior Co

Re: CF Server parsing .js files...

2001-04-06 Thread Dave Hannum
The only way I can think of would be to wrap it in a CFINCLUDE inside a .cfm page. Dave - Original Message - From: "Steve Reich" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 1:16 PM Subject: CF Server parsing .js files... > I have a single javascr

Re: CF Server parsing .js files...

2001-04-06 Thread Jason Lotz
I believe that if you the .js file, CF automatically parses it, even though it isn't a .cfm file. In other words, will process 'myjsfile.js' as if it were a .cfm file. Jason - Original Message - From: "Steve Reich" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, Ap

CF Server parsing .js files...

2001-04-06 Thread Steve Reich
I have a single javascript file (*.js) that I want to include CF variables with. I know how to set IIS up to allow CF Server to process a specific file extension, but I don't neccessarily want it to process all .js files. My question is Is there any command I can use to only process the singl

RE: SQL LIKE statement: LIKE '%a'; LIKE '%b'; LIKE '%c', etc.

2001-04-06 Thread Paul Sinclair
Rif, It is an MSAccess db. Paul > -Original Message- > From: Rif Kiamil [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 06, 2001 12:01 PM > To: CF-Talk > Subject: RE: SQL LIKE statement: LIKE '%a'; LIKE '%b'; LIKE '%c', etc. > > > What type of database u using ? > > Rif > > -Ori

CF SCHEDULER

2001-04-06 Thread Kelly Matthews
I have a page that if I run it in a browser it works fine. It processes the following code: http://www.blah.com/blah.cfm"> Now if I run it manually it grabs the code from the CFHTTP, and then the CFLOCATION tag just pushes all the variables to another page to WRITE the file out on our server

RE: Help!

2001-04-06 Thread alistair . davidson
I'm not entirely sure what you're trying to do, but try something like this - SELECT Products.product_ID FROMProducts WHERE NOT EXISTS( SELECT Product_ID FROM StoreProducts WHERE Product_ID = Products.Product_ID

Re: Sites & discussion groups for coldfusion

2001-04-06 Thread Joseph Thompson
ok, one more :) http://64.50.144.184/ (Daob.com) > Can anybody tell me the sites for coldfusion free hosting other than cfm-resources.com & cf-developer.net? > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://w

RE: cfselect required='yes' is useless....

2001-04-06 Thread Semrau, Steven L Mr SRA
Anytime, glad I could provide a little help. Steven Semrau SRA International, Inc. Senior Member, Professional Staff [EMAIL PROTECTED] [EMAIL PROTECTED] Com: (703) 805-1095 DSN: (703) 655-1095 -Original Message- From: Jeremy Castonguay [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06

OT: import 100 users into NT 4.0?

2001-04-06 Thread Chad Gray
Is there any way to import 100 users into NT 4.0 rather then hand type them in? Thanks Chad ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.co

RE: SQL LIKE statement: LIKE '%a'; LIKE '%b'; LIKE '%c', etc.

2001-04-06 Thread mherbene
If it will always be exactly one character, instead of wildcards I would do select blah fromblahtable where left(lastname, 1) in (#listqualify(form.selectbox_of_letters, "'")#) you might have to use something other than left(lastname, 1) if your database uses a different function for that.

RE: cfselect required='yes' is useless....

2001-04-06 Thread Jeremy Castonguay
Thats the ticket, thanks for the code... -Original Message- From: Semrau, Steven L Mr SRA [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 9:38 AM To: CF-Talk Subject: RE: cfselect required='yes' is useless I use the above example all the time for the scenario you

RE: SQL LIKE statement: LIKE '%a'; LIKE '%b'; LIKE '%c', etc.

2001-04-06 Thread Aaron Cooper
try: WHERE field LIKE 'a%' OR field LIKE 'b%'... Aaron Cooper, BSc Application Developer, Freeserve.com Plc The Observatory, 36-41 Clerkenwell Close, London EC1R OAU T: 0207 553 4992 M: 07799 191 589 -Original Message- From: Paul Sinclair [mailto:[EMAIL PROTECTED]] Sent: 06 April

RE: SQL LIKE statement: LIKE '%a'; LIKE '%b'; LIKE '%c', etc.

2001-04-06 Thread Rif Kiamil
What type of database u using ? Rif -Original Message- From: Paul Sinclair [mailto:[EMAIL PROTECTED]] Sent: 06 April 2001 16:25 To: CF-Talk Subject:SQL LIKE statement: LIKE '%a'; LIKE '%b'; LIKE '%c', etc. I am trying to get a db output where a user selects an alphabet

Re: syntactically valid variables?

2001-04-06 Thread Keith C. Ivey
On 6 Apr 2001, at 10:11, Toivonen, Nicole wrote: > Parameter 1 of function IsDefined which is now > "ATTRIBUTES.E6_HL_C/CCNOADD" must be a syntactically valid > variable name You can't have a slash in a variable name. A variable name must begin with a letter and contain only letters, numbers,

RE: DHTML Menu :: Spanning frameset?

2001-04-06 Thread Paul Ihrig
if you want to see my rough solution. http://www.columbus.nbbj.com/Dhtml/Default.htm again Thanks to all who helped me! have a great weekend! -paul Web Developer, NBBJ Work: [EMAIL PROTECTED] 614 241-3534 fax:614 485-5534 Home: [EMAIL PROTECTED] 614 449-1681 > icq: 47

Re: OT But Urgent - Knock CF if you dare

2001-04-06 Thread Larry C. Lyons
Daryl, Here's my take on the issue , taken from another list: johnnyb wrote: > > Is there any resources comparing these 3 server models - ASP, CF and JSP? What would >be the > main advantages/disadvantages of each? Johnny, Unless you're strongly into Visual Basic Script or JavaScript, CF is

Tag Resource Index

2001-04-06 Thread Dave Hannum
I'm sure many of you have seen the CGI Resource Index (cgi-resources.com). Matt Wright has Perl and other scripts there (much like the Developers Exchange) but they are categorized more clearly PLUS you can rate the scripts. Members can comment on the scripts. Was it real or am I imagining that

SQL LIKE statement: LIKE '%a'; LIKE '%b'; LIKE '%c', etc.

2001-04-06 Thread Paul Sinclair
I am trying to get a db output where a user selects an alphabetical range in a form and then the sql selects all users in a db whose last names start with one of the letters in that range. For example, on a form page the user selects a range of a-f. I need to find all users whose last names start

RE: Whiteboarding

2001-04-06 Thread James Maltby
The other way is to create it with shockwave or in flash 5 - we've done one in shockwave, but on a cd-rom, and we've seen on in flash 5 - both with "icons" can you can drag 'n' drop, pen colours, nib widths, eraser, etc. Or use M$ NetMeeting.. J "Remember amateurs built the ark... Professio

RE: syntactically valid variables?

2001-04-06 Thread Howarth, Craig (IBK-NY)
Remove the forward slash from the variable name. > -Original Message- > From: Toivonen, Nicole [SMTP:[EMAIL PROTECTED]] > Sent: Friday, April 06, 2001 10:11 AM > To: CF-Talk > Subject: syntactically valid variables? > > Hi there, > > I'm getting the error below when attempting to

Re: Create login page with secure

2001-04-06 Thread Clint Tredway
What exactly do you mean by securely? -- Original Message -- From: "Haryono ..." <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Thu, 05 Apr 2001 21:53:34 -0700 (PDT) Hallo everyone, Can anyone help me to create a login page securely? I you have mad

RE: Hosting recommendations

2001-04-06 Thread Raymond Camden
> When I used to run CF sites, I had good luck with Media3 > (http://www.media3.net).. Now that I only personally run PHP on Linux > systems, I use JTL Networks (http://www.jtlnet.com) and they do have a CF > offering as well. They've had good support and reliability, but I don't > know if thei

RE: Whiteboarding

2001-04-06 Thread bflynn
Joe, check around the java applet sites. The basics of what makes whiteboarding work is less than 100 lines of java code. There a good chance you might find an free open source applet that works for you. If you have someone on staff who has ever written java, many "Learn Java" books use whitebo

RE: Create login page with secure

2001-04-06 Thread Mike Brunt
There is a custom tag written by Digital Jungle called CF_Sentry, I believe their URL is http://www.digital-jungle.com and the tag is referenced on their home page. Hope this helps. Kind Regards - Mike Brunt Macromedia Consulting Tel 562.243.6255 Fax 401.696.4335 http://www.allaire.com/services/

RE: chat room application

2001-04-06 Thread bflynn
Depending on the client's connection, auto-refresh the message frame could be annoying at best. I can envision a way of doing this entirely in Javascript using frames where you could autorefresh a "hidden" frame (one that doesn't draw anything), then use JS to check when a certain control field i

syntactically valid variables?

2001-04-06 Thread Toivonen, Nicole
Hi there, I'm getting the error below when attempting to generate a variable from a checkbox. I am using the FuseBox 'formURL2Attribute' tag, which is where the the issues are arising. Unfortunately, I'm not very sure what 'syntactically valid variable name' means in this context, or what about

Re: Could Not Delete From Specified Tables

2001-04-06 Thread [EMAIL PROTECTED] Ayers
Ben - Thanks very much for this response. I have the feeling I've built this database incorrectly, and I'm considering re-doing it. I will keep you posted! Appreciate your help, P@tty > P@tty, > > If you have the tables related, with 'cabins' as the "parent" table, you > cannot normally dele

Re: Could Not Delete From Specified Tables

2001-04-06 Thread [EMAIL PROTECTED] Ayers
Andy - Thank you very much for this response. I think I understand a lot better, and I'm reading the Access book and database theory book to get a better grip on this. I'm considering re-building my database now, which is why I'm not pursuing this particular question further. I think it could be

Re: cfselect required='yes' is useless....

2001-04-06 Thread David E. Crawford
The issue is that the idea is to force a selection, ie: an entry that has a value. Most of us use a "blank" option to start with as you show. Unfortunately the cfselect produced javascript does not properly handle this issue. In a single select box something is always selected. Dave - Origi

Re: cfselect required='yes' is useless....

2001-04-06 Thread Edward Smith
It's only useless on a select box with a size of 1. On a select box with a size greater then 1, it works fine, and is useful. What you could do, is crib the CFSELECT validation Javascript, add in your own code for Single Size Selects, and hook it up to the CFFORM validation routine, and just use

RE: Hosting recommendations

2001-04-06 Thread Joe Sheble aka Wizaerd
When I used to run CF sites, I had good luck with Media3 (http://www.media3.net).. Now that I only personally run PHP on Linux systems, I use JTL Networks (http://www.jtlnet.com) and they do have a CF offering as well. They've had good support and reliability, but I don't know if their NT a

RE: cfselect required='yes' is useless....

2001-04-06 Thread Adkins, Randy
Well no offense, think about what you just stated. Using the Required="Yes" function means You REQUIRE a value thus the field will never be NULL. Thus why would you want a NULL value or NOT Select an item in the select. If you want a case where a user does not have to select a field within the

RE: Hosting recommendations

2001-04-06 Thread Dylan Bromby
i've hosted at a number of large companies. my BEST experience EVER has been with Epoch Internet for the past 10 months. i have a full cabinet there running 10Mbps burstable. it's always extremely fast & reliable and their response has always been immediate. granted, this might not be the $49.9

Re: Hosting recommendations [KILL]

2001-04-06 Thread Wjreichard
Please kill this thread or take it to CF-Community. Thanks, Bill ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com

Re: Hosting recommendations

2001-04-06 Thread Jeffry Houser
It really depends upon the policies of the host. A lot of places state up front that development on their server is not allowed. Of course, if by development ya just mean ftping your debugged, coded, and tested files to the shared hosting environment... that is different. At 09:16 AM

RE: cfselect required='yes' is useless....

2001-04-06 Thread Semrau, Steven L Mr SRA
I use the above example all the time for the scenario you described below. Steven Semrau SRA International, Inc. Senior Member, Professional Staff [EMAIL PROTECTED] [EMAIL PROTECTED] Com: (703) 805-1095 DSN: (703) 655-1095 -Original Message- From: Jeremy Castonguay [mailto

Re: cfselect required='yes' is useless....

2001-04-06 Thread David E. Crawford
Write your own javascript to validate the select box. The problem is that with a "single" select box there is always something selected. Using a multi-select box, the validation in CFFORM works just fine. You used to be able to modify the javascript that CFFORM used, but that changed with 4.0x.

RE: CF Time off by an hour?

2001-04-06 Thread Troy Hiltbrand
We are having the same problem with one of our servers. According to Allaire, it is a problem with the Visual C++ that was used to create Cold Fusion. It doesn't recognize April 1st as the first day of Daylight Savings. It recognizes April 8th. This means that it should correct itself on Sunda

RE: CF Time off by an hour?

2001-04-06 Thread Jason Lees (National Express)
Same thing happens on our system running CF server 4.5.1 and windows NT4 SP 4 Jason Lees National Express Systems Department. E-Mail : [EMAIL PROTECTED] -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 2:26 PM To: CF-Talk Subject: RE: C

RE: CF Time off by an hour?

2001-04-06 Thread Jay E Wigginton
hey, yes, there is a problem on NT that the daylight savings time does not properly adjust the system time... the tray time will display proper time but the time is off in other things that call it from the system... this is suppose to self correct itself after the Arpil 8th... or you can go into

RE: CF Time off by an hour?

2001-04-06 Thread Thomas Chiverton
This is a problem with old apps compiled with a broken C++ library. I suggest you upgrade CF / NT to more recent versions / patches. -Original Message- From: Scott Becker [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 2:08 PM To: CF-Talk Subject: CF Time off by an hour? Our Wi

cfselect required='yes' is useless....

2001-04-06 Thread Jeremy Castonguay
What were they thinking. Pardon me if I am just being ignorant but the "Required='yes'" attribute is completely useless. When the query values are inserted there is no way to default the select box to null, therefore there is no way to "not" select a value... Any thoughts would be appreciated

  1   2   >