OT: Video format

2000-10-03 Thread David Shadovitz
A friend of mine runs a company which provides tutorial services. He wants me to put videos of his lessons on-line, available for a fee. Any recommendations on the video format? Even better, what are the trade-offs between the various options? Thanks. -David

Re: The need to truncate MS SQL fields

2000-10-03 Thread Dick Applebaum
AFAIK there is no automatic way to do this... when you really think about it,from a data integrity standpoint - you, not the db should be responsible for ant truncation. I have resigned myself to constructs like the following for all fields for insert update: SET City = cfif

Re: Getting data from the list

2000-10-03 Thread Dick Applebaum
cfquery name="getProducts" SELECT ProductID, ProductNumber FROM Product ORDER BY ProductNumber /cfquery . . . select name="Products size="10" cfoutput query="getProducts" option value="#ProductID#"cfif Form.Products eq ProductID selected/cfif#ProductNumber#/option/cfoutput

RE: trouble with oracle!

2000-10-03 Thread DeVoil, Nick
Ok, my cfm pages worked well with Access. Now that the database is Oracle, many of my pages just don't work! Sometimes I get an error, but many just don't return any records at all. Lets see the queries Jeff. Nick **

Re: Sharing sessions between CFM ASP

2000-10-03 Thread JustinMacCarthy
Yeah , use client vars stored in a DB . and pass urltoken to each page.. Justin - Original Message - From: "Geoffrey V. Brown" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, October 02, 2000 11:06 PM Subject: RE: Sharing sessions between CFM ASP How about cookies,

Re: UNC Paths...

2000-10-03 Thread JustinMacCarthy
Yes you need to RUN cfserver under a user account and share the path with that user Check out : http://www.cffaq.org/cfserveruseraccount.cfm ~Justin - Original Message - From: "Neil H." [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, October 02, 2000 8:49 PM Subject:

Re: trouble with oracle!

2000-10-03 Thread Dave Hannum
I use it all the time. Show us some code . . . (sql queries) Dave = "What we need is a list of specific unknown problems we will encounter" David Hannum Web Analyst/Programmer Ohio University [EMAIL PROTECTED] (740) 597-2524 - Original Message -

RE: Ok, What is Fusebox?-- Reply to Peter

2000-10-03 Thread mherbene
Hmm, I can't convince CACLS to edit such fine-grained rights; it only seems to recognize N, R, F, C. Are you sure you've used it to SET these permissions, and not just display them? -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Monday, October 02, 2000 3:54 PM To:

Re: Windows 2000??

2000-10-03 Thread James Taavon
This is a multi-part message in MIME format. --1A63A52CF65E0882AEA90760 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit The only difference I have noticed (running win2k on IBM Thinkpad A20m, P3 700 MHz) is that my applications run really slow in Netscape

re: graphics rollovers w/o javascript

2000-10-03 Thread Reed Powell
It might be possible to do what you want. If you can set up your page so that the image is actually the background for a table cell (instead of in an IMG), for instance, then you can define the image not in the TD but in a style sheet for the page. That allows you to then swap style sheets in

ColdFusion SP2

2000-10-03 Thread Aidan Whitehall
Don't know if this applies to the SP2, but how about being able to set the Locale in ColdFusion Administrator or it being able to find out how the dates are formatted at the OS level? I've just realised a scheduled event set up this morning wasn't being triggered because the default value of

RE: Help! Cold Fusion error and Oracle!

2000-10-03 Thread Larry Juncker
Check the case of your column names. I did that yesterday and just because I had one of the column names capitalized, my query would not run properly. Larry Juncker Senior Cold Fusion Programmer Heartland Internet -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent:

Re: graphics rollovers w/o javascript

2000-10-03 Thread Rob Keniger
on 10/3/00 10:31 PM, Reed Powell at [EMAIL PROTECTED] wrote: That allows you to then swap style sheets in the onMouseover onMouseout conditions. Umm, those triggers are JavaScript triggers. -- Rob Keniger big bang solutions mailto:[EMAIL PROTECTED] http://www.bigbang.net.au

