Re: Anti Virus Recommendations

2001-12-12 Thread Douglas Brown
My personal favorite is AVP http://www.avp.ru/products.asp Doug - Original Message - From: "davida51" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, December 12, 2001 7:52 PM Subject: Anti Virus Recommendations > Hi All - > > I have heard horror stories ab

Re: Java - Socket()

2001-12-12 Thread Lewis Sellers
On Wed, 12 Dec 2001 10:31:30 -, Mark Smyth <[EMAIL PROTECTED]> wrote: >I though COM/DCOM were similar to sockets.. COM/DCOM almost has nothing to do with berkley-type sockets. COM is Microsoft-specification/technology for encapsulating interoperable object-oriented code (usually in c++ or v

Re: OT JavaScript Question

2001-12-12 Thread Don Vawter
function master(){ f1(); f2(); .. fn(); } or am I missing something? - Original Message - From: "Double Down" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, December 12, 2001 6:31 PM Subject: OT JavaScript Question > I have several different Ja

RE: SQL Transaction Logs...?

2001-12-12 Thread Justin Greene
Last time I had out of control log growth, I had screwed up an update statement so that updating a single row was actually updating every row with the existing value. Did not change the data, but caused many transactions to be logged. Also look for a trigger that may be causing a similar problem

RE: PopUp Problem

2001-12-12 Thread Garza, Jeff
I just ran into this problem myself. I found a script on irt.org and modified it appropriately... Untitled This is horizontal text flipped horizontal This is horizontal

RE: Problems with single quotes and comma list

2001-12-12 Thread Gregory Harris
Cool thanks! I finally had some code that could have replaced with single quotes but you reminded me of the preservesinglequotes function which was also breaking my code when I wasn't using it. Any insight as to why they make they turn ' into '' when the preservesinglequotes function is not used

Re: Problems with single quotes and comma list

2001-12-12 Thread corrigan
try this... HTH Michael Corrigan Programmer Endora Digital Solutions www.endoradigital.com 630/942-5211 x-134 - Original Message - From: [EMAIL PROTECTED] To: CF-Talk Sent: Wednesday, December 12, 2001 4:37 PM Subject: Problems with single quotes and comma list Hey th

Re: Problems with single quotes and comma list

2001-12-12 Thread Tyler Clendenin
oops the last message left out a double quote here is the corrected version listname = "'" & LISTCHANGEDELIMS(listname, "','", ",") & "'" inside query: preservesinglequotes(listname) - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, Decembe

Re: Problems with single quotes and comma list

2001-12-12 Thread Tyler Clendenin
listname = "'" & LISTCHANGEDELIMS(listname, "',', ",") & "'" inside query: preservesinglequotes(listname) - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, December 12, 2001 5:37 PM Subject: Problems with single quotes and comma list > He

Re: Problems with single quotes and comma list

2001-12-12 Thread Howie Hamlin
Here's some demo code: #s# HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Intelligent Mail Server <<< Vote for iMS as the CFDJ Reader's Choice Awards Most Innovative Product >>> http://w

How do I add an existing array to a new structure?

2001-12-12 Thread Alex Aguilar
I have a one-dimensional array called Weeks. It looks something like this: 1 - 12/02/01 2 - 12/09/01 3 - 12/16/01 4 - 12/23/01 5 - 12/30/01 6 - 01/06/02 How do I add it to a new Session.Structure called stSeason? ~~ Get the mailserver that power

Problems with single quotes and comma list

2001-12-12 Thread mailinglist
Hey there, right now I've got a little puzzle I can't seem to solve right now I have a string 91766,91777,91778 (basically a comma delimited list of zip codes) That I need to fix up with single quotation marks so I can search against in a database string, basically like this '91766','91777','9

RE: HTML okay in browser

2001-12-12 Thread Paul Sinclair
Jochem, Bingo. I wrapped the var in and emailed that via and it comes out right at the other end. Thanks for your attention to this for me. I really do appreciate it. Regards, Paul > -Original Message- > From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, Decembe

CFTree class file path issue

2001-12-12 Thread Jeff Beer
Hello all, I'm working on a site developed by someone else (what fun), and it's using the CFTRee applet. The site was probably developed under CF 4.5+. The new host is CF 5.0+ I'm getting an error trying to load CFTree: load: class allaire.controls2.CFTreeApplet.class not found. The CF 5 ser

RE: CreateODBCDate

2001-12-12 Thread Dunwiddie, Bruce
createodbcdate is a function all on it's own. it doesn't get a date. you would have to use something like createodbcdate(now()) to get a date, and now() would use the time according to the cf server clock. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesd

RE: Christmas cards? (OT/HTML)

2001-12-12 Thread Joseph DeVore
I'm not sure if this is the easiest way to do it (since I'm not an IML pro) but, you could use CFX_Image to create the original upside down image. This image would contain the entire upside down background graphic without the upside down text (see CFX_Image file="") Save it to a temp file. Write

RE: Cfmail problems

2001-12-12 Thread Tony Gruen
This is the same issue we had a few days ago. Sending email upon form submission on a one-at-a-time basis. We are using Rockliffe also and have thousands of other client mail porocessed daily with no issue. After researching it intensly it looked like the mail server thought that additional header

Christmas cards? (OT/HTML)

2001-12-12 Thread Joseph Thompson
I was wondering what would be the easiest way to display text "upside down". To print a card that you fold into shape the one quadrant needs to be "upside down". I was hoping there was a CSS property.. or maybe simply using CFX_Image? Flash? Thanks! ~

RE: OnSelect Javascript code

2001-12-12 Thread James Taavon
Thanks, I ended up using the ThreeSelectsRealted Tag. Works GREAT!! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 1:24 PM To: CF-Talk Subject: RE: OnSelect Javascript code I used this function partlist(thisIn

RE: XLS as a DSNless Connection

2001-12-12 Thread Joseph DeVore
:) Access Driver={Microsoft Access Driver (*.mdb)};DBQ=c:\temp\sample.mdb dBASE III Driver={Microsoft dBASE Driver (*.dbf)};DBQ=c:\temp; DriverID=21 dBASE IV Driver={Microsoft dBASE Driver (*.dbf)};DBQ=c:\temp; DriverID=277 dBASE 5.0 Driver={Microsoft dBASE Driver (*.dbf)};DBQ=c:\temp; DriverI

RE: XLS as a DSNless Connection

2001-12-12 Thread Kurt Ward
Excel ODBC: ConnectionString="Driver={Microsoft Excel Driver (*.xls)}; DriverId=790; Dbq=c:\somepath\mySpreadsheet.xls; "DefaultDir=c:\somepath;" Excel OLEDB via MS Jet ConnectionString="Provider=Microsoft.Jet.OLEDB.4.0; Da

Re: UDF Error

2001-12-12 Thread Owen Leonard
> >I ran into a strange error today, and I can't figure out what's going on: > > > >"Routines cannot be declared more than once. > A UDF can not be defined more than once. Additionally, a variable can not > be named with the same name as a UDF. Well, it turned out to be a silly mistake. Instead

RE: XLS as a DSNless Connection

2001-12-12 Thread Joseph DeVore
If you are running CFAS 5.0: ... FYI: Connect string properties are specific to the database you are connecting to HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 1:17 PM To: CF-Talk S

RE: XLS as a DSNless Connection

2001-12-12 Thread Carlisle, Eric
DSNless queries are supported in CF5. Here's a good starting point... http://www.cfm-resources.com/tutorials.cfm?Include=dsnless.txt EC -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 4:16 PM To: CF-Talk Subject: RE: XLS as a

RE: UDF Error

2001-12-12 Thread Raymond Camden
Owen, I'm investigating this as well. I got it on cflib.org a few times, and the UDF in question was _not_ declared twice and was not on line 1 for certain. There were also no variables with the same name. === Raymond Camden, Pri

Folding tree

2001-12-12 Thread Janine Jakim
I'm using some js code to make a folding tree. We were vetoed using frames so my page is set with tables When I have the top level static and the 2nd level dynamic it works fine. That works ok with my known categories. I can click on a link and have the details show up in the 2nd column of the

RE: XLS as a DSNless Connection

2001-12-12 Thread Dan Phillips
I don't believe CF supports DSNless connections. -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 4:17 PM To: CF-Talk Subject: XLS as a DSNless Connection Hi All, Does anyone have a code snippet that shows how to connect to an excel

XLS as a DSNless Connection

2001-12-12 Thread Duane Boudreau
Hi All, Does anyone have a code snippet that shows how to connect to an excel spread sheet as a dnsless connection? Thanks, Duane ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FA

Re: UDF Error

2001-12-12 Thread Michael Dinowitz
A UDF can not be defined more than once. Additionally, a variable can not be named with the same name as a UDF. Search your page for "breaklist" as a variable or as a UDF set. If you only find one, then check out all the CFINCLUDEs and CFMODULEs used with the page. Somewhere there's a double se

UDF Error

2001-12-12 Thread Owen Leonard
I ran into a strange error today, and I can't figure out what's going on: "Routines cannot be declared more than once. The routine BreakList has been declared twice in different templates. The error occurred while processing an element with a general identifier of (), occupying document position

CreateODBCDate

2001-12-12 Thread ccook22
Hello - Can anyone tell me exactly where the createODBCdate function in coldfusion gets its date from? The problem we are running into is dateadd function not working in the UK. We think we've tracked the problem to the web server and not necessarily the coldfusion server itself because we have

Re: HTML okay in browser

2001-12-12 Thread Jochem van Dieten
Paul Sinclair wrote: > > I've put up the "chopped" version of the file up as well as the version > that was "trapped" in the undelivr folder. The "chopped" version is a > sample of what is getting to the email addresses it is sent to. It is > here: > http://www.cpsmagazines.com/news.sent.version

Re: searches

2001-12-12 Thread Troy Montour
sweet.. thats what I will use then... thanks everyone... Troy - Original Message - From: "Alex" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, December 12, 2001 2:09 PM Subject: Re: searches > I have been using CF since 4.0 and verity has always been there. > > O

RE: Cfmail problems

2001-12-12 Thread Cameron Childress
Also, if it does end up being a quirk in CF that makes Rockliffe mailsite throw the error, please let me know. I am trying to compile a guide to CFMAIL and would like to add that if it's the case... -Cameron Cameron Childress elliptIQ Inc. p.770.460.1035.232 f.770.460.0963

RE: Cfmail problems

2001-12-12 Thread Cameron Childress
Just did a quick search of the Rockliffe KB, and there are several articles on Network I/O errors having to do with connection terminations. I am suspecting that since CF thinks it sent the mail, the error is occurring at the end of the command sequence. Anything in the cfmail.log? Yes, this pr

Wrong List: ? delete this message

2001-12-12 Thread Tyler Silcox
Sorry...wrong list... Tyler - Original Message - From: "Tyler Silcox" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, December 12, 2001 3:17 PM Subject: ? Do y'all use as an sub-element when writing your FuseDocs? I really haven't come across it in any of my F

RE: searches

2001-12-12 Thread Will Swain
I'm sure it is. you need to use tags like cfindex and cfsearch. look in cf administrator for verity collections too. cheers will -Original Message- From: Troy Montour [mailto:[EMAIL PROTECTED]] Sent: 12 December 2001 20:10 To: CF-Talk Subject: Re: searches is that in version 4.5 thou

Re: searches

2001-12-12 Thread Alex
verity. If you have cfstudio use the verity wizard application. It should take you under 5 minutes. On Wed, 12 Dec 2001, Troy Montour wrote: > Hello everyone, > I'm getting a new project and want to plan for it so I'm not trying > to figure it out at the last minute. > > whats the best wa

Re: searches

2001-12-12 Thread Alex
I have been using CF since 4.0 and verity has always been there. On Wed, 12 Dec 2001, Troy Montour wrote: > is that in version 4.5 thought it was only in version 5.. > > Thanks > Troy > > - Original Message - > From: "Will Swain" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]>

