Allaire logins don't work at new Macromedia Dev Exchg?

2002-01-14 Thread Matt Robertson
Well, MM has now completely taken over Allaire.com. Understandable. However, when I try to access my former Allaire personal page, which gives me edit access to umpteen tags I submitted in the Exchange, I'm told its an invalid Macromedia ID/password, despite assurances on the site that I can

Re: Limits to textarea?

2002-01-14 Thread Brian Scandale
More investigation has me thinking it's related to my ODBC driver for postgreSQL because my CFAdmin settings allow for long text buffer size of 65,000. Any thoughts? At 11:48 PM 1/13/02 -0800, you wrote: Anyone know off hand what the limits are to a textarea are? I just tested and found 8194

RE: OT - Javascript and CF

2002-01-14 Thread Craig Dudley
window.setTimeout(Redirect();,1000); Runs a function called Redirect after 1 second (1000ms) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 13 January 2002 17:03 To: CF-Talk Subject: Re: OT - Javascript and CF i don't recall the syntax directly but there's

Coldfusion Intelligent Queries ???

2002-01-14 Thread Ian Vaughan
Hi How do I modify my query below, so that when an event date has passed it is no longer shown, so for example if an event was on January 12 2002, it would not show up in the results returned, it would only show the events happening from todays date i.e. January 14th. How could this feature

Re: Coldfusion Intelligent Queries ???

