Cloud Print

2011-09-21 Thread Eron Cohen
I am wondering if anyone has successfully used Google Cloud Print for remote application printing. I am starting to explore this and would love to know if it works reliably. Even better - if anyone knows of a custom tag or sample code that would be really helpful too. I want to be able to tr

cftextarea onChange bug

2008-02-14 Thread Eron Cohen
I am having two issues using CFTextarea (richtext) that I wonder about: 1) when richtext is enabled the onchange attribute doesn't seem to work. 2) I can't seem to get the value of the text in the textarea when richtext is on. I want to access the value of the field with javascript. Thank you.

Saving a CFINPUT field

2008-02-13 Thread Eron Cohen
I am trying to work out the best way to have some form fields auto-save without having to press a SAVE button--like the way they do when you use a CFC with onChange in a CFGRID. For instance, suppose I had a CFINPUT field. I was hoping you could just do and when you clicked off the field i

OCR Solutions

2007-12-05 Thread Eron Cohen
Does anyone know of any ocr solutions that can be made to work with ColdFusion? What I'd like to do is have documents scanned and emailed to a coldFusion server and then OCR'ed to find a person's name or account number. The number will be used to match the document to a database record so the

Re: Creating an Audit Trail

2007-10-31 Thread Eron Cohen
Thanks everyone for your comments so far. The current app doesn't have any standard framework, eventually it will probably be rewritten with one. For now I just am taking care of the existing code. Currently when the page loads, the values from the database are put into a variable and then wh

Creating an Audit Trail

2007-10-31 Thread Eron Cohen
I have a multiuser CSR application that has some audit functionality to track certain changes to customer records (for instance change of first name or last name, who changed it and what was it before?). It already logs these changes, but I think it could be more efficient. I was wondering if

Best Instant Messanger to Use With CF 8

2007-10-04 Thread Eron Cohen
Can anyone recommend the best free instant messenger server to use with ColdFusion's Instant Messaging Event Gateway? Thank you ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmer

Re: CFIMAGE Resize Slow

2007-10-03 Thread Eron Cohen
Thanks for these suggestions Tom and Andy. I don't really know what about what I was doing brought down the server--but I am pretty sure it was due to my experimentation with images. My code basically is setup to take a directory tree and then loop through it to create thumbnails and waterma

CFIMAGE Resize Slow

2007-10-03 Thread Eron Cohen
I wondering if anyone has any advice about ColdFusion 8's CFIMAGE being slow when resizing images. Its REALLY slow. I have even brought my server down trying to resize a hundred or so images. Is this something that Adobe will eventually fix? I have another solution right now, but I am unhapp

Re: CFGrid does not appear...

2007-09-17 Thread Eron Cohen
Unfortunately, my issue is that the grid doesn't appear at all. Just a gray line. In doing more troubleshooting, I have found that it doesn't matter if it is in an i-frame or not, just making it part of the page on my site where the iframe was still shows the same issue. If I just refresh the

CFGrid does not appear...

2007-09-17 Thread Eron Cohen
I am using ColdFusion 8 and I am running into an odd issue that I can't figure out. I have an HTML cfgrid on an HTML CFFORM that is supposed to appear in an IFRAME. The thing is that the CFGRID doesn't appear as anything but a gray line until I refresh the IFRAME's contents. Then it is fine.

Re: CF8 HTML CFGRID with checkbox possible with binding?

2007-09-06 Thread Eron Cohen
Ok, I solved my error issue--I just needed to remove the semicolon from the end of "onClick=form.submit();"--So now I have checkboxes that submit the form when checked inside of an HTML grid on CF8. > I am working on the same thing right now. I have success getting the > checkbox to show up. T

RE: CF8 HTML CFGRID with checkbox possible with binding?

2007-09-06 Thread Eron Cohen
I am working on the same thing right now. I have success getting the checkbox to show up. That much is no problem. The way I am doing it is by using QueryNew/QuerySetCell to create a query that I send back to the CFGRID via binding to a CFC. Here is how I am creating my checkbox: )> I want to

Re: CF8 HTML CFGRID with checkbox possible with binding?