?

2001-12-12 Thread Tyler Silcox
Do y'all use as an sub-element when writing your FuseDocs? I really haven't come across it in any of my FB3 literature (besides the .vtm help files) and I'd like to stick to the script if I can-> Tyler ~~ Structure your ColdFusion code with Fuse

RE: (Complete) ColdFusion Function reference?

2001-12-12 Thread Adkins, Randy
Yep Seen it before for version 4 but not looked at it since 5 came out. -Original Message- From: Semrau, Steven L Mr RDAISA/SRA [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 2:12 PM To: CF-Talk Subject: RE: (Complete) ColdFusion Function reference? Check it out at the

RE: Cfmail problems

2001-12-12 Thread Michel Gallant
Sorry, it`s Rockliffe mailsite 3.4.7 Only cfmail causes this problem. We have a hundred people who use this as their SMTP server. I also have other custom mail tags that work fine with this SMTP server. -Original Message- From: Cameron Childress [mailto:[EMAIL PROTECTED]] Sent: Decembe

Re: searches

2001-12-12 Thread Troy Montour
is that in version 4.5 thought it was only in version 5.. Thanks Troy - Original Message - From: "Will Swain" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, December 12, 2001 1:52 PM Subject: RE: searches > use verity, it comes with cfserver. I have found it to

RE: Cfmail problems

2001-12-12 Thread Cameron Childress
The error is occuring on your mail server? Sounds like a problem with your mailserver. > Mail server > NT 4 SP6a What mail server package? SP level? Checked your vendor's KB? -Cameron Cameron Childress elliptIQ Inc. p.770.460.1035.232 f.770.460.0963 -- http://www.neighb

Cfmail problems

2001-12-12 Thread Michel Gallant
I was wondering if anyone else was having problems with cfmail. My problem doesn't involve mass-mailing or performance on bulk mails. I`m having trouble getting it to even send one message. The problem started when we upgraded to CFAS 5. I`ve verified and the the message isn't held in Coldfusi

RE: searches

2001-12-12 Thread Will Swain
use verity, it comes with cfserver. I have found it to be quite simnple to set up, and it will index html pages, database tables, pdf's, word documents etc. HTH will -Original Message- From: Troy Montour [mailto:[EMAIL PROTECTED]] Sent: 12 December 2001 19:36 To: CF-Talk Subject: search

OT: Exporting an Access report

2001-12-12 Thread Bruce, Rodney (Contractor)
Hello everyone I know this is OT, but I am using CF on the web site ;o} But the powers that be want to gather information from a web site into an ACCESS db and then use ACCESS to create the reports(no problems so far). Now they want the reports to be able to be reviewed us

CFHTTP.FileContent - parse string - then save

2001-12-12 Thread Gilbert Midonnet
OK, I'm getting there. I'm trying to pull data from a page, manipulate it and save the result as a new file on my HD, and later to make this a CRON job. I'm using CFHTTP to pull a page. WORKS I'm parsing the page. WORKS Trying to save the resulting page. It doesn't work. Any help will

Stupid a** CFGRID!

2001-12-12 Thread Angel Stewart
Error Diagnostic Information The table 'activity_code_tbl' contained no columns in the grid 'RELORA'. This error may have been caused by not specifying the table name in the format which the ODBC data source expects (e.g. SQL Server table names must be qualified with the database name and table

searches

2001-12-12 Thread Troy Montour
Hello everyone, I'm getting a new project and want to plan for it so I'm not trying to figure it out at the last minute. whats the best way to set-up a search engine on a site to search through the whole site and give you a list of pages with what your searching for so you can jump directl

RE: (Complete) ColdFusion Function reference?

2001-12-12 Thread Semrau, Steven L Mr RDAISA/SRA
Check it out at the House of Fusion (http://www.houseoffusion.com/) ... 4th link down. -Original Message- From: Tyler Silcox [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 2:14 PM To: CF-Talk Subject: (Complete) ColdFusion Function reference? Is there a complete CF functi

Re: (Complete) ColdFusion Function reference?

2001-12-12 Thread Michael Dinowitz
Look at the front of House of Fusion (www.houseoffusion.com). I have a complete function list there. The function your asking about queries a mail server to see if it is operating properly. The attributes are in the list. At 02:13 PM 12/12/01, you wrote: >Is there a complete CF function referen

(Complete) ColdFusion Function reference?

2001-12-12 Thread Tyler Silcox
Is there a complete CF function reference in existence? I seem to remember seeing something online at some time in my ColdFusion developing history, but I can't find one when I need too, and I'm very intrigued to see what #CFusion_VerifyMail# does. (If it's even accessible, I found in by using G

Re: javascript variables help!

2001-12-12 Thread Alex
www.irt.org On Wed, 12 Dec 2001 [EMAIL PROTECTED] wrote: > Hi all, > > In one of my pages, I have a javascript array. How do I pass it to the next > page to do some calculation using both Coldfusion and javascript? > > TIA, > > Thanh > > ~~

Re: javascript variables help!

2001-12-12 Thread Michael Bruce
What I have done is take the JavaScript Variables and WDDXd them and then put the wddx packet into a hidden form field and submitted the form. You will need the wddx.js file that comes with CF. If you don't have it email me off list and I will send it. Mike - Original Message - From: <[

RE: Displaying of HTML in page?

2001-12-12 Thread Garza, Jeff
Actually either will produce the HTML Code, the formatting is different... #HTMLCodeFormat("this is some Text")# #HTMLEditFormat("this is some Text")# HTMLCodeFormat() will output the string wrapped with tags. HTMLEditFormat() will output the string without tags. Jeff Garza Lead Develop

RE: OnSelect Javascript code

2001-12-12 Thread thanh . nguyen
I used this function partlist(thisInfo){ document.all.PartList.options.length = 0; var olen = 0; for (var i=0;i < getProd_list.p_num.length; i++) { if (getProd_list.m_mscode[i] == t

RE: Displaying of HTML in page?

2001-12-12 Thread Bryan Love
actually I believe it's HTMLEditFormat() +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Database Analyst Telecomunication Systems [EMAIL PROTECTED] +---+ "...'If there

Passing a radiobutton value through a javascript function within frames

2001-12-12 Thread James Taavon
Hello All, Interesting problem here that's probably easily fixed but I'm at wits end. For starters I have a three-framed environment, a top frame, a left frame and a main frame. In the main frame I have a simple form consisting of two radiobuttons and a "continue" button. I have an onclick functi

javascript variables help!

2001-12-12 Thread thanh . nguyen
Hi all, In one of my pages, I have a javascript array. How do I pass it to the next page to do some calculation using both Coldfusion and javascript? TIA, Thanh ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://w

RE: Displaying of HTML in page?

2001-12-12 Thread Will Swain
use the character entities for < and > instead of the symbols themselves. I think its < and > if I remember correctly. HTH will -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: 12 December 2001 18:13 To: CF-Talk Subject: Displaying of HTML in page? I am creating

RE: Displaying of HTML in page?

2001-12-12 Thread Garza, Jeff
HTMLCodeFormat(yourstring) Jeff Garza Lead Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 11:13 AM To: CF-Talk Subject: Displaying

Displaying of HTML in page?

2001-12-12 Thread Douglas Brown
I am creating a forum for our site, and want to be able to display HTML code. How can I accomplish this where the browser will not try to render the code. Also if someone types in a link, I want that to display as a clickable link and not just text. All help appreciated. Doug

Apache Xindice Project

2001-12-12 Thread Kurt Ward
The XF_Xindice Toolkit is now available through the developers exchange. The admin application will follow in a couple of days. The project is hosted on SourceForge if anyone is interested in contributing. Kurt ~~ Structure your ColdFusion code wit

RE: Releasing Access locks with Coldfusion?

2001-12-12 Thread Dave Watts
> Are they still around? > Ignoring the mem leak issues (or "the escapes of memory" ;-) > ) I recall that Allaire recommended that connections should not > be maintained to Access dbs with CF3.x but changed the database > pooling methods with 4.x+ and hence recommended that connections > sho

RE: Releasing Access locks with Coldfusion?

2001-12-12 Thread Steve Martin
Are they still around? Ignoring the mem leak issues (or "the escapes of memory" ;-) ) I recall that Allaire recommended that connections should not be maintained to Access dbs with CF3.x but changed the database pooling methods with 4.x+ and hence recommended that connections should be maintaine

  1   2   >