2002-01-14 Thread Nick de Voil
Oracle, right? AND eventdate = SysDate should do it Nick - Original Message - From: Ian Vaughan [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 14, 2002 11:48 AM Subject: Coldfusion Intelligent Queries ??? Hi How do I modify my query below, so that when an

Re: Coldfusion Intelligent Queries ???

2002-01-14 Thread Ian Vaughan
Hi Nick Thanks for that, it seems to be working! and yes it is an Oracle database , Thanks Ian - Original Message - From: Nick de Voil [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 14, 2002 12:04 PM Subject: Re: Coldfusion Intelligent Queries ??? Oracle,

Interacting with Telnet Sessions

2002-01-14 Thread Perez, Percy
Hello, Does anyone have any suggestions on interaction between coldfusion and a telnet session. I need to connect to a UNIX machine, log on and send a couple of commands. I am looking at the Addons from Intrafoundation. TCPClient and CFX_TCPClient. Any gotchas with this? any help would be

RE: Email formatting

2002-01-14 Thread Andrew Scott
Nope you have missed nothing; I would say that this would be best done with HTML. Or you could do a csv file that could open into excel or something, or create a word doc on the fly. But with what you want the only thing I can think of is padding the spaces, however not every email client has

RE: CF 5 Upgrade Help

2002-01-14 Thread Brockman, Chuck
Thanks for the input. It ended up being the new dll's installed in the winnt\system32 directory and our security. Took a little bit to figure out. Does anyone have a list of the dll files associated with CF5? It looked like there were lots. Thanks again, Chuck -Original Message-

RE: RE: VBscript problem getting user information

2002-01-14 Thread Reed Powell
Thanks for the idea, but this is client-side scripting, not server-side, that I'm doing. -reed Date: Sun, 13 Jan 2002 23:34:35 -0500 From: David Brown [EMAIL PROTECTED] Subject: RE: VBscript problem getting user information Message-ID: 01c19cb4$c4ece3b0$[EMAIL PROTECTED] I think in ASP it

Re: CFXAPI Kit for MS Visual C++ Setup probs

2002-01-14 Thread Howie Hamlin
This page has info on the cfx api usage and installation: http://www.intrafoundation.com/coldfusion.html 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 Find out how

RE: CFFTP help please ..the documentation sucks.

2002-01-14 Thread Bimal Shah
Hello, We are developing a CFFTP tag replacement. If you would like to try it go to http://plato.venus.co.uk/demo/bimal/cfx_ftptransfer/index.html Let me know how you get along. Bimal -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED]] Sent: 13 January 2002 11:42 To:

Re: Interacting with Telnet Sessions

2002-01-14 Thread Tracy Bost
Have used the TCPClient for numerous things including smtp,vpn, remote connections. Haven't had much any problem with it at all. Quoting Perez, Percy [EMAIL PROTECTED]: Hello, Does anyone have any suggestions on interaction between coldfusion and a telnet session. I need to

RE: Interacting with Telnet Sessions

2002-01-14 Thread Carlisle, Eric
All good experiences here as well. EC -Original Message- From: Tracy Bost [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 9:00 AM To: CF-Talk Subject: Re: Interacting with Telnet Sessions Have used the TCPClient for numerous things including smtp,vpn, remote

Re: Allaire logins don't work at new Macromedia Dev Exchg?

2002-01-14 Thread Jochem van Dieten
Matt Robertson wrote: Well, MM has now completely taken over Allaire.com. Understandable. However, when I try to access my former Allaire personal page, which gives me edit access to umpteen tags I submitted in the Exchange, I'm told its an invalid Macromedia ID/password, despite

RE: VBscript problem getting user information

2002-01-14 Thread Dave Watts
What little hair I have is going fast. Below is a piece of VBscript I copied off of the MS site, but it dies with errors relating to the WSCRIPT object. All I want to do is to get the user's authenticated domain and username. When it finally works, I'll put that info into a couple of

RE: Aboout ActivePdf

2002-01-14 Thread Dave Watts
Can you actually create print quality PDF's using ActivePDF? I'd love to make some dynamic reports to use as brochures, etc, containing real-time data from some of our apps. Yes, you can - we've done some interesting work with ActivePDF, in which documents needed to be created to exact

RE: Auto Form Generator

2002-01-14 Thread Dave Watts
Is there a tool or custom tag I can use to automatically generate different kinds of form fields and labels to go with those fields. My users want the ability to create different kinds of questionniare templates. You might find this useful:

Mail is spooled then moved to undelivered

2002-01-14 Thread Tammy Hong
Hi Guys, OK I am really puzzled by this. I have created a script to send out mails every Friday and have tested it. It works fine...when it wants to. I have run tests and the tests work. However, NOW it doesn't anymore. In my CFMAIL tags, I have specified the SMTP cerver and the port. I have

RE: CF 5 Upgrade Help

2002-01-14 Thread Dave Watts
Does anyone have a list of the dll files associated with CF5? It looked like there were lots. I don't have a list myself, but you might have one on your machine. When you install CF 5, the exploded files are stored in the temp directory, and are usually still there after the install has

Re: Mail is spooled then moved to undelivered

2002-01-14 Thread Tracy Bost
Have you tried sending this mail thru a different mail server ? Quoting Tammy Hong [EMAIL PROTECTED]: Hi Guys, OK I am really puzzled by this. I have created a script to send out mails every Friday and have tested it. It works fine...when it wants to. I have run tests and the tests

RE: Mail is spooled then moved to undelivered

2002-01-14 Thread Cameron Childress
I have gotten this error once or twice, and bouncing the CF service on the machine in question fixed it every time. -Cameron Cameron Childress elliptIQ Inc. p.770.460.1035.232 f.770.460.0963 -- http://www.neighborware.com America's Leading Community Network Software

Why am I not getting the correct cgi.http_referer?

2002-01-14 Thread Pete Ruckelshaus
I want to perform an action based upon the http_referer CGI variable; in a nutshell, I have a form that I am using for administration. Enter the URL of the page that you want to administer in the form (template name is clearpage.cfm), submit it, and I use cflocation to redirect to that page

New Kind of Error

2002-01-14 Thread James Maltby
We are getting the following error from one of our sites: Error Diagnostic Information Cannot load template file /xxx/xxx////xxx/index.cfm (removed the path myself) The template file exists, however, it either cannot be opened for reading, or it is

RE: New Kind of Error

2002-01-14 Thread Ian Lurie
I've seen this one when an FTP fails part way through the upload - ColdFusion is forced to access a partial template. -Original Message- From: James Maltby [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 7:38 AM To: CF-Talk Subject: New Kind of Error We are getting the

Re: New Kind of Error

2002-01-14 Thread Bryan Stevenson
Can't say that I've seen it before. Have you tried to open the file to see if it is encrypted or corrupted? Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] -

RE: New Kind of Error

2002-01-14 Thread James Maltby
Could be - we've built the site and uploaded via VPN to the client's dev. server - they have then synced the site up with their load-balanced front servers - it all worked this morning and now it does not - however the pages work on our server and their dev. server M J -Original

Re: New Kind of Error

2002-01-14 Thread Bryan Stevenson
ah...that's right I have seen that before and that is what it was. Sometimes it's FTP crapping out and other times it's Studio having a glitch while saving. my only line of defense is to always check newly saved files to make sure they work (which I do anyway..but there ya go) ;-) Bryan

CFStored Procedure question

2002-01-14 Thread Bruce Sorge
OK, I have been using SP's for quite some time with great success and I love them. However, I have one that is giving me some troubles. Here is the CFStoredprocedure tag: cfstoredproc datasource=#DataSource# procedure=sp_GetInformation returncode=Yes cfprocparam cfsqltype=CF_SQL_VARCHAR

RE: New Kind of Error

2002-01-14 Thread James Maltby
Nope! We only have access to their VPN dev server J -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED]] Sent: 14 January 2002 15:49 To: CF-Talk Subject: Re: New Kind of Error Can't say that I've seen it before. Have you tried to open the file to see if it is

