RE: Connecting to MSDE on Another Server

2001-05-02 Thread Bud
On 5/1/01, Dennis Powers penned: I have been trying to convince them to purchase an SQL server, but I don't see that anytime soon. I was hoping to connect the CF Server to the Box with the MSDE database, I just can't figure out how, or IF it can be done. I guess I'll have to go there. It should

RE: I'm sure this worked earlier

2001-05-02 Thread Tristram Charnley
Josh An INSERT SELECT would certainly be the best method to copy row(s) from one table to another in the same database but he has different datasources set up in each query so I don't think that would work in this case. Tristram Charnley - [EMAIL PROTECTED] -Original

put a name and email address in CFMAIL

2001-05-02 Thread han peng
hi ppl... thought i saw this sometime back... but 4got to save it... so any kind soul like to send me again how to go abt doing it..?? i try doing this way.. but seems cant work... cfloop query=mailing_list cfmail to=#fullname##emailaddress# from=Editor[EMAIL PROTECTED] subject=Test

CFX_IMAGE

2001-05-02 Thread Michael Lugassy
anyone? I'm trying to locate documentation for CFX_IMAGE. intrafusion.com has only documenation about IMI, but not the basic ACTION operators. If someone can help me offlist It would be great. Thanks, Michael Lugassy ~~ Structure your

FW: cfx_http

2001-05-02 Thread DDE
-Original Message- From: DDE [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 11:06 To: HouseOfFusion CF-Server Subject: cfx_http Hi, Cfx_http is mentioned in Allaire’s Tags Gallery, but is not downloadable. The author’s e-mail is not even accessible. Does anyody of you know

IIS 4, 404 http error fusebox

2001-05-02 Thread JAAV
Hi everyone, We are using fuseaction URLs in our local server. We had a WinNT4 SP 4 box and we upgraded to SP 6 but suddenly all the fuseaction links don't work, but all the normal links work normally. The IIS send a 404 http error. Something like 'check your URL...' anybody know what

RE: Still need help with oracle on linux...

2001-05-02 Thread Thomas Chiverton
Read the CF startup script - it explains how to modifiy it to pick up $ORACLE_HOME etc. -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: 02 May 2001 05:03 To: CF-Talk Subject: Still need help with oracle on linux... Please please please, let me get what

FW: Update in CFquery is failing, somone code check this ? FIXED

2001-05-02 Thread Thomas Chiverton
Is note a reserved word in Access? Try [note] = 'dr'. ** Genius ** You win... searches franticly around desk a poster of the current Dell server line. Mail me your address of list :-) Thanks to all the others, hope I didnt annoy you too much. [repost]

IIS 4, 404 http error fusebox (more data)