Re: dynamic form

2000-10-03 Thread eric fleming
This is a multi-part message in MIME format. --A581FDABC5BDB8988D157762 Content-Type: multipart/alternative; boundary="117F3F41F77A1390D6E587AC" --117F3F41F77A1390D6E587AC Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit put it in

Code Sweeper Disaster!

2000-10-03 Thread Claremont, Timothy S
On a whim, I ran code sweeper on a 200 line cfm file. I think there is a reason they call it code sweeper. It swept most of my code right into the dumpster. The biggest problem was the way it rearranged my CFIF code. Code Sweeper rearranged most of my variable assignments into illegal

RE: dynamic form

2000-10-03 Thread Wayne E. Pfeffer
i know exactly what you mean, i've had to do it myself more times than i care to remember. on the following page, to "decode" the form fields, you can do one of two two things, you can either walk the formfields structure, or you can do something like this: cfloop query="queryname"

Re: Windows 2000??

2000-10-03 Thread paul smith
Gee. What a surprise ;-) At 08:27 AM 10/3/00 -0400, you wrote: The only difference I have noticed (running win2k on IBM Thinkpad A20m, P3 700 MHz) is that my applications run really slow in Netscape 4.x while lightening fast in IE 5.

RE: CFServer a memory leaker?

2000-10-03 Thread Charles A. Lee
At 06:27 PM 10/2/00 , you wrote: ... In addition, I've had to shut down Zone Alarm when the cfserver is running, as .cfm templates take forever to execute. Anyone else have this problem with Zone Alarm? Yes. Even my Athlon 800 Mhz with 128Mb RAM will not complete a ColdFusion Express task

RE: cfdirectory listing,

2000-10-03 Thread Hayes, David
A few ideas: 1) Make a list of the filenames to exclude, then check for listContains(yourlist,getFile.name) EQ 0; 2) See if RIGHT(getFile.name,4) EQ ".cfm"; 3) Use Regular expressions to validate the filenames. -Original Message- From: Richard Kern [mailto:[EMAIL PROTECTED]] Sent:

Javascript string search...

2000-10-03 Thread Kevin Langevin
Sorry if you're seeing this post again, but I never saw it hit the list yesterday... I'm trying to find a Javascript command to search for a chunk of text inside of a string. I've used substring before, but I'm trying to find something that will let me find, for example, the text 'oft' in

RE: Help! Cold Fusion error and Oracle!

2000-10-03 Thread girmawi negese
I recommend you capitalize all the column names in oracle. The error could be because of the mixed case in"newsID". Either put the newsID column in single quotes or make it uniform. --- Larry Juncker [EMAIL PROTECTED] wrote: Check the case of your column names. I did that yesterday and just

RE: Javascript string search...

2000-10-03 Thread Top-Link Tech (John Ceci)
Sting.indexOf(searchString[ , startIndex]) -1 is returned when nothing is found matching... NOTE: In NE2 + NE3 an empty string that is searched returns an empty string... HTH, John -Original Message- From: Kevin Langevin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 03, 2000 8:51

RE: Javascript string search...

2000-10-03 Thread Bob Silverberg
Check out the indexOf() method of the string object. It does exactly what you're looking for. Bob -Original Message- From: Kevin Langevin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 03, 2000 9:51 AM To: CF-Talk Subject: Javascript string search... Sorry if you're seeing this

RE: Javascript string search...

2000-10-03 Thread Kevin Langevin
Woo-Woo! Thanks, guys! CFUG-SFL Manager -Kev /CFUG-SFL Manager -Original Message- From: Bob Silverberg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 03, 2000 9:55 AM To: CF-Talk Cc: [EMAIL PROTECTED] Subject: RE: Javascript string search... Check out the indexOf() method