2007-09-06 Thread Eron Cohen
I am working on the same thing right now. I have success getting the checkbox to show up. That much is no problem. The way I am doing it is by using QueryNew/QuerySetCell to create a query that I send back to the CFGRID via binding to a CFC. Here is how I am creating my checkbox: )> I want

RE: CFGrid Ajax Results

2007-09-06 Thread Eron Cohen
Thank you for the answers. I will look into this. Complicated for me would be defined not-so-easy. So this might be beyond me. -Original Message- From: Brian Kotek [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 04, 2007 7:40 PM To: CF-Talk Subject: Re: CFGrid Ajax Results However

Re: CF8 HTML CFGRID with checkbox possible with binding? +Error Message

2007-09-06 Thread Eron Cohen
I am working on the same thing right now. I have success getting the checkbox to show up. That much is no problem. The way I am doing it is by using QueryNew/QuerySetCell to create a query that I send back to the CFGRID via binding to a CFC. Here is how I am creating my checkbox: )> I want

Flash Component Kit Issue

2001-08-16 Thread Eron Cohen
Does anyone know how to solve this? I am trying to use the calendar control from the flash componet kit. When the window pops up, all I get is a white square. If I right-click and choose PLAY, then I see "something" like the calendar I am hoping for but even that doesn't really work right. The

RE: question marks and spiders, e-marketers...

2001-07-09 Thread Eron Cohen
Hi Folks, I think eventually I'll be writing an article on this topic. I definitely think that Search Engine Safe URLS work. First, the good news is that some of the search engines are starting to come around and allow for indexing of standard dynamic URLs. Most notable is google, which definit

Image resizing question

2001-06-06 Thread Eron Cohen
Hi Folks, I am looking for ideas on how to handle a problem: The site I am working on allows customers to upload their company logos for display on a public page. I'd like the logos to be 100x100 pixels but I have a feeling I can't really "require" that because alot of the clients won't have a c

RE: OT: SQL Server 2000

2001-05-31 Thread Eron Cohen
Art, You can just use MS Access 2000's interface to hit SQL Server 2000. You may need to download a patch from Microsoft because there were some changes going from SQL Server 7.0 to 2000. (URL below). It is definitely the best way for folks who are used to MS Access to work with a SQL Server.

Bad Regular Expression Error

2001-05-22 Thread Eron Cohen
Why does this cause a "Bad Regular Expression" error? ]*>(.*)<\/script[^>]*>","X","ALL")> The error I get is: InformationAn error occurred while evaluating the expression: VARIABLES.this_body=rereplacenocase(this_body,"]*>(.*)<\/script[^>]*>","X","ALL") Bad regular expression If I remove the

RE: CFHTTP - loop problem