2001-05-02 Thread JAAV
index.cfm/fuseaction/foo/myvar/bar.htm [doesn't work] index.cfm/fuseaction/foo/myvar/bar [do work!!!] any ideas? ~Juandres - Original Message - From: JAAV [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 10:48 AM Subject: IIS 4, 404 http error

Re: pass form.variable by URL

2001-05-02 Thread Jon Hall
Since the variable part of the url in the popup, the variable is now in the url scope and is called msg. Try referencing the variable without a scope with #msg# or with the correct scope #url.msg#. Both should work. jon - Original Message - From: FARRAH NG [EMAIL PROTECTED] To: CF-Talk

RE: IIS 4, 404 http error fusebox (more data)

2001-05-02 Thread Raymond B.
IIRC, due to security problems IIS disabled that form of var referening in 5.0. Possibly the SP did the same for 4.0...? (so back to ?= ) I'm far from up on most win32 matters, but you may want to check that out. -Original Message- From: JAAV [mailto:[EMAIL PROTECTED]] Sent: May 2, 2001

Re: Hosting

2001-05-02 Thread Mark Woods
try www.servervault.com At 09:01 PM 5/1/2001, you wrote: Anyone know of a hosting company who will provide the CF/SQL server and manage it? I just need monthly cost for a year contract. Maybe setup too. Steph ~~ Structure your ColdFusion code

Re: FW: cfx_http

2001-05-02 Thread Mark Woods
the company which provided it are at: http://www.fsc.follett.com/ but the CF tags seem to have gone missing. It doesn't support POST method, only HEAD and GET AFAIK (it was written to run as a spider). If you still want to get a copy, email me off list. Regards Mark At 09:28 AM 5/2/2001,

RE: question using IIf AND CF5

2001-05-02 Thread Aidan Whitehall
I can attest to that statement. We had a custom tag that used those three functions HEAVILY - iif, de, and evaluate. It was very very very very slow. Does anyone know if the speed of these functions will be improved in CF5, it having been said that CF5 runs faster on the same hardware

RE: I'm sure this worked earlier

2001-05-02 Thread Darren Adams
Here you go: I have now removed the excluded text so that it is just getting the headline and sticking it in the headline in pressoffice on cosmos1. Error Diagnostic Information ODBC Error Code = 37000 (Syntax error or access violation) [Microsoft][ODBC Microsoft Access Driver] Syntax error

Re: group by month??

2001-05-02 Thread Dave Hannum
Make sure you do an ORDER BY Month in your SQL or your groupings will be broken up. Dave - Original Message - From: David Shadovitz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 12:35 AM Subject: RE: group by month?? That should do it. Just wanted to

RE: CF-Partners List

2001-05-02 Thread Angél Stewart
Hewolses, If you use Microsoft Outlook, you can turn on Group Sorting, and sort the emails by Subject. That helps a lot if you want to read a particular thread of conversation, and is practically the same thing that the webbased archives will do for you, except that doing it on your own computer

OT: Detecting router IP

2001-05-02 Thread Daniel J O'Keefe
Is there anyway to dynamically retrieve the IP assigned to a router, which is getting its IP from a DSL line in ColdFusion? Dan ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: CF-Partners List

2001-05-02 Thread Daniel Lancelot
I've found that if you group by conversation (outlook 2k), you seem to get your mails sorted roughly iin the order they arrive - newest at the top - as oppossed to grouping by subject, where they arrive 1/2 way down a list of x,000 subjects... -Original Message- From: Angél Stewart

[Re:] Re: pass form.variable by URL

2001-05-02 Thread FARRAH NG
hi Jon, i am still not sure what should be the changes. Instead of using cfoutputmyaction.cfm?msg=#form.info#/cfoutput in window.open, how can i refer to the form variable INFO in window.open, since it does not recognize neither #form.info# nor info.value I tried something like

Re: OT: Detecting router IP

2001-05-02 Thread Len Conrad
Is there anyway to dynamically retrieve the IP assigned to a router, which is getting its IP from a DSL line in ColdFusion? IF the router uses the same hostname for its inside ip address as it does for its outside address (the DHCP assigned address you´re after), then doing a PTR query (get

RE: custom tag for a progress meter

2001-05-02 Thread Raymond Camden
** Macromedia Representative ** Err, I took a look at this tag. Correct me if I'm wrong, but this tag shouldn't work. CF does _not_ send anything to the browser until it's done. At most what you will get is a progress bar that fills immidiately upon the

RE: group by month??

2001-05-02 Thread Philip Arnold - ASP
That should do it. Just wanted to mention that you could also try GROUP BY DATEPART(m,myDateField) Make sure you do an ORDER BY Month in your SQL or your groupings will be broken up. One thing I would add to this is that if you're showing more than one year, or you get to the end of

RE: custom tag for a progress meter

2001-05-02 Thread Thomas Chiverton
CF does _not_ send anything to the browser until it's done. ... This has been changed for CF5. Intresting, very interesting. So CF5 has a better communication method then GIF pipes ? Very cool... :-) ~~ Structure your ColdFusion code with

Re: custom tag for a progress meter

2001-05-02 Thread Jeanne Sarfaty Glazer
Could be - I didn't test it myself, but I pulled it from the Allaire Tag Gallary (a search on ProgressBar will bring it up) I posted it based on the description by the tag's creator Avery Zycherman who wrote: CF_ProgressBar will dynamically create a status bar image filled in to the proper

RE: question using IIf AND CF5

2001-05-02 Thread Dave Watts
I can attest to that statement. We had a custom tag that used those three functions HEAVILY - iif, de, and evaluate. It was very very very very slow. Does anyone know if the speed of these functions will be improved in CF5, it having been said that CF5 runs faster on the same

ASP to Print (Quark?)

2001-05-02 Thread Eric Dawson
We have a Member driven website that has a need for making some of the member created content available to newspapers and the like. Specifically community sports standings to be published in their respective community newspapers. Is anyone familiar with transporting web data to print

help, More Group by Month

2001-05-02 Thread Jeff Fongemie
Hello All , still trying to get this thing to work. Why does this error? My field names are ID, date and name. cfquery name=event datasource=#application.dsn# dbtype=ODBC SELECT date, name FROM entertain GROUP BY DATEPART(m,date) ORDER BY month /cfquery Best regards,

cfexecute problems

2001-05-02 Thread Aaron Cooper
Anyone know how to use cfexecute with a command line program that requires user input after the first line? That is, how do you tell cfexecute that you want to do the first bit, then simulate pressing return, then do the next bit, etc I've tried passing \n, \r, #chr(10)#, #chr(13) and even

Re: help, More Group by Month

2001-05-02 Thread Dave f
Date is a reserved word - Original Message - From: Jeff Fongemie [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 10:25 AM Subject: help, More Group by Month Hello All , still trying to get this thing to work. Why does this error? My field names

RE: help, More Group by Month

2001-05-02 Thread Andy Ewings
This won't work because you are including a column (name) in your select list that is not included in an aggregate function, which you need to do if you are grouping -- Andrew Ewings Project Manager Thoughtbubble Ltd

RE: help, More Group by Month

2001-05-02 Thread Larry Juncker
Jeff; I think if you were to change the name of your column from date to some_date or something other than Date, you will take care of a lot of your problem. Larry Juncker Senior Cold Fusion Developer Heartland Communications Group, Inc. -Original Message- From: Jeff Fongemie

RE: Still need help with oracle on linux...

2001-05-02 Thread Tony Schreiber
Did that too. Read the CF startup script - it explains how to modifiy it to pick up $ORACLE_HOME etc. -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: 02 May 2001 05:03 To: CF-Talk Subject: Still need help with oracle on linux... Please

Re: cfexecute problems

2001-05-02 Thread Michael Dinowitz
* Team Allaire * I don't think it's possible. CFEXECUTE does a single command line call. It doesn't 'hold' the connection open at all. For that you need something like COM (or the other CFOBJECT techs). Anyone know how to use cfexecute

RE: help, More Group by Month

2001-05-02 Thread Andy Ewings
To elaborate on this: cfquery name=event datasource=#application.dsn# dbtype=ODBC SELECT date, name FROM entertain GROUP BY DATEPART(m,date) ORDER BY month /cfquery If you want to group by DATEPART(m,date) then this must by in your select clause instead of date. The following for example

RE: ASP to Print (Quark?)

2001-05-02 Thread Stewart McGowan
there are loads of extension for quark, the URL following is the place to look, they tend to be exporting from quark into xml rather than the other way around, but there are solutions out there that will do it http://www.quark.com/products/xtensions/xt_directory.html regards Stew

RE: Still need help with oracle on linux...

2001-05-02 Thread Thomas Chiverton
Can you use sqlplus to connect ? If not, your tnsnames.ora is wrong. -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: 02 May 2001 15:34 To: CF-Talk Subject: RE: Still need help with oracle on linux... Did that too. Read the CF startup script - it

OT - Good list for HTML questions

2001-05-02 Thread Perez, Bismark
Hello there, Can somebody recommend a good list to ask HTML questions, I have this page which looks good under IE, but some how it looks terribly wrong under NS, or if there is a site that will shed light on how to do things so they'll be cross-browser... TIA Bismarck Perez

Re: cfexecute problems

2001-05-02 Thread Bryan LaPlante
If the program you are trying to communicate with was build to support the COM interface (probably a .dll) then you can use CFOBJECT. Look for the OleViewer on Microsoft's site it will show you the methods and properties of the program if you have no 3rd party documentation. If you are trying to

RE: ASP to Print (Quark?)

2001-05-02 Thread Paul Sizemore
You might want to look at http://www.quark.com/products/avenue/ , A Quark product that allows you to import XML. Also, Meadows Info , http://www.meadowsinfo.com , makes a product that can facilitate DB to Quark imports. But, it sounds like you want newspapers to be able to download a member's

RE: Still need help with oracle on linux...

2001-05-02 Thread Tony Schreiber
Well, I'm getting this error: ODBC Error Code = IM003 (Specified driver could not be loaded) And when I try and run the genclntsh8 script, I get stuff like this: ORACLE_HOME=/home/oracle Building libclntsh.so ... /home/oracle/lib/libnetwork.a(snlso.o): In function `snlsodx_destroy':

Changing Default Site error page

2001-05-02 Thread Jason Lees (National Express)
Hi All, is there any way to change the default displayed page when CF Server has been shut down? at the moment we get an Error Diagnostic page and want to change this to a more freindly solution. We have tried Using the CF Site wide error option in the administrator settings but this doesn't

Re: OT - Good list for HTML questions

2001-05-02 Thread Bryan LaPlante
here is one. http://www.wdvl.com - Original Message - From: Perez, Bismark [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 10:16 AM Subject: OT - Good list for HTML questions Hello there, Can somebody recommend a good list to ask HTML questions, I have

CFX_HTTP thread safe?

2001-05-02 Thread Admin
I would just like to ask if CFX_HTTP is thread safe? I will be useing it for online processing of credit cards payments so I need to make it work as faultless as possible. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: OT - Good list for HTML questions

2001-05-02 Thread Stewart McGowan
http://developer.netscape.com has a number of different lists etc for html, they give cross browser examples etc, also w3c has a HTML validation page http://validator.w3.org/ that will validate that your page follows the specs, and webmonkey has something similar I seem to remember... Stew

Re: Changing Default Site error page

2001-05-02 Thread Michael Dinowitz
* Team Allaire * How did you set up the site wide error handler? It has to be the 'true path' to the template. i.e. c:\htdocs\error.cfm Hi All, is there any way to change the default displayed page when CF Server has been shut down?

ValueList() in CF 4.5

2001-05-02 Thread sebastian palmigiani
The ValueList function in CF 4.5.1 inserts a space between values using the default delimiter. The table column has the following values: '3.1' and '3.2' When I do a query and use the ValueList function RoleID = ValueList(Query.Column) it outputs as 3.1 ,3.2 with an extra space. As a

RE: question using IIf

2001-05-02 Thread Darren Adams
What do you think of the book ? I was thinking about buying it! Darren Adams Web Developer Marketing Department Systems Union Office:01252 55 6220 Mobile: 07714 817 038 Email: [EMAIL PROTECTED] -Original Message- From: Evan Lavidor [mailto:[EMAIL PROTECTED]] Sent: 01 May 2001 18:56

RE: Using Linked lists

2001-05-02 Thread Powers, Bonnie
I am trying to write an application with Access as back-end. The access db has a couple of linked tables. When I try to access those linked tables (no matter whether they are linked using a network drive lettre like T:\xyz.mdb or using a UNC like \\servername\sharename\xyz.mdb) I get the

RE: OT - Good list for HTML questions

2001-05-02 Thread David Baskin
There's a great list at: http://webdesign-l.com/ been using it for a while and found it to be one of the best. HTH, d -Original Message- From: Perez, Bismark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 8:16 AM To: CF-Talk Subject: OT - Good list for HTML questions Hello

Re: Verity creating duplicate records - Please help

2001-05-02 Thread Judith Taylor
Casye, I think part of the problem here is that you're expecting Verity to behave dynamically. It doesn't. When you create a Verity collection, Verity creates a set of flat files in which to store the collection data. It does not go in and update your collection automagically, you have to

RE: I'm sure this worked earlier

2001-05-02 Thread Hayes, David
Looks like you have some single quote issues. -Original Message- From: Darren Adams [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 6:11 AM To: CF-Talk Subject: RE: I'm sure this worked earlier Here you go: I have now removed the excluded text so that it is just getting the

RE: Changing Default Site error page

2001-05-02 Thread John Wilker
in IIS there is a section for changing the default error pages, you might want to look there. You can point to whatever you want. J. John Wilker Web Applications Consultant Allaire Certified ColdFusion Developer www.red-omega.com http://www.red-omega.com Pessimism - Every dark cloud has a

RE: OT - Good list for HTML questions

2001-05-02 Thread Katherine Maltby
The main problems you'll come across between IE and Netscape are tables. If one tag has not been closed the whole page will not show up on Netscape. Also borders on images will show up of you haven't specified border=0. Sorry if you already know this, but thought I'd mention it just in case!

[Re:] Re: pass form.variable by URL

2001-05-02 Thread FARRAH NG
hi everbody, let me clarify my problem here, maybe my previous email is kind of confusing. I have created a form with a text input box called YourName. So if i enter 'John Smith' in that box, form.yourname should have 'john smith' in it. I have 3 buttons on the form, a submit button goes to

OT: Cascade deletes in SQL Server 7

2001-05-02 Thread Aidan Whitehall
Is it me be incredibly thick or is it *bloody* hard work getting the simple Cascade Update/Delete functionality in SQL Server 7 that you take for granted in Access? I've searched the www.sqlmag.com site and found this article http://support.microsoft.com/support/kb/articles/Q142/4/80.asp I've

RE: CFX_HTTP thread safe?

2001-05-02 Thread Dylan Bromby
i've used it for quite some time without any trouble. -Original Message- From: Admin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 9:07 AM To: CF-Talk Subject: CFX_HTTP thread safe? I would just like to ask if CFX_HTTP is thread safe? I will be useing it for online

Re: OT - Good list for HTML questions

2001-05-02 Thread Judith Taylor
There are actually quite a fewthe ones I subscribe to are evolt, wdvltalk and webdesing-l. Addresses are: For Evolt... General information about the mailing list is at: http://lists.evolt.org/mailman/listinfo/thelist For wdvltalk: General information can be found at:

RE: RE: Password Encrypted?

2001-05-02 Thread Stephen Kellogg
Take a look at the following: watch for URL wrap http://devex.allaire.com/developer/gallery/info.cfm?ID=CA34727C-2830-11D4-AA 9700508B94F380method=Full HTH Stephen -Original Message- From: Christine Kelley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 6:52 PM To: CF-Talk

OT - synch files automatically

2001-05-02 Thread Rick Lamb
I am having problems replicating images across to load balanced servers. We have users that are upload images to one server and need to have an automated way to check the other server for this file and if it doesn't exist we need to transfer a copy over. Has anyone came across any solutions for

Exporting dynamic content

2001-05-02 Thread Erika L Walker
I know this was on the list at some pointbut I cannot find it. Here is my scenario I have a page that runs some queries. Based upon the queries, I create an HTML page that contains the results of said queries. I don't want to show this page to the user, I just want to save it to a file.

history of CF

2001-05-02 Thread Joe Sheble aka Wizaerd
How long has CF been available? ~~ 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/ Unsubscribe:

Upgrading from CF 4.0 to 4.5

2001-05-02 Thread Ali Awan
Hey, I have an application written in and running on Cold Fusion 4.0, and I want to upgrade the server to 4.5. I was wondering if anyone has run into any problems in doing this. Also, if anyone knows obvious pitfalls and issues that come up when upgrading/migrating from 4.0 to 4.5. Any

RE: ] Re: pass form.variable by URL

2001-05-02 Thread Dan G. Switzer, II
You need to pass the actual value of the field: input type=button value=preview onClick=window.open('preview.cfm?name=' + escape(document.forms[0].Yourname.value),'',...) -Dan -Original Message- From: FARRAH NG [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May

active reports

2001-05-02 Thread Jay Brushett
Hi, I was wondering if there are any custom tags, COM objects or such that anyone knows of for working with Active Reports in CF. I'm not sure of the entire process behind it so if anyone has any suggestions about the best methodology please speak up. Oh it has to be active reports so please

RE: Quotes within a quoted value

2001-05-02 Thread Hayes, David
You could do a replace with quot; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 4:22 PM To: CF-Talk Subject: Quotes within a quoted value I'm trying to put a value into an input tag and am coming up with a minor problem. The value

Re: OT - Good list for HTML questions

2001-05-02 Thread Jon Hall
You need not go further than http://www.evolt.org The general web design list out there imo. jon - Original Message - From: Perez, Bismark [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 11:16 AM Subject: OT - Good list for HTML questions Hello there,

RE: I'm sure this worked earlier

2001-05-02 Thread Patricia Lee
I believe tt is vomitting on the single quote inside the text you're trying to send into the database... |-Original Message- |From: Darren Adams [mailto:[EMAIL PROTECTED]] |Sent: Wednesday, May 02, 2001 7:11 AM |To: CF-Talk |Subject: RE: I'm sure this worked earlier | | |Here you go: |

Re: Exporting dynamic content

2001-05-02 Thread Dave Hannum
Look at QueryNew, QueryAddRow, etc, build a file then save it via CFFILE. Dave - Original Message - From: Erika L Walker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 1:42 PM Subject: Exporting dynamic content I know this was on the list at some

SOT: Data Encryption w/ SQL Server 2000

2001-05-02 Thread Jeanne Sarfaty Glazer
Hi Folks, I'm on a project where the client is using SQL Server 2000 and wants to use the *database* to encrypt sensitive information (e.g. credit card numbers). Now I know I can find a CF encryption routine to encrypt the data before it gets to the database and decrypt it after it's read from

Re: OT - synch files automatically

2001-05-02 Thread Tony Schreiber
This isn't quite an answer but another approach... On my last load-balanced arrangement, we put the document root (as well as images, etc...) on a samba share on the file server (on a raid array) which all the webservers mounted as their root... No replication or deployment issues at all... Now

Re: history of CF

2001-05-02 Thread David E. Crawford
Since 1995. Came on floppy disks back then. DC - Original Message - From: Joe Sheble aka Wizaerd [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 13:51 Subject: history of CF How long has CF been available?

Re: history of CF

2001-05-02 Thread Michael Dinowitz
* Team Allaire * The official release of 1.0 was July 1995. How long has CF been available? ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Changing Default Site error page

2001-05-02 Thread Bob Silverberg
He said when CF Server has been shut down. If the CF server isn't running, how could it process the site wide error handler? I think he's asking about this error: Error Diagnostic Information An error occurred while attempting to establish a connection to the service. The most likely cause of

RE: ValueList() in CF 4.5

2001-05-02 Thread Andrew Tyrone
-Original Message- From: sebastian palmigiani [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 3:31 PM To: CF-Talk Subject: ValueList() in CF 4.5 The ValueList function in CF 4.5.1 inserts a space between values using the default delimiter. The table column has

Adding a CSV file to an Access

2001-05-02 Thread Chad Gray
Can anyone think of a way to append/import a comma delimited file into an Access database with a CFM page? My first though was to use a CFFILE to upload the comma delimited file, but then i could not think of a way to automatically import the file. I could probably do the import into a MySQL

CF Studio: Removing System Data Sources from List

2001-05-02 Thread James Taavon
I have deleted System DSN from my ODBC Manager, but they still show up in my list in CF Studio. Why is that? I am running CF on a Win2k Professional system. James ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: SLIGHTLY OT: Content Management systems

2001-05-02 Thread Billy Cravens
Ektron's emPower is pretty slick (www.ektron.com) McAtee, Malcolm wrote: Can anyone recommend a content management system? * and approximate price ranges. TIA Malcolm ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Text Area Behavior

2001-05-02 Thread Greg Luce
Hi all, I'm using Sybase,RedHat,CF 5.0 and I have a text area that's giving me fits! Address: cfoutput textarea name=jobaddress cols=60 rows=3 wrap=VIRTUAL #trim(qLatestRequest.jobaddress)#/textarea /cfoutput The value that's getting displayed #trim(qLatestRequest.jobaddress)# is being

Re: New ColdFusion logo

2001-05-02 Thread Steve Aylor
1/2 retro - 1/2 ass :-) Screw the logo - just make the software work - affordably! Gimme the brown paper box for pete's sake. Steve - Original Message - From: Peter Tilbrook [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 4:18 PM Subject: New ColdFusion

ezEdit bgcolor

2001-05-02 Thread chad jackson
HI guys.. does anyone know how to get bgcolor functionality in ezEdit? Specifically, having a bgcolor button to select background color? thanks chad ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: Text Area Behavior

2001-05-02 Thread Critter
Hello Greg, try : textarea name=jobaddress cols=60 rows=3 wrap=VIRTUAL#trim(qLatestRequest.jobaddress)#/textarea or flush your output up to the left hand side of your screen Wednesday, May 02, 2001, 3:37:33 PM, you wrote: GL Hi all, GL I'm using Sybase,RedHat,CF 5.0 and I have a

RE: ASP to Print (Quark?)

2001-05-02 Thread Mark Ireland
Would there be a large market for this ? I am thinking print companies that go to the web. . . At 12:45 AM 3/05/01, you wrote: there are loads of extension for quark, the URL following is the place to look, they tend to be exporting from quark into xml rather than the other way around, but

AOL problem?

2001-05-02 Thread Chris Straight
I can't seem to figure this error message out... The only place that this is happening is in AOL no other browsers do this at all. -- Error Occurred While Processing Request Error Diagnostic InformationAn error occurred

Re: OT - Good list for HTML questions

2001-05-02 Thread Bill Davidson
Biggest thing (or at least one of them) that kills me with netscape is that you can't do a background image for just a cell in a table, or if you do a background image for the table, it gets started and stopped/tiled/whatever in every cell. Makes resolution independent pages a bit difficult, as

test

2001-05-02 Thread Jeanne Sarfaty Glazer
test (i've not received a single post this afternoon) - - - Jeanne ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: custom tag for a progress meter

2001-05-02 Thread Peter Tilbrook
NOTE: There is a problem with the DevExchange and it changes the fielname to ACsomethign or the other.zip They are just using the MAKEUNIQUE attribute for filenames. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: SQL troubles

2001-05-02 Thread Mark Adams
Nevermind it was a laps of brain matter I was using access but now I'm using SQL server and the value true or false is really 1or 0 in SQL. Jeez! Thanks All! ;) Mark - Original Message - From: Mark Adams [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 2:53

Re: history of CF

2001-05-02 Thread Howie Hamlin
Since around 1995 or 1996... Howie - Original Message - From: Joe Sheble aka Wizaerd [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 1:51 PM Subject: history of CF How long has CF been available? ~~

RE: Quotes within a quoted value

2001-05-02 Thread Judith Taylor
The only problem with that is when the HTML is rendered, you're right back at square one. The only way that I got it to work for me was to replace the quotes with actual text. snippet #SizeNumber# #Replace(#FORM.SizeText#, , inches, ALL)# /snippet Judith Hayes, David put into words: You

Verity Caching

2001-05-02 Thread Tim Dietrich
Hi everyone. I'm wondering if any of you have come up with a strategy for caching Verity search results? Is there a way to use something like CachedWithin in the CFSearch tag? Thanks in advance. -- Tim Tim Dietrich Web Developer xGravity.net 5182 Criterion Way Dublin, Ohio 43016-7820 Phone:

RE: locking sessions in 4.0 and 4.5 compatible way

2001-05-02 Thread Dave Watts
I really did search for this, but didn't find an answer. I'm moving from CF 4 to 4.5, and have turned on Automatic Read Locking in all scopes. Now I'm going through to see what's broken as a result. Note that I'm trying to maintain compatibility with 4.0 as much as possible. Is there

RE: Changing Default Site error page

2001-05-02 Thread Dave Watts
He said when CF Server has been shut down. If the CF server isn't running, how could it process the site wide error handler? I think he's asking about this error: Error Diagnostic Information An error occurred while attempting to establish a connection to the service. The most

locking sessions in 4.0 and 4.5 compatible way

2001-05-02 Thread mherbene
I really did search for this, but didn't find an answer. I'm moving from CF 4 to 4.5, and have turned on Automatic Read Locking in all scopes. Now I'm going through to see what's broken as a result. Note that I'm trying to maintain compatibility with 4.0 as much as possible. I found a section

RE: CF Studio: Removing System Data Sources from List

2001-05-02 Thread Dave Watts
I have deleted System DSN from my ODBC Manager, but they still show up in my list in CF Studio. Why is that? I am running CF on a Win2k Professional system. I've never looked to see, but I wouldn't be surprised if CF continues to see the datasource until you've stopped and restarted the

SQL troubles

2001-05-02 Thread Mark Adams
I'm pulling out my hair can anyone see whats up here? SELECT Assets.Course_ID, Assets.Module_ID, Assets.Lesson_ID, Assets.Screen_ID, Assets.Form_ID, Assets.Asset_ID, Assets.Prose, Assets.Reuse, Assets.Asset_Type, Screen.Reviewed FROM Assets INNER JOIN Screen ON (Assets.Screen_ID =

Re: SLIGHTLY OT: Content Management systems

2001-05-02 Thread David Hannum
We're currently evaluating CommonSpot 2.0 by Paperthin (www.paperthin.com). Since Spectra will be defunct, this looks as good if not better! Dave - Original Message - From: Billy Cravens [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 3:46 PM Subject: Re:

libclntsh.so please

2001-05-02 Thread Tony Schreiber
Can someone please build libclntsh.so from /odbc/src/oracle/genclntsh8 (and send to me)? Pretty please? PS CF4.5 Pro Linux... Tony Schreiber, Senior Partner Man and Machine, Limited mailto:[EMAIL PROTECTED] http://www.technocraft.com

RE: SLIGHTLY OT: Content Management systems

2001-05-02 Thread Dave Livingston
*This message was transferred with a trial version of CommuniGate(tm) Pro* Check iiFramework. http://www.iiframework.com Dave -Original Message- From: David Hannum [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 5:21 PM To: CF-Talk Subject: Re: SLIGHTLY OT: Content Management

RE: SQL troubles

2001-05-02 Thread Hayes, David
What's the problem? -Original Message- From: Mark Adams [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 4:54 PM To: CF-Talk Subject: SQL troubles I'm pulling out my hair can anyone see whats up here? SELECT Assets.Course_ID, Assets.Module_ID, Assets.Lesson_ID,

  1   2   >