RE: New Kind of Error

2002-01-14 Thread Mark A. Kruger - CFG
I see this error occasionally when I modify a file on a really busy site or server cluster - usually the file has been partially saved or modified. Reload the file via ftp or file copy or RDS etc. Mark -Original Message- From: James Maltby [mailto:[EMAIL PROTECTED]] Sent: Monday,

RE: New Kind of Error

2002-01-14 Thread C. Hatton Humphrey
Sounds like the client needs to re-deploy the files from their dev servers then C. Hatton Humphrey, Developer Fisher, Towne Associates 716-839-2141 x336 [EMAIL PROTECTED] -Original Message- From: James Maltby [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 10:51 AM To:

Oracle Connection?

2002-01-14 Thread Randy Adkins
What is the rule of thumb for assigning a max number of connections to a Native Oracle ODBC connection? It currently is set to 100. However my thinking would be that if more than 100 concurrent users hit the ODBC, that the system resources would begin to drain and a possibility of losing the

RE: WOT: EDI with CF

2002-01-14 Thread Tim Stadinski
about 3 years ago i did some EDI with CF work. which transaction sets are you trying to manipulate? I might have some code examples that process 810 invoice, 850 purchase orders, 856 ASN. Also, are you trying to manipulate the raw transactions or are you using a translator of some sort?

RE: Dynamically sortable table data

2002-01-14 Thread Tim Stadinski
try the CF_DHTLQUERY tag by Mark Murphy. You can find it on the developers exchange. Timothy Stadinski Senior Software Engineer Afternic.com [EMAIL PROTECTED] -Original Message- From: Brunt, Michael [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 3:39 PM To: CF-Talk

RE: CFStored Procedure question

2002-01-14 Thread Mark A. Kruger - CFG
Did you recently migrate from CF 4.x to CF 5? I've noticed that the CF 5 implementation of cfprocparam is more stringent. Mark -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 7:58 AM To: CF-Talk Subject: CFStored Procedure question OK, I

RE: Limits to textarea?

2002-01-14 Thread Dave Watts
Anyone know off hand what the limits are to a textarea are? I just tested and found 8194 characters maximum with the extra being truncated. But... that was only one config in one browser etc... I think that the HTML specification allows 64k within a TEXTAREA. Dave Watts, CTO, Fig Leaf

Educational sites

2002-01-14 Thread cf_mail
I have been searching for cold fusion information, this list has been very helpful in my quest. Thank-you My question is about an educational site called coldfusionmonthly.com does any one have information/comments about this site and do you think it would be worthwhile to sign up for? michael

RE: Limits to textarea?

2002-01-14 Thread Russel Madere
Out of curiousity, where are you getting the figure 8194? I have seen that number as a character limit on the size of a single record in MS SQL. Russel -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 1:49 AM To: CF-Talk Subject: Limits

RE: CFStored Procedure question

2002-01-14 Thread Bruce Sorge
This site was migrated, and I just checked the CF5 docs, and all seems to b e fine. Another thing is that when I do a recordcount, I get the number I a m supposed to be getting, so that indicates to me that the query is working and the result is doing something. -- Original Message

RE: CFStored Procedure question

2002-01-14 Thread Craig Dudley
Have you tried it with returncode=No ? Might noit help at all, but try using cfdump for your output, should help debuging. eg. cfdump var=#qGetInformation# -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED]] Sent: 14 January 2002 15:58 To: CF-Talk Subject: CFStored

RE: CFStored Procedure question

2002-01-14 Thread Bruce Sorge
I got it figured out. In the actual stored procedure ( CREATE PROCEDURE sp_GetInformation @UserType varchar (5), @EntityID int AS DECLARE @SQL varchar (255) Select @SQL= 'SELECT Entities.Entity AS Entity, Users.UserName, Users.FN ame, Users.Lname, Users.Active, Users.UserType, Users.Pwd FROM

Do's and Don'ts for COM Objects???

2002-01-14 Thread Craig Fisher
I am helping a VB developer write some COM objects to be called by a CF application. My recent fun-filled and exciting attempts to call various ADO objects from CF have forcefully reminded me that CF's ability to call COM objects can be challenging. Has anyone ever written, read, or heard of a

Demo Site

2002-01-14 Thread Dave Clay
Does anyone know of a software package, application or other product to roll a dynamic web site up onto a CD for demo purposes? Any help would be greatly appreciated. Dave Clay Trusjoist.com __ Dedicated Windows 2000 Server

RE: Allaire logins don't work at new Macromedia Dev Exchg?

2002-01-14 Thread Matt Robertson
Thanks. Whatever it was seems to have been fixed. I can get in this morning, although the site is horrendously slow. Must be a real bear making a huge conversion like that. --Matt Robertson-- MSB Designs, Inc. http://mysecretbase.com -Original Message- From: Jochem van Dieten

RE: Limits to textarea?

2002-01-14 Thread Brian Scandale
Hi Russel, I created a 10,000 character document with no spaces... 123456789012345678901234567890 etc... and cut and pasted it into the textarea box... After saving it I cut and pasted the result when querying it into msword and then asked it to count the characters for me... 8194 was the

RE: Allaire logins don't work at new Macromedia Dev Exchg?

2002-01-14 Thread Ben Forta
They've been working on the consolidation around the clock (I was e-mailing comments midnight Saturday night and getting immediate responses). There are areas that need to be improved, they're working on those. If you find any biggies (broken links, errors, stuff that flat out won't work) let me

OT: Using CSS to make pretty printouts

2002-01-14 Thread Carlisle, Eric
I'm working with a web site that doesn't print well. This happens because: 1) The top navigational bar (runs horizontal - all graphical) is too wide to fit on a 8.5 inch wide paper. 2) The left navigation steals prime real estate away from the display area. I've been charged with the task of

Oracle 8.1.5 CF5

2002-01-14 Thread Randy Adkins
Has anyone experienced CF5 losing connection to the Oracle ODBC running on a Windows NT 4.0 platform? __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation ·

RE: Allaire logins don't work at new Macromedia Dev Exchg?

2002-01-14 Thread Robert Everland
Searching by author name (advanced search), though that has never worked. Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 12:39 PM To: CF-Talk Subject: RE: Allaire logins

Re: New Kind of Error

2002-01-14 Thread Richard Meredith-Hardy
You get this error if you have the file open at the same time in MS Word (even if it is a HTML file). James Maltby wrote: We are getting the following error from one of our sites: Error Diagnostic Information Cannot load template file

Re: OT: Using CSS to make pretty printouts

2002-01-14 Thread savan . thongvanh
if you are pulling ur content from a DB whynot just make a pretty print template? but to answer your question, yes, sort of. you would only really only be able to control the visibility of the men u DIV if the user executed the print command from the page. That way , you could capture and

Re: Demo Site

2002-01-14 Thread coldfusion . developer
I have purchased and used a great product called Xbuilder which can be found at ... http://www.xcache.com/home/ D- Does anyone know of a software package, application or other product to roll a dynamic web site up onto a CD for demo purposes? Any help would be greatly appreciated.

RE: Allaire logins don't work at new Macromedia Dev Exchg?

2002-01-14 Thread Matt Robertson
Yes, the author search only finds about half of my stuff, just like before. I can get in now, but don't have access to my submitted components. Sent a note to Macromedia using the addr Jochem gave me. I'm sure there will be a settling-in period. It actually works surprisingly well. All of my

RE: OT: Using CSS to make pretty printouts

2002-01-14 Thread Carlisle, Eric
Believe me, I'd prefer to draw print friendly versions from a DB, but much of the site is simple HTML. :) I see what you saying about toggling the visibility. I was thinking of using 2 stylesheets one for display, one for print). In the display stylesheet, I would have that display class

General Question

2002-01-14 Thread Haggerty, Michael A.
Hi; I have a question: is it possible to detect whether a CFM file is CFINCLUDEd within another file? Here is a case where I would want to be able to do that: let's say I have a page with some content and it has been indexed through Verity. There is a separate layout file that properly

RE: New Kind of Error

2002-01-14 Thread James Maltby
thanks to everyone - error solved - it was a permissions error on the file! J -Original Message- From: Richard Meredith-Hardy [mailto:[EMAIL PROTECTED]] Sent: 14 January 2002 17:38 To: CF-Talk Subject: Re: New Kind of Error You get this error if you have the file open at the same

Lynk ecommerce

2002-01-14 Thread Ian Lurie
Anyone out there worked with the Lynk ecommerce system and their Lynk COM object? In ColdFusion? Code examples would be greatly appreciated... Ian Portent Interactive Using Process, Design and Content to create great web sites since 1995 Consulting, design, development, measurement

Parsing an Email Line By Line

2002-01-14 Thread Neil H.
I am attempting to parse an email line by line. I found this code from CFVault and it seems pretty proven: CFLOOP List=#file_content# Index=rc Delimiters=#Chr(10)# CFOUTPUT #rc#BR /CFOUTPUT /CFLOOP However, it appears that the output is truncated to 77 characters. This seems

Re: Parsing an Email Line By Line

2002-01-14 Thread Howie Hamlin
Most emails are wrapped at around 78 characters or so, so I would say that your code is working fine. 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 Find out how

Re: Allaire logins don't work at new Macromedia Dev Exchg?

2002-01-14 Thread Paul Hastings
while my login worked, i seemed to have lost ownership of all my tags --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.314 / Virus Database: 175 - Release Date: 1/11/2002

Re: Lynk ecommerce

2002-01-14 Thread Nick McClure
I was one of the first to use it a couple of years ago. Back then it didn't work at all. They gave me the source to try to make a CFX out of it, but that didn't work either. He would make and update and send it to me, we went back and forth for a few months until they finally got it to work.

Re: Parsing an Email Line By Line

2002-01-14 Thread Neil H.
thanks! Neil - Original Message - From: Howie Hamlin [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 14, 2002 1:05 PM Subject: Re: Parsing an Email Line By Line Most emails are wrapped at around 78 characters or so, so I would say that your code is working fine.

Re: Parsing an Email Line By Line

2002-01-14 Thread Neil H.
When I view the mail it won't wrap at 78 or so. Is there a way to prevent this? Thanks, Neil - Original Message - From: Howie Hamlin [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 14, 2002 1:05 PM Subject: Re: Parsing an Email Line By Line Most emails are

RE: Dynamically sortable table data

2002-01-14 Thread Hoffman, Joe (CIT)
Look at 'Sorting WDDX recordsets' February 1999 by Steve Drucker at DC CFUG http://www.figleaf.com/figleafhome/cfug/cfugnews.cfm Joe Hoffman mailto:[EMAIL PROTECTED] National Institutes of Health Center for Information Technology Division of Computer System Services -Original

Re: OT: Using CSS to make pretty printouts

2002-01-14 Thread Richard Meredith-Hardy
this works, (in MSIE anyway) LINK REL=stylesheet TYPE=text/css HREF=style.css MEDIA=SCREEN LINK REL=stylesheet TYPE=text/css HREF=style_print.css MEDIA=PRINT Carlisle, Eric wrote: Believe me, I'd prefer to draw print friendly versions from a DB, but much of the site is simple HTML. :) I

RE: OT: Using CSS to make pretty printouts (RESOLVED)

2002-01-14 Thread Carlisle, Eric
I guess I was being lazy. I tried it and it works. FYI if you ever have a similar problem to work out. :) html head titleUntitled/title style type=text/css media=screen .noshow {visibility: hidden} .show {visibility: visible}

Re: Parsing an Email Line By Line

2002-01-14 Thread Howie Hamlin
If an email is encoded with Quoted Printable then it will still be wrapped at 78 or so but will display on an email client in the original format. An equal sign at the end of a quoted printable line tells the email client that the text continues on the next line but that the text should not

RE: Aboout ActivePdf-quick question

2002-01-14 Thread Janine Jakim
With active pdfs how to you add the linearization? I can't seem to get it to work and our pdfs are huge. Right now it's taking anywhere from one minute to 4 min to open the files(ie 25 report cards are taking about a minute to open.) Their documentation says the syntax is:

Re: Parsing an Email Line By Line

2002-01-14 Thread Neil H.
Then why don't I see the = ? Thanks, Neil - Original Message - From: Howie Hamlin [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 14, 2002 1:18 PM Subject: Re: Parsing an Email Line By Line If an email is encoded with Quoted Printable then it will still be

RE: Allaire logins don't work at new Macromedia Dev Exchg?

2002-01-14 Thread Peter Dray
Me too, bummer -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED]] Sent: 14 January 2002 18:14 To: CF-Talk Subject: Re: Allaire logins don't work at new Macromedia Dev Exchg? while my login worked, i seemed to have lost ownership of all my tags --- Outgoing mail is