2001-05-20 Thread Eron Cohen
Joseph, This might not help solve your problem, but I would use CFLocks around your CFHTTP tag. Eron -Original Message- From: Hamid Hossain [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 20, 2001 9:43 AM To: CF-Talk Subject: CFHTTP - loop problem Hi folks, I tried to make a loop of

RE: OT: Access 97 and SQL 2000

2001-05-03 Thread Eron Cohen
Hi David, Are you sure you're talking about Access '97 and not Access 2000? I didn't know you could link to SQL Server tables with Access 97. Just in case you mean Access 2000 you should be aware that anyone using MS Access 2000 to gain access to SQL Server 2000 needs to apply an update from Mi

CFContent file download problem

2001-03-15 Thread Eron Cohen
I use CFcontent all the time and haven't had any problems for a long time. Recently I have been attempting to institute it as part of a fusebox site with frames to download some hidden files. When a user clicks the link that triggers the CFCONTENT download, for some reason, two files must be dow

Parsing Street Address

2001-03-13 Thread Eron Cohen
Hi Everyone, I am wondering if anyone has any code or any ideas about the most efficient way to handle this: I need to parse the street address from people's accounts such that I can parse out the Street Name and Street Number separately (and disregard things like suite and apartment number) and

RE: Questions on returning verity results

2001-02-26 Thread Eron Cohen
Chris, When you do your CFINDEX, you can use the CUSTOM1="" field to put the extra information about where the data is coming from. On the search side, when you do a cfsearch, the CUSTOM1 and CUSTOM2 fields will be available for you to use to point to the correct datasource. Eron -Original

OT: Btrieve conversion

2001-02-07 Thread Eron Cohen
Hi Folks, I was given some data files that I don't know how to convert. I think they are from Btrieve (and they end in .B) Does anyone know of a conversion program for Btrieve (preferably free :-) ). I have no experience with this format whatsoever. I'd like to get an Excel or MS Access fil

RE: Anybody know anything about Intershipper?

2001-02-05 Thread Eron Cohen
Hi, There are a few of us with the same problem. The actual issue is to do with specifying FEDEX as a shipper. If you remove FEDEX then it should start working again. You might want to contact the kind Gent at Desert Raven that wrote the tag. He said he would look into the problem. Regards,

RE: Disappearing Client Variables

2001-02-02 Thread Eron Cohen
he same domain. The browser doesn't "know" that the domains are 'virtual'. So what is happening is the client variables aren't disappearing when you go to xyz.mysite.com if you set them on www.mysite.com. They were never there to begin with. HTH Shawnea Carter -

Disappearing Client Variables

2001-02-02 Thread Eron Cohen
I have a problem that is difficult to explain which has to do with "disappearing" client variables. I have a site that makes use of virtual hostnames. I have a wildcard in my DNS entries so that *.mysite.com all go to the same server and then ColdFusion takes that host name from the URL and acts

RE: studio 4.5.2

2001-02-02 Thread Eron Cohen
Don't you mean Malaria (Macromedia + Allaire=Malaria)? I am also seeing lots of weird stuff with RDS and FTP. My main problems with RDS center around renaming and deleting files via their file management interface. FTP gives me messages all the time about timeouts... Having said that: in spite

OT: Netscape Browser Frames Problem

2001-01-28 Thread Eron Cohen
I am wondering if anyone has any ideas of what causes this FRAMES problem with Netscape 4.x browsers. I have two frames. Frame 1 has a form with its action targeted to frame 2. The first time the form is submitted, it correctly targets frame 2, but the next time you submit the form in frame 1 i

RE: Can anyone explain this?

2001-01-26 Thread Eron Cohen
Sebastian, Since you have cookies disabled, each time you load page, ColdFusion assigns a new CFID/CFTOKEN. If it was able to store those values in a cookie, when you loaded the next page, CF would see that you've already got a set of tokens assigned to you, and just use those. The high and low

Visual DBase

2001-01-26 Thread Eron Cohen
Hi Folks, I am wondering if anyone has any experience using a Visual DBase datasource with ColdFusion. Do you need a special ODBC driver to get this to work? Any other gotchas? Thanks, Eron ~~ Structure your ColdFusion code with Fusebox. Get t

CFCONTENT and COOKIES

2001-01-26 Thread Eron Cohen
Does anyone know of a way to set cookies on a page that uses CFCONTENT? Is this impossible to do? Thanks, Eron ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://

RE: CF STUDIO 4.5.2

2001-01-15 Thread Eron Cohen
Edward, I have EXACTLY the same problem and it is happens when I access a few different servers with ColdFusion Studio 4.5.2's new FTP underpinnings. Its definitely annoying. I wish Allaire could give us more information about it, like how to adjust the timeout period or what might cause this.

RE: CFX_POP

2001-01-11 Thread Eron Cohen
If you're talking about CFX_IIpop3, don't bother. The old version worked okay, but had a memory leak. The new one is rediculous, and even Patric Steil the "cheif technology officer" from intranet came to my x-company's office and couldn't make it work properly. It was buggy, didn't work as adve

RE: CF_Activedit alternatives??

2001-01-09 Thread Eron Cohen
Hi Folks, EWebeditpro is definitely the most feature rich of the one's I have used so far, but its not without its down side. The pricing model is definitely the biggest detractor. These guys have done quite a bit of work on adding features to their editor and I have to say it is very nice -- i

RE: External Datasource help??

2000-12-27 Thread Eron Cohen
To further Mark's suggestion, you could use a tag like CF_AutoAddMDB or CF_datasource to simply add the datasource on the fly. It might not be exactly what you wanted, but I don't know of any other way to do this. I am pretty sure you always have to "register" your datasources first. Maybe so

RE: iiframework

2000-12-26 Thread Eron Cohen
I have not used iiframework but have had some experience with CFX_iipop recently. There were quite a few problems with this tag. It was buggy and difficult to get going (and still didn't work properly once it did). We had been using the previous version of CFX_iipop without too many problems, b

Re: Studio list and Studio 4.5.2 rele

2000-12-23 Thread Eron Cohen
Yes, I have the same problem too. I am also experiencing lots of "timeout problems and winsock errors" with the new FTP engine. I mentioned this on the BETA site but never figured out any ways to prevent the problems. With the final release I am getting lots of "hanging" where studio will just

RE: OT: Remote Printing

2000-12-14 Thread Eron Cohen
EMAIL PROTECTED] ICQ #: 916324 -Original Message----- From: Eron Cohen [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 14, 2000 9:06 PM To: CF-Talk Subject: OT: Remote Printing Hi Everyone, I am trying to figure out an alternative to faxing, and I am wondering if anyone has any ideas.

OT: Remote Printing

2000-12-14 Thread Eron Cohen
er difficult to read long orders from. Also, the device has to be reliable and idiot proof. Does anyone have any ideas? Thank you, Eron Cohen ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority

RE: ODBC errors with MS Access after MDAC 2.6

2000-12-08 Thread Eron Cohen
Drew, See the following ColdCut I wrote in the Teratech ColdCut database. It tells you how to deal with misbehaved MDAC installs. Hope it helps you! Eron http://www.teratech.com/coldcuts/cutdetail.cfm?cutid=89 -Original Message- From: Steve Pierce [mailto:[EMAIL PROTECTED]] Sent: F

RE: verity newbie

2000-12-06 Thread Eron Cohen
Hi Vaughan, Thesaurus is an undocumented feature. You can put before a word in your search and verity will automatically look for synonyms for that word. By the way, if you are a CFAdvisor.com member, you can read the article I cowrote with Michael Smith this month entitled "The Truth About Ver

RE: UPDATE on a MS Access Database

2000-11-30 Thread Eron Cohen
Chad, you probably just need single quotes around '#InSol.Name#' Single quotes let the database know that you are inserting a string, for instance into a TEXT field. They're easy to forget by mistake. (and you may also be missing a (but that's not likely the cause of your problem here)) Eron

