Re: (Admin) CF 5 Hot Fixes

2001-09-02 Thread Michael Dinowitz
I've had some lockups but they were all due to some stuff I was doing with CFMAIL and the lists. Since moving to iMS in place of CFMAIL it's been smooth sailing. I can't totally blame CFMAIL for it all as I was doing some funky stuff with the scheduler, CFMAIL and CFX_Pop. There are a few small

OT - refresh only part of the page...?

2001-09-02 Thread Ian Lurie
Hi all, I've got a CF-powered image browser (you can see it at http://www.dessy.com/colorfinder/dessy_dresses.cfm) Note that when you select a new style from the 'style' drop-down and click 'go', the whole page refreshes. I'd rather have it just change the image in the center of the page.

Re: OT - refresh only part of the page...?

2001-09-02 Thread Jon Hall
Using javascript to change the source of your image is your best bet. This is the same concept as standard rollover images and you can get rollovers to work with most any browser. The code would go something like this... function changeImage(imageName) { document.images['dynImg'].src =

Re: OT - refresh only part of the page...?

2001-09-02 Thread Dick Applebaum
No special tricks required, just use frames. Something like: frameset border=0 frameborder=0 framespacing=0 rows=74,*,50 frame name=Headersrc=Header.cfm noresize scrolling=No frameset cols=128,*,184 frame name=NavBarsrc=NavBar.cfm noresize scrolling=No frame

User Directories And Security Contexts

2001-09-02 Thread joel
This is a multi-part message in MIME format. --=_NextPart_000_0109_01C133FA.83DC54A0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi, I am in the middle of configuring a web server to do Cold fusion web = hosting and due to security

RE: IP address of datasource

2001-09-02 Thread Dave Watts
hey guys, is there a way to get the IP address of your datasource using SQL? No, I don't think so. Besides, to talk to your datasource via IP, your ODBC datasource would have to already know what the IP address is. If you're using a datasource that someone else has set up, you can use

VTML database wizard...

2001-09-02 Thread Jon Hall
I am trying to write a CF Studio wizard that writes a wddx packet that describes the structure of a database table and, I am trying to do this by hacking the database viewer wizards that are in place. I am hoping I dont have to learn all of the deep dark secrets if vtml (and my Forta books

Using DB2 as a datasource

2001-09-02 Thread Mike Brunt
Does anyone have any comments-horror stories regarding using DB2 as database with CF4.5 and/or 5.0? Kind Regards - Mike Brunt Tel: 562.790.8631 Instant Messaging AIM: MediaEmbee Yahoo: MediaEmbeeYH ~~ Structure your ColdFusion code with

Re: VTML database wizard...

2001-09-02 Thread Jon Hall
Nevermind I figured it out. It's whether or not the field allows null values. If anyone thinks they can use a CF Studio wizard that serializes a table's structure into a wddx packet it's available here. http://www.oztek.net/jon/wddxgen.zip It puts all of the fieldnames in a nested structure

RE: Mailing List Manager

2001-09-02 Thread Dennis Powers
Mike, Are you running iMS on the same box as CF and Website? I am looking into evaluating a new mail server package and like the iMS concept, but it (iMS) would be running on a separate box from the webserver/CF server and I wasn't sure if the extended features for CF would be available to it

Re: Mailing List Manager

2001-09-02 Thread Michael Dinowitz
Currently I only have a single box for everything. As soon as I get a free second and some spare cash I'm getting an SQL server to do all the DB stuff. This means that there is a webserver, ColdFusion server and mail server all on the same box at the moment and it's all running smoothly. As for

Database Connection Polling

2001-09-02 Thread Haryono ...
Hallo, Database Connection Polling and Page compilation caching are the feature of ColdFusion. How can i use Database Connection Polling in Coldfusion(the way of use)? How can i use Page Compilation caching in Coldfusion(the way of use)? Thank you

RE: Mailing List Manager

2001-09-02 Thread Kevin Langevin
I'm ruinning iMS, and I can tell you that you do, in fact, have to run iMS on a CF machine. It's a CF-based application. I'm running it now, and I love it. Not sure about running on a single user license...that sounds like it'd work fine, but CF Express? Hmmm...Definitely ask Howie about that

Upload Direcotry

2001-09-02 Thread Joshua Tipton
I want to setup an upload from the client machine to a server through a web browser. The client would specify the directory on there machine and then hit submit. Anyone have any knowledge or code that can do this please let me know. Joshua Tipton

Re: Upload Direcotry

2001-09-02 Thread Don Vawter
Just use a form field of type form and the use cffile to store it on the server. Make sure you have : enctype=multipart/form-data in your form tag Don Vawter www.cyberroomies.com [EMAIL PROTECTED] - Original Message - From: Joshua Tipton [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: Upload Direcotry

2001-09-02 Thread Joshua Tipton
But this will only upload a single file I would like to upload an entire directory from there machine -Original Message- From: Don Vawter [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 02, 2001 10:54 PM To: CF-Talk Subject: Re: Upload Direcotry Just use a form field of type form

RE: Upload Directory

2001-09-02 Thread Tony Gruen
Joshua, Do you want to upload one file at a time or a directory? The form will let the user search for a single file and upload it. ===Form Page= CFFORM ACTION=action.cfm ENCTYPE=multipart/form-data METHOD=POST INPUT TYPE=file NAME=UploadFile SIZE=20 tabindex=1 input type=submit

Re: Upload Direcotry

2001-09-02 Thread Don Vawter
OIC. I know of no way to do that in a single step. Don Vawter www.cyberroomies.com [EMAIL PROTECTED] - Original Message - From: Joshua Tipton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, September 02, 2001 9:00 PM Subject: RE: Upload Direcotry But this will only

RE: Upload Directory

2001-09-02 Thread Joshua Tipton
Yes Sorry I wasn't very clear on how I wanted to do it. I want to upload a directory not just a single file. Sorry. Joshua Tipton -Original Message- From: Tony Gruen [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 02, 2001 11:06 PM To: CF-Talk Subject: RE: Upload Directory Joshua,

RE: Upload Directory

2001-09-02 Thread Jared Clinton
Try , http://www.aspupload.com/jupload.html Or http://www.softartisans.com/softartisans/sajfile.html These might help. Jared Clinton, Software Engineer NEC Business Solutions -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Monday, 3 September 2001 1:10 PM To:

sorting an array

2001-09-02 Thread Sharon Fling
Hi, Is there a way to sort an array by one element in the array? I have an array with 16 elements, one of which is a date. Is there a way to sort the entire array by this date field? Thanks. Sharon --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system

RE: sorting an array

2001-09-02 Thread Kevin Langevin
Don't know if this is what you're looking for, but this tag, from the Developers' Exchange, sounds like it's what you're looking for: http://devex.allaire.com/developer/gallery/info.cfm?ID=05D8F22A-6C6B-11D5-83 F100508B94F85Amethod=Full Kevin Langevin Web Guy in Charge UsWebGuys 954-612-2136

Mr D's big SQL box :)

2001-09-02 Thread Paris Lundis
I agree that this is such a great example of community.. alarming the interactivity and sometimes the volume :) couple of things to suggest on the SQL server side... 1. Since this is non-profit and for development, why not use the MSDN developers license :) 2. Concerning the box needs... we