Re: Parsing an Email Line By Line

2002-01-14 Thread Howie Hamlin
Not sure - I'd have to see the actual email to comment further... Howie - Original Message - From: Neil H. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 14, 2002 1:22 PM Subject: Re: Parsing an Email Line By Line Then why don't I see the = ? Thanks,

RE: General Question

2002-01-14 Thread Raymond Camden
Sure, check the CGI vars, like CGI.CF_TEMPLATE_PATH. If the file doesn't match the current file, it's being run as a CFINCLUDE, not as a direct call. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

RE: Limits to textarea?

2002-01-14 Thread Tyler M. Fitch
I'd say make sure that you have the latest postgreSQL ODBC drivers on both your server and your development box. My co-worker passed this info along to me a while ago the new ODBC driver will allow huge text inserts and selects which previously were hindered to like 8k (bump the max longvarchar

Quick Way To Add Debug IP Addresses

2002-01-14 Thread E C list
My beloved internet provider is switching to DHCP based IP addresses, so I needed a quick way to add my IP address to the debugging addresses...and I was too lazy to log into the administrator, so I wrote this quick code. Simple as it is, I thought others might be able to use it. It basically

OT: Excel

2002-01-14 Thread Bruce, Rodney (Contractor)
Sorry about the OT But does anyone know how to turn Excel spreadsheet cells into drop down menus? I see how to add an ActiveX control or a form combo-box, but I was told there is a way to turn the column into drop downs without having to add one to each cell. Thanks for any