RE: Intershipper

2000-11-28 Thread Eron Cohen
FYI: From: "Michael Sheldon" <[EMAIL PROTECTED]> | Block address To: "Eron Cohen" <[EMAIL PROTECTED]> Subject: RE: Intershipper Date: Mon, 27 Nov 2000 22:50:16 -0700 Add Addresses Please feel free to forward this to the list: I ran a couple o

OT: Intershipper

2000-11-27 Thread Eron Cohen
For what its worth, I am having the same problem. Intershipper just isn't returning any results. I am cc:ing this to the webmaster of Desert Raven who may be able to shed some light on this. Eron -Original Message- From: David Hannum [mailto:[EMAIL PROTECTED]] Sent: Monday, November 2

OT: SQL Server Distinct Date Question

2000-11-27 Thread Eron Cohen
I am working with a VIEW inside of SQL Server. I want to SELECT DISTINCT just the date from a date/time field. (MM/DD/). And then I want to be able to use BETWEEN to requery the resulting data from that view. So to get rid of the time, I am using the Convert function: SELECT DISTINCT Orde

RE: Trying to understand deployment wizard

2000-11-22 Thread Eron Cohen
Mike, I don't use the deployment wizard, but I wonder if you have tested the soon-to-be-released version of ColdFusion Studio that is currently at Release Candidate level? I am using it and have definitely found some improvements, especially in the way of their FTP engine (they have apparently r

RE: It doesn't look like it is the machine..III