validating an image

2000-10-03 Thread sebastian palmigiani
I am using cffile to upload a photo. Before submitting I want to validate that the user has chosen a photo to upload and not something else. I know I can check for the presence of .jpg or .gif in the file name but is there a way to validate that it is actually a photo? Sebastian

CFGRID - How to block the editing of 1 column

2000-10-03 Thread Michael Gagnon
Hi! Is there a way to block the editing of only 1 column (ID)? I want the others to be editable. TIA! __ Michael Gagnon -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To

RE: CFGRID - How to block the editing of 1 column

2000-10-03 Thread Richard Kern
yes, just set the cfgridcolumn select property to 'no', see the previous posting yesterday to the subject editing data with CFGRID Cheers Richard Kern -Original Message- From: Michael Gagnon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 03, 2000 8:15 AM To: CF-Talk Subject: CFGRID

Re: validating an image

2000-10-03 Thread JustinMacCarthy
Use accept on the cffile tag with a value of image/* See the Docs - cffile -upload for example... ~Justin - Original Message - From: "sebastian palmigiani" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, October 03, 2000 3:16 PM Subject: validating an image I am

RE: Code Sweeper Disaster!

2000-10-03 Thread Richard Kern
Before running code sweeper, always run the validator. That way the code is at least compliant with the settings you choose in setup. If you have broken tags, codesweeper is a disaster but it works well if your code is first run with the validator. Cheers Richard Kern -Original

RE: validating an image

2000-10-03 Thread Steve Martin
You can use the accept attribute of the cffile tag to check the mime type of the uploaded file is image/gif, image/jpg, image/jpeg or image/pjpeg. This allows for a little more certainty over the actual content of the file than the filename alone. Steve -Original Message- From:

CF College Training

2000-10-03 Thread Norman Elton
Does anyone know of any schools providing ColdFusion training to its faculty/staff? I have a member of our staff that would like to learn CF, but our Training Dept doesn't offer ColdFusion yet. I noticed that UVA provides it, but am wondering if anybody has had any experience with such a

Column not found Error

2000-10-03 Thread James Taavon
This is a multi-part message in MIME format. --B31CB0E7B32B19014552BCF4 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I am am getting a Column not found error and dont know why. I am evaluating a date field and resetting the variable to NULL if it is

RE: CF College Training

2000-10-03 Thread Simon Horwith
in the DC area, you can take the allaire classes via figleaf software. If you can't talk your college into allowing you to take these classes for credit, the next best class for you to take would probably be at the USDA Graduate school. I've not taken this class personally, but I'm fairly

Eliminate duplicates??

2000-10-03 Thread HappyToad.com
Question: I have built a store app and orders are stored with each product ordered being assigned its own table row but sharing the unique order id. How can I have a query that will display the order ids without duplicates? Is there a way to eliminate duplicates without limiting the output

OT: ftp-host in the US?

2000-10-03 Thread Tage Widsell
Hi, My company will soon release a new product and we will have a downloadable demo version on-line. We are looking at different alternatives for having a US-mirror of just the ftp-site with the demo on. This would require only some disk space (less than 50 mb) and the bandwidth of course. We

Popup Messages

2000-10-03 Thread W Luke
Hi, I'd like to popup a Confirmatory "Your settings have been changed" dialog box, and onclicking "ok", forward users to another page. Dreamweaver produced the following code for the Message, but can anyone advise the best way (be it in CF or not) of directing uses to another page after the

Forms-General Practices

2000-10-03 Thread Paul Sizemore
We are in the process of standardizing coding practices for our forms. What would the drawbacks be to creating single page forms (all code in one cfm file)? -- Archives:

Re: [Eliminate duplicates??]

2000-10-03 Thread double-down
select distinct order_id from table "HappyToad.com" [EMAIL PROTECTED] wrote: Question: I have built a store app and orders are stored with each product ordered being assigned its own table row but sharing the unique order id. How can I have a query that will display the order ids without

Re: Eliminate duplicates??

2000-10-03 Thread JustinMacCarthy
Select Distinct OrderID FROM Table Justin - Original Message - From: "HappyToad.com" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, October 03, 2000 3:46 PM Subject: Eliminate duplicates?? Question: I have built a store app and orders are stored with each product

RE: Popup Messages

2000-10-03 Thread Peter Amiri
You have to do it via Javascript, that's where the popup is being generated from. In your MM_popupMsg function add the line 'location = "myotherpage.cfm";'. This will wait for the user to reply to the popup message and then redirect them to myotherpage.cfm. -Peter Amiri -Original

RE: ColdFusion SP2

2000-10-03 Thread Steve Martin
I concur, CF server always assumes English (US) as the default locale irrespective of OS settings which means that all us Europeans have to ensure that we use the locale specific settings to ensure that our dates are treated appropriately. This can be a real pain as it's a common stumbling block

RE: [Eliminate duplicates??]

2000-10-03 Thread Kevin Langevin
Has anyone built a shopping cart for purposes of distributing software online? I've a client that wants to allow members to purchase online presentations which will be downloadable. Any suggestions would be helpful... CFUG-SFL Manager -Kev /CFUG-SFL Manager -Original Message- From:

Re: Help! Cold Fusion error and Oracle!

2000-10-03 Thread Deanna L. Schneider
Also, be sure that if you're using a "user" that has been granted access to the data that you precede the table names with the appropriate user name. For example: Your tables are in "myimportantdata." You're accessing your tables through "webviewofimportantdata." Your queries would need to

image resize

2000-10-03 Thread Jason Egan
I can't remember the name of this tag -- and there are dollarformat errors coming up on the dev site -- any one know of a tag to resize images??? if I remember right it is cfx_g... something... gfx??? anyone??? thanks! je

Javascript Help...

2000-10-03 Thread Neil H.
I would like to pop a window via a javascript. This isn't a problem, I know how to pop a window. I don't want a toolbar and I want it to be a specific size. The problem is I want to pass form parameters to the page when I pop the window. I don't want to have url parameters. Any ideas would

RE: image resize

2000-10-03 Thread Aidan Whitehall
any one know of a tag to resize images??? if I remember right it is cfx_g... something... gfx??? We've used ImageResize before and that's pretty good. The custom tag that you're supposed to interface with isn't all that, so we used the .dll directly (it's called Image.dll). -- Aidan

RE: ColdFusion SP2

2000-10-03 Thread Rich Wild
Agreed. A locale setting in the Administrator would indeed be tasty along with fixed (read multi-locale capable) non-LS functions. This really is a pain in the backside for us. --- Rich Wild Senior Web Designer

RE: Windows 2000??

2000-10-03 Thread Dave Watts
Are we talking about the server or professional version of Windows 2000, I have been running the Professional version since beta testers were allowed to get their hands on it. And I agree its much more stable than its predecessor ever was. However I have problems with Windows 2000

RE: image resize

2000-10-03 Thread Simon Halcrow
Where can I get hold of ImageResize (and/or the DLL) file? Sapphire Technologies Ltd. Secure in the Knowledge Simon Halcrow Web Developer E [EMAIL PROTECTED] T +44 (0)1642 702100 F +44 (0)1642 702119 -Original Message- From: Aidan Whitehall [SMTP:[EMAIL

RE: JavaScript Help...

2000-10-03 Thread Gavin Lilley
Use Window.Open window.open(URL,Name,Param) eg... a href=## onClick="javascript:win('more.cfm?id=#primarykey_id#','lookup','scrollbars=y es,width=650,height=500')"Click Me!/a -- Gavin Lilley Internet / Intranet Developer Halesowen College Tel: 0121 550 1451 Ext: 330 -Original

Re: image resize

2000-10-03 Thread JustinMacCarthy
And you can download it from min's page www.intrafoundation.com He didn't write it btw... Justin - Original Message - From: "Aidan Whitehall" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, October 03, 2000 4:44 PM Subject: RE: image resize any one know of a tag to

RE: Javascript Help...

2000-10-03 Thread Top-Link Tech (John Ceci)
Neil, Ok, I dont have a code sample on hand but here is the process... 1. create a form on the original window with hidden variables of all the values you wish to pass, make sure the form has a name and a target set... 2. when you have the trigger action that is going to create the window,

CFHTTP Post CF4.5.1

2000-10-03 Thread patrick
Hello all... Apologies if you received this message more than once; Last time i posted it, I forgot to put a subject line... Are there any know issues with CFHTTP Post on a port number different from 80? I'm using CF 4.5.1, and can not get CFHTTP Post to work: I'm trying to "submit" a form

RE: Javascript Help...

2000-10-03 Thread ron
I would like to pop a window via a javascript. This isn't a problem, I know how to pop a window. I don't want a toolbar and I want it to be a specific size. The problem is I want to pass form parameters to the page when I pop the window. I don't want to have url parameters. Any ideas

Re: Popup Messages

2000-10-03 Thread W Luke
Cheers, and thanks Peter too. Works well. Will - Original Message - From: "Top-Link Tech (John Ceci)" [EMAIL PROTECTED] Newsgroups: cf-talk Sent: Tuesday, October 03, 2000 5:06 PM Subject: RE: Popup Messages Will, I believe the code below should do it... script

RE: Eliminate duplicates??

2000-10-03 Thread HappyToad.com
There was a misunderstanding is what I was asking. Here is waht my problem is. I want to output all orders for today but I will have the same order id duplicate (as listed below) if a customer has ordered more than one product even through both order ids will point to the same order: Ex.

any dates for 5.0?

2000-10-03 Thread Park, Simon
Have any dates been announced/rumored for the alpha/beta/release of CF 5.0? =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Simon Park Computer Systems Management, Inc. [EMAIL PROTECTED] 205 South Whiting Street Ph: 703-823-4300 x119 Suite 201 fax: 703-823-4301

RE: image resize

2000-10-03 Thread Aidan Whitehall
And you can download it from min's page www.intrafoundation.com He didn't write it btw... I'm not certain, but think you might be confusing ImageResize (and it's accompanying Image.dll) with Lewis' ImageInfo (which I thought Lewis did write). Can't seem to find ImageResize on the Gallery...

Re: Popup Messages

2000-10-03 Thread sebastian palmigiani
on 10/3/00 9:44 AM, W Luke at [EMAIL PROTECTED] wrote: I'd like to popup a Confirmatory "Your settings have been changed" dialog box, and onclicking "ok", forward users to another page. Dreamweaver produced the following code for the Message, but can anyone advise the best way (be it in CF

re: UNC Paths

2000-10-03 Thread Curtis . Frazier
Sure, just browse using network neighborhood. Is there anyway anyone know how to browse files and folders via UNC paths? Thanks, Neil -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To

Re: UNC Paths

2000-10-03 Thread Neil H.
Maybe I wasn't Clear Via COLD FUSION? Neil - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, October 03, 2000 12:13 PM Subject: re: UNC Paths Sure, just browse using network neighborhood. Is there anyway anyone know how to browse files

Re: UNC Paths...

2000-10-03 Thread Jim McAtee
Most importantly, you have to run CF server under a domain user account, not as local SYSTEM. The SYSTEM account cannot access network shares. The quick and dirty way to do this (not recommended) is to use a domain administrator account. Otherwise, there's a good article at www.defusion.com on

Re: UNC Paths...

2000-10-03 Thread Neil H.
Yeah that's ok I am going to do it another way. I will just run a page off of each server. Not quite the way I intended but that is ok:) Neil - Original Message - From: "Jim McAtee" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, October 03, 2000 12:38 PM Subject: Re:

Re: OT: Video format

2000-10-03 Thread Peter Theobald
1) Real Video People must have the Real Player plug-in, which is free and almost everyone already has it. You must use their "Real Producer" which is also free (or Media Cleaner Pro which is not) to convert a video to the Real Format. You must host the video on a "Real Video" server, which

Re: Javascript Help...

2000-10-03 Thread Neil H.
Yeah, But if I do it that way how can I pop a window and send form parameters and the window not have a tool bar? neil - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, October 03, 2000 12:01 PM Subject: RE: Javascript Help... I would

re: graphics rollovers w/o javascript

2000-10-03 Thread Peter Theobald
onMouseover is Javascript. He is asking how to do it without Javascript. At 08:31 AM 10/3/00 -0400, Reed Powell wrote: It might be possible to do what you want. If you can set up your page so that the image is actually the background for a table cell (instead of in an IMG), for instance, then

Getting data from the list-please help

2000-10-03 Thread monika kon
Hello everyone, I have a scrolling list on my CF template.I have a field in the database named "Product Numbers",I want that the "product numbers" (in my case) should come from the database to the List.So if I add another product number to the database ,it should be automatically

DSN locking options...HELP

2000-10-03 Thread j p
Hello All, I am connecting to an Excel SS as a datasource, and I need to upload a fresh SS file once a day, the problem arises on the upload...The file (by the same name) uploads without throwing an error (using CFFTP to do so) BUT any queries to the DS return the OLD data...If I go into the

Re: Javascript Help...

2000-10-03 Thread Dean Alexandrou
From the popup, to change the location (or a variable or whatever) of the calling page you would use: // changes the location of the page that opened this popup window.opener.location.href="abc.html"; // changes a variable/object 'X' in the page that opened this popup window.opener.X="New

Re: Video format

2000-10-03 Thread Richard Ramos
It depends on what you are running and how many people will access the site. I like Real because you can instantly jump to another point in the video. Media player has to buffer after you jump. Then come price. Both formats have free encoders but Windows has a free streaming server software. I

Re: graphics rollovers w/o javascript

2000-10-03 Thread Richard Ramos
Isn't there a way to do this with DHTML. This is only for IE. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: "Peter Theobald" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday,

RE: graphics rollovers w/o javascript

2000-10-03 Thread Dave Watts
onMouseover is Javascript. He is asking how to do it without Javascript. ... Isn't there a way to do this with DHTML. This is only for IE. DHTML is JavaScript! Or, more accurately, DHTML is essentially the marriage of JavaScript (or other client-side scripting like VBScript) to a more

Re: image resize

2000-10-03 Thread JustinMacCarthy
Min has the dll on his site , but it's by Jukka Manner. (homepage???) go to http://www.intrafoundation.com/cf.html or directly http://www.intrafoundation.com/3rdparty/CFX_Image.zip comes with lot of example for thumbnailing , resizing etc Justin - Original Message - From: "Aidan

Re: DSN locking options...HELP

2000-10-03 Thread Gregory Harris
The nice solution to this would be to replace the Spreadsheet w/an Access database, and use DDE to let Excel upload the spreadsheet data directly to access. However if you must use a CF solution, I would check to make sure that you aren't using query caching (the cachedwithin or cachedafter

Re: graphics rollovers w/o javascript

2000-10-03 Thread Peter Theobald
"DHTML" isn't really anything more than what they are calling HTML, JavaScript, and CSS (Style Sheets) to differentiate using all of these "advanced" techniques as compared to just using HTML. So unfortunately, the answer is 'no'. You can't do graphic rollovers without Javascript (or another

Report generation in Unix (Solaris)

2000-10-03 Thread Larry W. Virden
What are the Unix/Solaris ColdFusion developers on this list using for report generation? -- Never apply a Star Trek solution to a Babylon 5 problem. Larry W. Virden mailto:[EMAIL PROTECTED] URL: http://www.purl.org/NET/lvirden/ Even if explicitly stated to the contrary, nothing in this

DSN locking options...(2)

2000-10-03 Thread j p
Changing from excel to Access isn't an option, this is syndicated info provided in excel. However - you make it sound like Access can 'automatically' link to an excel file, and that access file can be used as the DSN...can you explain this a little better. No caching no where. From:

CF for Linux

2000-10-03 Thread Brian bouldernet
Has anyone started or completed a Unix release using any hardware based failover solution such as BigIron of F5s? What is everyone's experience thus far with CF Linux? We are looking at deploying a very large scale solution of 6 clusters all running Linux based CF and Oracle backend. Allaire

RE: image resize

2000-10-03 Thread lsellers
Min has the dll on his site , but it's by Jukka Manner. (homepage???) With his permission of course. : Jukka doesn't seem to have a permanent homepage. At least that he's told me. Which is why I put up there actually. --min

CFPOP

2000-10-03 Thread Randy Adkins
I am having problems with CFPOP. I am attempting to POP the server and get a message. (See bottom for code) However I get the following error: Error Diagnostic Information unknown exception condition CFMLInterpreterImp::executePCode Date/Time: 10/03/00 13:40:49 Browser: Mozilla/4.0 (compatible;

Re: DSN locking options...(2)

2000-10-03 Thread Rob Keniger
on 10/4/00 3:26 AM, j p at [EMAIL PROTECTED] wrote: Changing from excel to Access isn't an option, this is syndicated info provided in excel. However - you make it sound like Access can 'automatically' link to an excel file, and that access file can be used as the DSN...can you explain this

OT: Math Question

2000-10-03 Thread j p
To the great CF masses... I need a math formula that will tell me what 'X' is. Example: 75 is 80% of X 100 is 25% of X Any mathmaticians out there... jp _ Get Your Private, Free E-mail from MSN Hotmail at

RE: Shopping Cart For distributing Software online

2000-10-03 Thread Dick Applebaum
My CF Host has a cart with this capability: http://www.onviasites.com However, this cart (similar to most) provides an ftp address to download online. There is no protection against someone publishing the ftp address. If you want better protection I would suggest the following: 1) do not

Re: CF for Linux

2000-10-03 Thread Peter Theobald
I am rolling out a Linux based CF site using a hardware based failover from CoyotePoint. I'll let you know how it went next week. (two Linux/Apache/Cold Fusion web servers, one Linux/Sybase database server) At 10:26 AM 10/3/00 -0700, Brian bouldernet wrote: Has anyone started or completed a

RE: OT: Video format

2000-10-03 Thread Evan Lavidor
3) QuickTime Not really a streaming video format. You start to download it, and it starts playing when it has enough downloaded. Quality is up to you since you really aren't trying to fit it into any particular amount of bandwidth (remember, its not real time, so more quality means a

Re: OT: Video format

2000-10-03 Thread paul smith
How do you get the video from tape to digital? best, paul At 12:46 PM 10/3/00 -0400, you wrote: You must use their "Real Producer" which is also free (or Media Cleaner Pro which is not) to convert a video to the Real Format.

Re: Math Question

2000-10-03 Thread Neil H.
You say: 75 = .80 * X so 75 / .80 = X Neil - Original Message - From: "j p" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, October 03, 2000 1:44 PM Subject: OT: Math Question To the great CF masses... I need a math formula that will tell me what 'X' is.

RE: Math Question

2000-10-03 Thread Evan Lavidor
75 = .8x x = 75/.8 so x = (number)/(percent/100) Evan -Original Message- From: j p [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 03, 2000 1:44 PM To: CF-Talk Subject: OT: Math Question To the great CF masses... I need a math formula that will tell me what 'X' is.

Re: Math Question

2000-10-03 Thread Howie Hamlin
Utry divinding. 75/.8=93.75 100/.25=400 HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - the World's most configurable mail server - Original Message - From: "j p" [EMAIL PROTECTED] To:

Re: OT: Math Question

2000-10-03 Thread Larry W. Virden
From: "j p" [EMAIL PROTECTED] I need a math formula that will tell me what 'X' is. Example: 75 is 80% of X 100 is 25% of X For your specific examples, you want: If y = n% of x, then y/n% = x ... 75/80% = x 75/.80 = x or 100/.25 = x -- Larry W. Virden URL:

RE: Math Question

2000-10-03 Thread Courtney Payne
100 is 25% of X -- 100 / .25 = *400* Courtney E. Payne, Developer Fig Leaf Software "We've got you covered" [EMAIL PROTECTED] www.figleaf.com -Original Message- From: j p [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 03, 2000 1:44 PM To: CF-Talk Subject: OT: Math Question To

Re: Math Question

2000-10-03 Thread AccessUtah.com
JP: (y * 100) / z = x applying it to your first example you get (75 * 100) / 80 = x (7500) / 80 = x 93.75 = x To double check it divide 75 by 93.75 and you get .8 (or 80%). Good Luck. Nick Call [EMAIL PROTECTED] http://www.graphixonline.com - Original Message - From: "j p"

RE: Math Question

2000-10-03 Thread Steve Bernard
Sir Isaac Newton I aint but ... If 75 = X(.8), then X = 75/.8 - 93.75 If 100 = X(.25), then X = 100/.25 - 400 Steve -Original Message- From: j p [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 03, 2000 1:44 PM To: CF-Talk Subject: OT: Math Question To the great CF masses... I

RE: Math Question

2000-10-03 Thread Mark Connor
well I'm not a mathmatician but... 75 / .80 = X 100 / .25 = X Hope that helps! Mark -Original Message- From: j p [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 03, 2000 12:44 PM To: CF-Talk Subject: OT: Math Question To the great CF masses... I need a math formula that will tell

Help using CFPOP

2000-10-03 Thread Randy Adkins
I am having problems with CFPOP. I am attempting to POP the server and get a message. (See bottom for code) However I get the following error: Error Diagnostic Information unknown exception condition CFMLInterpreterImp::executePCode Date/Time: 10/03/00 13:40:49 Browser: Mozilla/4.0 (compatible;

form and multipart

2000-10-03 Thread Ashe Richards
This is a multi-part message in MIME format. --=_NextPart_000_00C1_01C02D3C.3781E040 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable This sounds crazy, but on a particular site, when I specify the form = type as "multipart", and hit submit,

Re: OT: Video format

2000-10-03 Thread Richard Ramos
You need to have a capture card installed on your machine. We use Broadway cards, but they cost $700 a pop. I would recommend the Osprey 200 card from Viewcast. They cost about $200 each, I believe. Check their website to be sure. Also, Winnov Videum, I think it works with both Real and

RE: _date fields

2000-10-03 Thread Chapman, Katrina
I've had this problem using standard input tags. I even knew not to use it but forgot. Couldn't figure out why my start_date field wasn't being passed. Silly me. --K -Original Message- From: Scott, Andrew [mailto:[EMAIL PROTECTED]] Sent: Monday, October 02, 2000 3:55 PM To:

Setting variables in TREEITEM

2000-10-03 Thread Rick Walker
First, thanks to all of you who have been contributing to my knowledge as a new person in this business. I have been reading all the posts for the last two weeks and have learned a great deal. You are very kind with your time and expertise, and you have already solved several problems that I

OT: Can't get multiple browsers to function

2000-10-03 Thread Rick Walker
Just a short request; I'm trying to set up several earlier browser versions for testing the Cold Fusion pages and can't seem to make them set up independently of the latest version. The setup sees the new one and won't install the older version. If I do them in order of oldest first, the new

  1   2   3   >