Re: Allaire logins don't work at new Macromedia Dev Exchg?

2002-01-14 Thread Matt Brown
However, when I try to access my former Allaire personal page, which gives me edit access to umpteen tags I submitted in the Exchange, I'm told its an invalid Macromedia ID/password, despite assurances on the site that I can log in with my old ID. How can this be fixed? The tags are there... I

RE: Limits to textarea?

2002-01-14 Thread Russel Madere
Very interesting issue. Thanks for the info. I might give it a try on a Win 2K system with MS SQL to see if anything is different. In my copious spare time, of course. :) Russel -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 11:41

Verify password is alpha numeric?

2002-01-14 Thread Kelly Matthews
Ok I should probably know this but basically I am letting people choose their own passwords, each password must contain at least ONE number and one alpha character. What's the best way to verify this? They are creating the password themselves, I am not creating random passwords for them.

FYI: CFTRANSACTION core dump

2002-01-14 Thread Zac Spitzer
Nested instances of cftranasction aren't always caught and cause a core dump on w2k... happens with included templates that contain a second cftranasction it will crash your cf 5.0 server hopefully will help someone tearing there hair out :-)

Simple Regular Expression Question ($ and ^)

2002-01-14 Thread Jamie Jackson
Does CF's regex have an end/beginning of string anchor? (e.g. $ and ^, respectively, in other languages) Thanks, __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant

RE: Verify password is alpha numeric?

2002-01-14 Thread Christopher Olive
try CFIF REFind([0-9], VARIABLES.password) AND REFind([A-Za-z], VARIABLES.password) it's good! /CFIF christopher olive, cto, vp of web development cresco technologies, inc 410.825.0383 http://www.crescotech.com -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED]] Sent:

RE: OT: Using CSS to make pretty printouts

2002-01-14 Thread savan . thongvanh
that's a good idea, BUT, 1. you have to maintain 2 documents whether html or css 2. how will you know which .css to link? i'm assuming by some kind of user input like clicking on Printable Version link or something to that ef fect 3. if you DO do the Printable version thing why not just toggle

RE: Simple Regular Expression Question ($ and ^)

2002-01-14 Thread Christopher Olive
yes. $ and ^, respectively. christopher olive, cto, vp of web development cresco technologies, inc 410.825.0383 http://www.crescotech.com -Original Message- From: Jamie Jackson [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 2:08 PM To: CF-Talk Subject: Simple Regular

RE: Verify password is alpha numeric?

2002-01-14 Thread Kelly Matthews
Cool Thanks! -Original Message- From: Christopher Olive [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 2:11 PM To: CF-Talk Subject: RE: Verify password is alpha numeric? try CFIF REFind([0-9], VARIABLES.password) AND REFind([A-Za-z], VARIABLES.password) it's good! /CFIF

Determining if a session varibale contians data

2002-01-14 Thread Kris Pilles
I need to figure out how to test whether a session variable contains data. We're building a new cart and its almost done howevere when the user goes to remove items from their cart, if theyt delete all the items, I want to tell them that there areno items in the cart but I am unsure of how to

Re: Determining if a session varibale contians data

2002-01-14 Thread Bruce Sorge
How about using the LEN function? Something like: cfif LEN(Session.VAR) IS '0' cfset Message = 'Your cart is empty' /cfif -- Original Message -- From: Kris Pilles [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 14 Jan 2002 14:16:21 -0500

Re: CF 5.0 Verity Collections Limit

2002-01-14 Thread David Brown
Do I need to create a scheduled task autoupdateindex.cfm and use the cfindex tag to update the verity collections I have as we add new doc's and so on or will verity collection auto update as we add new doc's and pdf's? David

RE: CF 5.0 Verity Collections Limit

2002-01-14 Thread Dave Watts
Do I need to create a scheduled task autoupdateindex.cfm and use the cfindex tag to update the verity collections I have as we add new doc's and so on or will verity collection auto update as we add new doc's and pdf's? Yes, you have to reindex your content if you've changed it. Verity

RE: CF 5.0 Verity Collections Limit

2002-01-14 Thread Sean McCarthy
From what I have read... yes you will -Original Message- From: David Brown [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 2:29 PM To: CF-Talk Subject: Re: CF 5.0 Verity Collections Limit Do I need to create a scheduled task autoupdateindex.cfm and use the cfindex tag to

Re: Simple Regular Expression Question ($ and ^)

2002-01-14 Thread Jamie Jackson
Oh, that was difficult :-/ I just tried it, and it's working. I had tried it a long time ago, and it failed on me (must have been a faulty code), so I wrote it off... Thanks, Jamie On Mon, 14 Jan 2002 14:11:59 -0500, in cf-talk you wrote: yes. $ and ^, respectively. christopher olive, cto,

Session Variables Timeout

2002-01-14 Thread Ray Bujarski
I have an application that I am using session variables with. My users are getting ticked that when their session variables have timed out, they get an error. Instead they would like some sort of warning message that they are about to be logged out, instead of just timing them out, and in

RE: Fax notification

2002-01-14 Thread Larry Juncker
Bryan - We use ProtoFax here and it works very well. You basically send an email to Protofax and it converts it to a Fax sand sends it off. Works pretty good really. -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 9:53 AM To: CF-Talk

New Allaire/Macromedia Site

2002-01-14 Thread Dave Clay
Does any one else think the new site is extremly slow or at least slower then the old Alliare.com configuration? __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation ·

RE: Parsing an Email Line By Line

2002-01-14 Thread Andrew Scott
When you say truncated do you mean when you see it as an email, then there is nothing you can do about this as the email client does this. -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 15 January 2002 5:02 AM To: CF-Talk Subject: Parsing an Email Line By

Creating Verity Collection without Administrator

2002-01-14 Thread Khan, Muhammad
Hi, Can someone tell me how to create/index verity collection with multiple languages. I did create collection using verity administrator..but you can select only one language. How to create collection without using verity administrator? Thanks Khalid

RE: New Allaire/Macromedia Site

2002-01-14 Thread Kevin Langevin
Hmmm...seems nice and fast to me. Kevin Langevin Web Guy In Charge UsWebGuys 954-327-5780 -Original Message- From: Dave Clay [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 2:53 PM To: CF-Talk Subject: New Allaire/Macromedia Site Does any one else think the new site is

Re: New Allaire/Macromedia Site

2002-01-14 Thread Bruce Sorge
cf_rant Not only is it a bit slower, but I was caught up in Pop-up window hell yest erday. I had 4 windows all pop up at the same time and hide in the backgrou nd. I sent a scathing email to Macromedia indicating my serious displeasure of this blitzkrieg marketing tacktic that is spreading like

RE: Creating Verity Collection without Administrator

2002-01-14 Thread Dave Watts
Can someone tell me how to create/index verity collection with multiple languages. I did create collection using verity administrator..but you can select only one language. How to create collection without using verity administrator? You can create collections programmatically using the

RE: Session Variables Timeout

2002-01-14 Thread Semrau, Steven L Mr RDAISA/SRA
If you can find it in the MM Exchange (cf_timeoutwarning) Try this link http://devex.macromedia.com/developer/gallery/info.cfm?ID=DE7F61B9-4A7 3-11D5 -83F000508B94F85Amethod=Full -Original Message- From: Ray Bujarski [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 2:43 PM To:

  1   2   >