2000-11-09 Thread Eron Cohen
Just a thought--Do you use CFLOCK? Eron -Original Message- From: jonathan hamner [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 09, 2000 4:06 PM To: CF-Talk Subject: It doesn't look like it is the machine..III OS version is : NT Service 4.0 Service Pack 6, Build No 1381. Server I

RE: Load/Stress Testing

2000-11-09 Thread Eron Cohen
Evan, There's an excellent small company that concentrates exclusively on load testing sites. Its called DownRight software. http://www.downright.com/ In general, when it comes to something like load testing, the software tools are expensive and its hard to find good experienced people. I t

RE: CF editing software - vote

2000-11-09 Thread Eron Cohen
Hi Will, I use CF Studio, and its features are terrific. They have a new patch version coming out soon which will improve quite a few areas of that software. >From a ColdFusion user's standpoint, I'd have to say the next most likely software I'd use would be Eversoft's 1st Page. It is remarkabl

RE: Remote DB Alteration

2000-11-08 Thread Eron Cohen
n problems to contend with) 3) Move to a hosting provider like EDGEWEBHOSTING.COM that gives you utilities to start and stop coldFusion yourself AND to add Datasources yourself (I don't think this company charges for that at all and they have very competitive rates) Hope something here helps

No Subject

2000-11-08 Thread Eron Cohen
ove to a hosting provider like EDGEWEBHOSTING.COM that gives you utilities to start and stop coldFusion yourself AND to add Datasources yourself (I don't think this company charges for that at all and they have very competitive rates) Hope something here helps you out. Eron Cohen -Original Message

RE: Decrypt()

2000-11-03 Thread Eron Cohen
Hi Billy, I have found that encrypt can create some values that the database will choke on. You may need to enlist the help of base64 encoding. You're going to need to use the functions tostring(),tobinary(), and tobase64() for your encryption/decryption process. For instance, to encrypt a cus

RE: access query crashing server...

2000-11-02 Thread Eron Cohen
Deanna, I've just been having a similar problem. The funny thing in my case is that on my local development machine, the queries work fine. When I transfered the database and CFML templates up to my webserver, they would crash CF Server when the queries were run. The way I wound up resolving i

2 Slightly Off Topic Questions

2000-11-01 Thread Eron Cohen
Hi Folks, Does anyone know how you go about updating your email address with Allaire. I figured out how to change my physical address, but I can't seem to figure out how to change my email address. Also, does anyone have any recommendations for Visio-like products. I am looking for some alterna

RE: SQL Server and Win 98

2000-10-29 Thread Eron Cohen
Claude, I know you can install and use the MSDE on Windows 98. As you probably know, MSDE is something like a "lite" version of SQL Server that comes free with MS Access 2000 and can be used as an alternative to the Jet engine. Because its basically identical to SQL Server's underpinnings, "upsi

Startstop.htm

2000-10-29 Thread Eron Cohen
Hi Folks, Can anyone give me the skinny on startstop.html. It is a java applet that Allaire provides or used to provide with ColdFusion to allow you to remotely start and stop a ColdFusion server. Apparently it was somewhat dependant on RDS running. Does anyone know what the whereabouts of thi

RE: HTML problem still here...

2000-10-28 Thread Eron Cohen
Hi Rich, Why not have a textarea that has the HTML code in it display on the result page. Then people can just copy and paste it right out of the textarea. I am not sure how you're backend code is working right now, but in order for this to work, you may need to write the resulting page to a fi

RE: RDS & ColdFusion Studio Problem

2000-10-25 Thread Eron Cohen
That happened to me too Simon. I feel your pain. I finally gave up after the second time I lost work. But that's the way it goes when you use beta. I was really anxious to give it a whirl because of all the things they've improved (like the new FTP engine) but it looks like they have to do some

cf-talk@houseoffusion.com

2000-10-17 Thread Eron Cohen
I nominate Michael Smith from Teratech. He goes to extremes giving his time and resources to the ColdFusion Community. He's arranged a few free conferences, runs one of the Maryland ColdFusion User's Groups, writes articles and is generally proactive in making programming with ColdFusion a bette

RE: How Feasable Is This?

2000-10-14 Thread Eron Cohen
Peter and Dave, Thanks for your help. I still have a question though, so pardon me if I am being dense: Since I plan to use ColdFusion to parse the hostname (and not IIS) and since everything will be parsed by code on a machine that is at a single IP address, why can't I setup a wildcard DNS e

How Feasable Is This?

2000-10-14 Thread Eron Cohen
Hi Everyone, I want to set up a site so that anyone can create their own custom site URL in the form of MY_CUSTOM_NAME.ourdomain.com. In other words, I want to be able to take any incoming URL that ends with ourdomain.com and send it to a template that looks at the machine name portion of the UR

Error attempting to write location redirection to web server

2000-10-02 Thread Eron Cohen
ERROR","TID=492","09/19/00","18:48:13","Error attempting to write location redirection to web server (Windows NT error number 16389 occurred)" I really wish there was a good resource that has a list of all the various errors you could get in your Col

RE: Error attempting to write location redirection to web server

2000-09-27 Thread Eron Cohen
List Sales - Market Your Lists on the Net! [EMAIL PROTECTED] 941-574-8600 Ext. 210 -----Original Message- From: Eron Cohen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 26, 2000 2:41 PM To: CF-Talk Subject: Error attempting to write location redirection to web server Does anyone kn

Error attempting to write location redirection to web server

2000-09-26 Thread Eron Cohen
n redirection to web server (Windows NT error number 16389 occurred)" I really wish there was a good resource that has a list of all the various errors you could get in your ColdFusion logs and what they mean. Thank You, Eron Cohen --

RE: [CF-Talk] checkboxes -- processing multiple boxes

2000-09-19 Thread Eron Cohen
Hi Melissa, Checkboxes can be a little bit tricky. First off, I'd recommend NOT using CFINSERT or CFUPDATE. Especially with checkboxes, it can be counterproductive...at best you loose control. As you probably already know, when a checkbox is turned off, it does not send ANYTHING to the action

RE: [CF-Talk] CF app on CD

2000-09-19 Thread Eron Cohen
BTW, there is also a "runtime" version of MS Access...I have no idea how the licensing works or how expensive it is. Eron -Original Message- From: Owens, Howard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 19, 2000 2:47 PM To: '[EMAIL PROTECTED]' Subject: RE: [CF-Talk] CF app on C

RE: [CF-Talk] Problem with Verity (CF 4.0)

2000-09-19 Thread Eron Cohen
Hi Richard, This is definitely extreme. Do you have any idea how large (in megabytes) is your Verity collection getting? There's a bug about collection size in the Allaire KB. Does "repairing" the index from the ColdFusion administrator do you any good when this issue comes up? Eron -Ori

[CF-Talk] RE: listing tables in Access?

2000-09-18 Thread Eron Cohen
Once upon a time there was a tag in the Allaire Tag Gallery that did this for MS Access. Unfortunately, it quit working when we we upgraded to Access 2000 or something like that (I forget exactly what went wrong). Just in case it will work for you, it was called CFX_TABLEFIELDS. HTH, Eron ---

Re: Alternatives to Access?

2000-09-14 Thread Eron Cohen
Hi, While our ISP (edgewebhosting.com in Maryland) does not allow us to use the enterprise manager, we are able to use the MS Access 2000 front end for SQL Server to access our data and to change tables...its a fantastic improvement over using an MS Access .mdb database. For instance, because we

Strange Warning in Application.Log

2000-09-06 Thread Eron Cohen
Hi Folks, I am getting a strange error in my Application.Log file that I am wondering if anyone could decode. The error itself is cryptic to me, but weirder still is that the problem is with a shopping cart that I am fairly certain isn't being used by anyone at all...so why is this tag being loo

Datevalue/timevalue functions

2000-08-31 Thread Eron Cohen
I am in the process of upsizing an old website to SQL Server from MS Access. I've run into a problem where the old site uses an MS Access-native function that SQL Server does not seem to have: SELECT TimeValue([answered_message_date]) AS Time_of_problem, DateValue([answered_message_date]) AS date

RE: MS Access V.S. SQL

2000-08-30 Thread Eron Cohen
Chad, IMHO, MS Access will handle your 10,000 records without any database problems. Access can actually handle much bigger databases than that. Having said that, if your site has a high-level of traffic, you'll likely experience stability problems with ColdFusion as a result of using Access. Th

RE: what part of cfm don't you understand?

2000-08-28 Thread Eron Cohen
I think that EdgeWebHosting in Maryland is excellent. Not only do they give very good service, but they know/use ColdFusion and they offer you the ability to add your own MS Access datasources. Their prices are also very competitive. www.edgewebhosting.com -Original Message- From: Gavi

Re: html editor

2000-08-19 Thread Eron Cohen
Phil, Since its 100% free, I'd say download it and try it out yourself. Its a very cool interface, and packed with useful stuff...its surprisingly similar to ColdFusion Studio. BTW, for some reason, the URL is a little bit tricky. To download this software go to: http://www.evrsoft.com/downlo

Re: CFMAIL Refusing to Send Attachments

2000-08-18 Thread Eron Cohen
I have. Would your attachments happen to be a Rich Text File? That seems to be a common thread with the people I've run into with this trouble. Eron - Original Message - From: "Kevin Plexico" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 18, 2000 11:02 AM Su

Re: Open Source (and free?) web content editor?

2000-08-17 Thread Eron Cohen
Hi Cameron, Personally, I really like the features of the Ektron EWebEditPro. Having said that, here's a FREE java based editor with far fewer features...in limited tests, it did seem to work: http://javaboutique.internet.com/HTMLEdit/ HTH, Eron - Original Message - From: "Cameron C

OT: MS Access 2000 SQL Server Project Question

2000-08-16 Thread Eron Cohen
Thought I'd see if anyone here knows the answer to this: I am using MS Access 2000 as a front end to access a remote SQL Server database. Every now and then when I go to update data in a table from MS Access I get an error saying that the "recordset cannot be updated" Does anyone know what causes

RE: CF configuration quesiton

2000-08-15 Thread Eron Cohen
Hi Oriole, One idea is that it may be running out of memory. Try this: Close ColdFusion Studio and open your Windows Explorer (Windows Key-E or choose Choose MY COMPUTER>ALLAIRE FTP/RDS) See what happens if you try to add an RDS Server from there (Just right click on ALLAIRE FTP/RDS and choose

Re: Help - writeEmergencyMessage Error !

2000-08-13 Thread Eron Cohen
Hi Jonathan, I have also gotten this error message in ColdFusion 4.51 on Windows NT. And it mysteriously came and went, I have only seen it twice and never saw it again. I found another person who's experienced this issue too on forums.allaire.com. He believes that its related to the numberfor

Re: Remote SQL server as datasource

2000-08-11 Thread Eron Cohen
Hi Frank, That was also already done, still no go (although from ODBC control panel the source tests out fine--its just ColdFusion that can't seem to get to this SQL Server datasource...weird.) Thanks for your help... Eron - Original Message - From: "Frank Priest" <[EMAIL PROTECTED]> T

Re: Remote SQL server as datasource

2000-08-11 Thread Eron Cohen
og into the server and you will have > to pass the username and password as part of the attributes of CFQUERY. > > > - Original Message - > From: "Eron Cohen" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, August 11, 2000 5:12 PM >

Remote SQL server as datasource

2000-08-11 Thread Eron Cohen
Hi Folks, I am trying to set a remote MS SQL server (via the internet) as an ODBC datasource in ColdFusion 4.x. I can get the connection going fine in the ODBC control panel. But in the ColdFusion administrator the datasource verification fails. Does anyone have any ideas of what could be wrong

Weird CFCONTENT problem with WinProxy

2000-08-08 Thread Eron Cohen
Hi Folks, Does anyone know of any issues with using CFCONTENT to display images for clients browsing through WINproxy? I am using CFCONTENT to display .gif files (banner ads). It works fine when I am not behind a WinProxy server, but when I am the images just don't display. I have even tried u

Re: OT eWebeditPro & CFML

2000-08-08 Thread Eron Cohen
Hi Dan, I don't think you're going to be able to do this directly. Unfortunately, ColdFusion won't evaluate cold fusion code that's CFOUTPUT from a database query. The only way around this that I know of is to write the output to a file and then execute the file (I believe you could do this by

Mysterious Crashing Problem

2000-08-06 Thread Eron Cohen
Hi Folks, I've been experiencing a problem lately with a ColdFusion 4.5 appliction running on a hosted/shared server. Every now and then (every couple of days) when I go to open a particular page ColdFusion bogs down and eventually hangs altogether. The page in question is a javascript popup w

Strange Error: CFMLInterpreterImp::writeEmergencyMessage

2000-08-03 Thread Eron Cohen
Hi Folks, I ran across a strange error that's also been noted on forums.allaire.com: CFMLInterpreterImp::writeEmergencyMessage Another guy who's experienced the message says its a problem related to numberformat/dollarformat functions (which I do happen to be using on the page in question). An

Re: Studio tips

2000-08-02 Thread Eron Cohen
Color coding your tags in Cold Fusion can be pretty cool. For instance, on my machine, any comments have a light grey background with black type. In Options>Settings>Color Coding. Double click on the type of file (for instance HTML/CFM) that you want to color code tags for. Pretty cool. -

Good Datasource Gone Bad?

2000-08-02 Thread Eron Cohen
Hi Folks, I've been having a problem lately, and I wanted to run it past this list to see if anyone has any ideas. I've been doing some work that involves a remote site using a small MS Access database. Every now and then I get a problem where specific ColdFusion templates that used to load fin

RE: Problem Handling Sessions

2000-08-01 Thread Eron Cohen
ans that only the default timeout is set up in the CF administrator - Original Message - From: "Eron Cohen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 31, 2000 8:58 PM Subject: Problem Handling Sessions > Hi Folks, > > I have two questions a

Re: RE: Problem Handling Sessions

2000-08-01 Thread Eron Cohen
Joeug, Thank you! The idea about manually setting the cookies worked. Eron - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 01, 2000 8:49 AM Subject: RE: RE: Problem Handling Sessions > > > You are refreshing the page by submitting the form

Problem Handling Sessions

2000-07-31 Thread Eron Cohen
Hi Folks, I have two questions about sessions. 1) I have an application that opens a pop-up javascript window with a form. This on the javascript window submits itself back to the template that opened it. It seemed to be working fine, but suddenly I am loosing my session when the form is subm

CFMAIL and authentication

2000-07-26 Thread Eron Cohen
Hi All, I am wondering if anyone knows of a way to send mail to servers that require authentication with ColdFusion. Apparently, you can't do it with CFMAIL, so perhaps someone knows of a tag that does support this. Thanks, Eron __ Do You Yahoo!

RE: cfmail problems

2000-07-26 Thread Eron Cohen
e? if one check the text you are > sending. > - Michael Smith, TeraTech, Inc http://www.teratech.com/ > > Eron Cohen wrote: > > > Anyone have any ideas what this CFMAIL error is about? > > > > Error Diagnostic Information > > Unable to write mail message to disk.

RE: Is there a CF certification?

2000-07-26 Thread Eron Cohen
If you want to take a free, web based certification go to www.brainbench.com or www.ecertifications.com. I recommend brainbench. They have a better interface and they send you actual certificates. Eron -Original Message- From: jonathan hamner [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

Studio: Quickkey for Show Open Docs

2000-07-26 Thread Eron Cohen
Hi Folks, Does anyone know if there is a quickkey for "show open docs" list in Cold Fusion studio? I would love to be able to trigger this with a key combination rather than having to use the mouse to click that little button. Thanks, Eron -

CFMAIL problem

2000-07-26 Thread Eron Cohen
Anyone have any ideas what this CFMAIL error is about? Error Diagnostic Information Unable to write mail message to disk. An unexpected error occurred while attempting to save the mail message. I've never seen it until recently. My harddrives have plenty of space. I am using CF 4.51/IIS 4.0/NT

  1   2   >