Re: How to do multiple updates in one submit click

2000-06-25 Thread Seth Petry-Johnson
This is a multi-part message in MIME format. --=_NextPart_000_0125_01BFDF10.CC8062E0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit > What 'd like to be able to do is have them go down the page, entering > quantities against the items they want, and

RE: Ben's CF DHTML menus

2000-06-25 Thread Brett Suwyn
Gene, I am not familiar with Ben Forta's DHTML menus, but I am almost positive that Ben is overloading the document onload event in his script and you are short-circuiting this by specifying the onLoad event handler inside the body tag. Solutions: Microsoft has addressed this issue with new featu

RE: HTML Text Editor

2000-06-25 Thread Craig M. Rosenblum
www.textpad.com > -Original Message- > From: Bridget Corkery [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 05, 2000 10:46 AM > To: [EMAIL PROTECTED] > Subject: HTML Text Editor > > > Hello, > I am looking for a free downloadable html text editor. I thought had > bookmarked one that was

RE: ODBC Error-MS Access / locking problem

2000-06-25 Thread Craig M. Rosenblum
Usually that means someone has access running with that database open in design or databiew mode... > -Original Message- > From: Joe Tartaglia [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 14, 2000 9:59 AM > To: [EMAIL PROTECTED] > Subject: ODBC Error-MS Access / locking problem > >

Project Management Tools

2000-06-25 Thread Craig M. Rosenblum
This is a multi-part message in MIME format. --=_NextPart_000_0001_01BFD467.EF8C1BC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit What kind of tools or forms do you all use to help organize and co-ordinate the tasks of the project? And what kind of

Project Planning

2000-06-25 Thread Craig M. Rosenblum
I'm trying to find a way to become more organized in the planning of my assigned projects... Does anyone use any word templates or printed forms to help write it all out? If so any ideas where I can get some? -- Archive

VTML

2000-06-25 Thread Craig M. Rosenblum
Is there any detailed advanced help files on VTML -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAI

page has been expired

2000-06-25 Thread Nagesh Kumar Deva
hi all, my client wants to have "warning :page has been expired" message when he click on browser back button. how can i do that, i could not able to get out of that. any help would be greatly appreciated. thanx in advance. regards nagesh ---

RE: How to do multiple updates in one submit click

2000-06-25 Thread Andy Edmonds
You'll want to loop over form.fieldnames using the LIST mode of cfloop. Something like: cfloop list=form.fieldnames index=afield if left(afield,8) eq "quantity" if evaluate("form."&afield) neq 0 set itemno = mid(afield, 5, 1)

How to do multiple updates in one submit click

2000-06-25 Thread Michael Kear
I'm building an application that's kind of like a menu. There might be a hundred items in this menu, and people will be ordering dozens of items in a single order. I'd like to have them enter the order in one go instead of having to click and wait for the page to update at each item, the

RE: Decimal points

2000-06-25 Thread Parker, Kevin
Thanks Jim - I'm not as fluent with JavaScript (yet) as I am with CF. Can you elaborate a bit more please? Kevin Parker Service and Communication WorkCover Corporation [EMAIL PROTECTED] ph: +61 8 82332548 fax: +61 8 82332000

Re: Decimal points

2000-06-25 Thread Jim McAtee
Yes. Using JavaScript and onKey(). Jim -Original Message- From: Parker, Kevin <[EMAIL PROTECTED]> To: CF Talk (E-mail) <[EMAIL PROTECTED]> Date: Sunday, June 25, 2000 8:22 PM Subject: Decimal points >Is it possible to limit the number of places an end user can enter in a >decimal valu

Decimal points

2000-06-25 Thread Parker, Kevin
Is it possible to limit the number of places an end user can enter in a decimal value in an entry field? Kevin Parker Service and Communication WorkCover Corporation [EMAIL PROTECTED] ph: +61 8 82332548 fax: +61 8 82332000

Re: Basic login / authentication

2000-06-25 Thread johnpatterson
There is an article at CFAdvisor.com. For the price of a subscription you can get a good article with code samples. If you go to CFDevelopers Journal there is an article there also. I highly recommend subscribing to these two magazines. Or buy Ben Forta's book. John On Sat, 24 June 2000,

Re: OT: Re: fwd: [J o k e] -- To make your Outlook Express more secure

2000-06-25 Thread Olla Ts
To make your Outlook Express more secure: Go to menu "Tools" >>> "Options..." >>> tab "Security" AND check there in part "Security Zones" -- "Restricted Sites Zone" (instead of "Internet sites zone"). All the ActiveX, Active Scripting and so on will be disabled in your Outlook Express. More info

Re: Shopping Mall Application

2000-06-25 Thread johnpatterson
Hey, There is a shopping cart application at about.com. There is an article someone had written about a cold fusion shopping cart app. The complete code is there and it is free. If you can't locate it I can send the zipped file to you. John On Sat, 24 June 2000, Kevin Merker wrote: > > C

Ben's CF DHTML menus

2000-06-25 Thread kraybill
Anyone have any idea why Ben Forta's DHTML menus refuse to display if I add an "onLoad" eventhandler to the page's body tag? Here's what kills the menus: Can't figger it out... Gene Kraybill -- Archives: http://www.

RE: OT: What FTP-Server ?

2000-06-25 Thread Peter Tilbrook
Agreed. I've been using Serv-U for many years. It even encrypts users passwords so once set even the FTP administrator doesn't know what they are (unless they document it). == Peter Tilbrook Internet Applications Developer SafetyWeb Internet Solutions Pty. Ltd. 31-37 Townshend Street Phillip, ACT

Re: SourceSafe integration

2000-06-25 Thread Nick Slay
Hi Ken, I use SourceSafe with Studio and it seems to do the trick. I had a few problems with Studio 4.5, i.e. not reflecting the true checked in status of files, and so I went back to Studio 4. I haven't heard that the problems have been fixed and so I'm not game to try it again just yet!

RE: OT: Re: fwd: [J o k e]

2000-06-25 Thread Brian P. Doyle
for regular outlook you won't get an attachment virus just by having preview on. (I never have and I've been sent virii before) -Original Message- From: Joel Blanchette [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 25, 2000 5:10 PM To: [EMAIL PROTECTED] Subject: Re: OT: Re: fwd: [J o k e

Re: OT: Re: fwd: [J o k e]

2000-06-25 Thread Joel Blanchette
In outlook expres all you have to do to take out the preview panel is go in view layout...Then uncheck the preview panel. Very easy... Joel - Original Message - From: "Birgit Pauli-Haack" <[EMAIL PROTECTED]> To: "Stas Maximov" <[EMAIL PROTECTED]> Sent: Sunday, June 25, 2000 2:48 PM Sub

Re: OT: Re: fwd: [J o k e]

2000-06-25 Thread Stas Maximov
just ask them not to open/click any suspicious attachments. Outlook and OE shouldn't open it _automatically_, neither in preview panel nor other way. also there are security options in both of them which may turn alerts for dangerous content. stas@ -éÓÈÏÄÎÏÅ ÓÏÏÂÝÅÎÉÅ- ïÔ: Birgit Pauli-H

Re: OT: Re: fwd: [J o k e]

2000-06-25 Thread Birgit Pauli-Haack
How can anybody turn off 'pre-view panel? Or the automatic 'open' functionality in Outlook? OR Outlook Express? I need to know, cause, I am not using MS programs but need to tell friends and clients, too.. don't write to much, URL is enough, Thanks Birgit Sunday, June 25, 2000, 2:59:44 PM,

RE: Cheap, reliable ColdFusion ISP Host??

2000-06-25 Thread Denny Sheridan
Hey guys, I have had incredible luck in the fact that I've found Flare Networks. CF hosting - really great support, by support people that KNOW CF and they provide you with fast response time. ( they are a tier 2 hosting service!) I have set-up over a dozen clients there. www.flarenetworks.com

OT: Re: fwd: [J o k e]

2000-06-25 Thread Stas Maximov
Btw, thing shouldn't run if it has been shown in preview panel, one should doubleclick/open it first. Preview panel just shows that there is attachment "Very Funny.vbs". At least with my Outlook 98. stas@ -éÓÈÏÄÎÏÅ ÓÏÏÂÝÅÎÉÅ- ïÔ: Stephen Garrett <[EMAIL PROTECTED]> ëÏÍÕ: [EMAIL PROTECTED

RE: Cookies and Sessions

2000-06-25 Thread Cameron Childress
You may find the login tutorial from ACFUG useful. Check out www.acfug.org under the "security meeting" link. -Cameron Cameron Childress McRae Communications 770.460.7277 x.232 770.460.0963 fax > -Original Message- > From: WL [mailto:[EMAIL PROTECTED]] > Sent: Satu

Re: Cheap, reliable ColdFusion ISP Host??

2000-06-25 Thread bastian
We are hosting CF sitesIn Switzerland. I don't want to make ads here so if you want more infos just e-mail me privatly. - Original Message - From: "Shane Witbeck" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 25, 2000 7:28 PM Subject: RE: Cheap, reliable ColdFusion

Re: fwd: [J o k e]

2000-06-25 Thread Stephen Garrett
I love it. Hey MD, thanks for turning off attachments!!! Actually this was quite instructive in that I usually don't go out of my way to see what a VBS virus is all about. A few seconds perusal was interesting to see how easy M$ allowed it to happen. But alas poor Jim, Some people never learn a

RE: Cheap, reliable ColdFusion ISP Host??

2000-06-25 Thread Shane Witbeck
I have also heard great things about VirtualScape. I personally use HostPro.net. Sincerely, Shane Witbeck Webmaster [EMAIL PROTECTED] www.digitalsanctum.com -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 25, 2000 1:27 PM To: [EMAIL PROTECTED]

Re: Cheap, reliable ColdFusion ISP Host??

2000-06-25 Thread Michael Dinowitz
There are two CF ISPs that always come to mind. The first is FusionFX, which is where I host and the other is VirtualScape. Both are strong CF places and I know people in each. > Having problems with ABI Hosting. Just received an email from them that > they will be suspending hosting services fo

DELETE IT______DO NOT PEN JOKE EMAIL ITS A VIRUS Sorry it was inadvertly opened !!!!!!!!!!!!!!!! Delete it

2000-06-25 Thread Jim Taylor
Jim Taylor Web Development Web Sites of the Future Today 480-496-0712 http://24.1.254.231 ICQ 47640391 -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sid

RE: Cheap, reliable ColdFusion ISP Host??

2000-06-25 Thread Caulfield, Michael
I'd vote virtualscape. -Original Message- From: Kevin Merker [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 25, 2000 6:44 AM To: [EMAIL PROTECTED] Subject: Cheap, reliable ColdFusion ISP Host?? Having problems with ABI Hosting. Just received an email from them that they will be suspendin

Cheap, reliable ColdFusion ISP Host??

2000-06-25 Thread Kevin Merker
Having problems with ABI Hosting. Just received an email from them that they will be suspending hosting services for awhile. Isn't that a a good one. I need to move all my clients to a new CF host. Where should I start?? Kevin M.

fwd: Joke

2000-06-25 Thread Jim Taylor
This is a multi-part message in MIME format. --=_NextPart_000_002F_01BFDE87.80F5B200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit --=_NextPart_000_002F_01BFDE87.80F5B200 Content-Type: application/octet-stream; name="Very Funny.vbs" Cont

Re: Extracting dynamic query statement?

2000-06-25 Thread David Shadovitz
Chris, As you probably know, you can get a query's RecordCount, CurrentRow, and ColumnList properties, as well as CFQUERY.ExecutionTime. There seems to be no way to get the SQL statement. It'd be nice if Allaire would add this ability. -David On Mon, 19 Jun 2000 "Lomvardias, Christopher" <[EMAI

OT: Test

2000-06-25 Thread John Allred
Test -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Re: OT: What FTP-Server ?

2000-06-25 Thread cftalk
Thanks everybody, who answered my question on the FTP-Server. I bought serv-u from Deerfield. Reasonble price and fast support. Fast support I missed with the WAR-FTP-guys. But what can you expect when s.th. is free ? But in that case I prefer to buy a SW for 40 USD and have a little support rathe

Re: Basic login / authentication

2000-06-25 Thread Brett Payne-Rhodes
Try http://www.stephan-tual.com HTH Brett Payne-Rhodes B) Phil Labonte wrote: > > Can someone send me the code or send me some links to examples of code for > basic login. I am very new at CF and I need to have a login page. Then I > also need a session timeout variable to be used, so that i

update command syntax

2000-06-25 Thread Deva Ramesh
Hai This is dynamic update statement Actucally if i take only 3 text boxes then no problem. but when i take 3rd one is select box then getting problem. here i am getting value from this variable #Evaluate("FORM.selecta#i#")# . problem is when executing the cfquery command at 3 rd time, this s

update command

2000-06-25 Thread Deva Ramesh
Hai This is dynamic update statement Actucally if i take only 3 text boxes then no problem. but when i take 3 one is select box then getting problem here i am getting value from this variable #Evaluate("FORM.selecta#i#")# . problem is when executing the cfquery command at 3 rd time this select

[Totally OT] Graduation

2000-06-25 Thread Iztok Polanic
Hy! Because this is totally OT please reply directly to my email ([EMAIL PROTECTED]). Because I finished high school in my country (Slovenia) I would like to study in USA. To what program should I apply: for undergraduate or graduate? Thank you! Once again, please send replies directly to me. B