RE: CFX_image

2002-07-02 Thread Tien Vo
Thanks Mike, I will give it a try.. Tien -Original Message- From: Mike Brunt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 2 July 2002 4:22 PM To: CF-Talk Subject: RE: CFX_image Tien, we have had issues when we did not use CFLOCK tags around CFX tags. I would recommend trying that to

RE: CFX_image

2002-07-02 Thread Tien Vo
Mike, Nope, that did not solve it.. Tien. -Original Message- From: Tien Vo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 2 July 2002 4:56 PM To: CF-Talk Subject: RE: CFX_image Thanks Mike, I will give it a try.. Tien -Original Message- From: Mike Brunt [mailto:[EMAIL

RE: CF, Flash and dynamic multi-parent zoomable tree ?

2002-07-02 Thread Peter Lutwyche
Thanks Kevan. I'd heard of Joe Celko and his work on nested sets, but hadn't read that article. Pete -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 28 June 2002 17:07 To: CF-Talk Subject: RE: CF, Flash and dynamic multi-parent zoomable tree ? Just in case

Re: CFX_image

2002-07-02 Thread Adam Churvis
Look at the security settings on both the temp directory you're using for CFX_Image and the destination directory for the finished image. You might have inadvertently changed security access privileges on these directories, either through recently applied hot fixes or patches to the OS.

Re: 4 million messages per hour - is it possible?

2002-07-02 Thread Jochem van Dieten
Matt Liotta wrote: We did use CF to generate the email files. I can't say how, but I can tell you that using cfloop and cffile to accomplish writing millions of files in a short period of time is not a problem. I ran some benchmarks on writing files with cffile for my own email system and I

CFMX and crippled ParseDateTime

2002-07-02 Thread George Karabelas
hi everyone, Just installed CFMX and while almost everything seems to be working ok I've come across a major problem when using lsParseDateTime.. it can no longer parse dates and times outside of a certain java format. eg. I was once able able to pass these times and they'd be converted to

RE: CFMX / Client Variables as cookies

2002-07-02 Thread John Beynon
I'll be the 5th person - I have exactly the same code running on CF5 and CFMx, CF5 sets the cookies ok - CFMX doesn't! -Original Message- From: Tom Nunamaker [mailto:[EMAIL PROTECTED]] Sent: 02 July 2002 00:51 To: CF-Talk Subject: RE: CFMX / Client Variables as cookies IIS

Re: Retrieving foreign characters from DB

2002-07-02 Thread Patric Stumpe
To Paul Hastings (and other that may help), I found out that my problem is related to the fact that I use MySQL. When I use MS-Access as the backend everthing seems to work fine. I made a simple insert-form and took care of the encoding in the head of the page. The data gets correctly inserted

ISAPI Error

2002-07-02 Thread Captain ColdFusion
Hi All, I have just found this in the WebServer.log file Error,TID=132,07/02/02,06:01:02,Exception occurred during processing of ISAPI request (code = -1073741819) Does any one have an idea of what can cause this? As When I restart IIS and CF it clears it. I'm Running Windows NT 4 / IIS 4 /

Re: ISAPI Error

2002-07-02 Thread Stephen Moretti
It looks like you've got a page that is causing a timeout somewhere along the lines. Its hard to say where - you need to match up all the errors and see if any reference a particular CF template. FYI - Windows Error 1460 is This operation returned because the timeout period expired., which

Re: ISAPI Error

2002-07-02 Thread Captain ColdFusion
Thats Very helpful in Deed Cheers - Original Message - From: Stephen Moretti [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 02, 2002 11:39 AM Subject: Re: ISAPI Error It looks like you've got a page that is causing a timeout somewhere along the lines. Its hard

RE: WDDX Structure Deserialization and posting to db

2002-07-02 Thread Matthew Friedman
you could pass it in a form and then before inserting it into the database check to see if it is a valid wddx packet. there is a UDF to that can help on cflib.org matt -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 1:36 AM To: CF-Talk

CFMAIL in CFMX

2002-07-02 Thread Damon Cooper
You'll want to check out CFMAIL in CFMX. It's utilizes the Java mail API's, has increased polling intervals and dedicated threads for increased performance...should be a different animal from the CFMAIL you knew (and grew to hate :) in the past... FAQ:

Clarification needed -- WebServices (Part II)

2002-07-02 Thread todd
A forum user needed help and I hadn't messed with web services til this past friday. I think she's squared away, but now I'm curious as I've had another person email me and tell me that I'll run the risk of having to parse the xml twice. So, here's the scenario... the forum user was wanting

Re: Retrieving foreign characters from DB

2002-07-02 Thread Paul Hastings
I found out that my problem is related to the fact that I use MySQL. When I use MS-Access as the backend everthing seems to work sorry, been at another site all day. i kind of thought that might be the case--mysql isn't particularly suited to i18n apps, doesn't do unicode, etc. though the

Re: Retrieving foreign characters from DB

2002-07-02 Thread Patric Stumpe
Hi Paul, could you kindly point me to a direction where can I dig into the options for the mm-mysql-driver? And thanks for repeatingly answering all those questions regarding internationalization even on the mm-forums :) Patric I found out that my problem is related to the fact that I use

Re: CFMX and crippled ParseDateTime

2002-07-02 Thread Matthew Walker
That's pretty bad! This code handles the first set of examples, i.e.: 1/7/2002 11:59 pm = {ts '2002-07-01 23:59:00'} 1/7/2002 11:59:00 pm = {ts '2002-07-01 23:59:00'} 1/7/2002 11:59pm = {ts '2002-07-01 23:59:00'} 1/7/2002 11 pm = {ts '2002-07-01 23:00:00'} 1/7/2002 11pm = {ts '2002-07-01

Re: Retrieving foreign characters from DB

2002-07-02 Thread Paul Hastings
could you kindly point me to a direction where can I dig into the options for the mm-mysql-driver? maybe try here: http://sourceforge.net/projects/mmmysql __ This list and all House of Fusion resources hosted by

Re: Retrieving foreign characters from DB

2002-07-02 Thread Patric Stumpe
Thanks a lot Paul. If I find something usefull I'll share my thoughts... Patric could you kindly point me to a direction where can I dig into the options for the mm-mysql-driver? PH maybe try here: http://sourceforge.net/projects/mmmysql PH

CF Studio Settings

2002-07-02 Thread James Taavon
Quesiton, I created a new windows user account on my machine. When I lauch Studio I dont have any of my settings tha I had before. Is it possible to copy my Studio settings from my other account? James __ Get the mailserver

Re: CFMX and crippled ParseDateTime

2002-07-02 Thread Paul Hastings
lsParseDateTime.. it can no longer parse dates and times outside of a certain java format. while i really ought to know these LS things (they've never supported any locales i work in so my knowledge is more theoritical than it should be), it might be easier to reformat the datetime to what

Re: CF Studio Settings

2002-07-02 Thread Bill Wheatley
should be year, just copy the userdata directory stuff and your snippets and everything will be there once you restart the app Bill Wheatley Senior Database Developer Macromedia Certified Advanced Coldfusion Developer EDIETS.COM 954.360.9022 X159 ICQ 417645 - Original Message - From:

Re: Retrieving foreign characters from DB

2002-07-02 Thread Paul Hastings
Thanks a lot Paul. If I find something usefull I'll share my thoughts... googled a few more: http://www.caucho.com/projects/jdbc-mysql/index.xtp http://www.firstsql.com/java/mysql/ well if you can wait, i've heard (but really no nothing about mysql) that the next version (4.x??) will be

RE: Clarification needed -- WebServices (Part II)

2002-07-02 Thread Dan G. Switzer, II
Todd, It really depends. Because of varying implementation w/the SOAP protocol between vendors, there are often issues when trying to share complex data structures (queries, structures, etc) between platforms. Because of this, using an XML packet passed as a string is usually the easiest way

Re: Retrieving foreign characters from DB

2002-07-02 Thread Patric Stumpe
Well I read that too. But I think they mentioned it for release 4.1. I just installed the actual devel.-release 4.0.1 alpha. Don't know how long to last. Now I'm trying to get the actual released 2.0.14 MM.MySQL-JDBC-Driver installed into CFMX... Hmm we'll see Patric Thanks a lot Paul. If

RE: CF Studio Settings

2002-07-02 Thread Debbie Dickerson
To get all of your settings, you'll also need to get some information from the registry. Your workspace settings and Remote Server information are stored there. Export HKEY_CURRENT_USER\Software\Macromedia\Studio5 and HKEY_CURRENT_USER\Software\Macromedia\RemoteServers while logged in as the

RE: Clarification needed -- WebServices (Part II)

2002-07-02 Thread todd
Interesting. Funny that the person that emailed me basically smacked my hand and said passing the XML as a string is a no no because then the xml has to be parsed twice (which, ... in my example, I didn't have to parse anything twice). So... I'm confused who to listen to, of course. ~Todd

Re: Retrieving foreign characters from DB

2002-07-02 Thread Patric Stumpe
Well folks, I think I got it. MySQL displays german Umlaute! If anyone wants to know reply to the list 'cause i'll take hurry writing the facts... Patric PS Well I read that too. But I think they mentioned it for release 4.1. I PS just installed the actual devel.-release 4.0.1 alpha. Don't

Re: 4 million messages per hour - is it possible?

2002-07-02 Thread smith
Mark - We developed an EMail delivery system that uses CF to handle subscribe, unsubscribe, and email formatting, but uses PERL to actually process the messages, personalize them using a substitution tag language, and write the files to the mail queue. We're capable of delivering 1.5M per hour

CFMX and LSParseDateTime Behavior

2002-07-02 Thread Damon Cooper
-Original Message- From: Mike Andler Sent: Tuesday, July 02, 2002 10:18 AM To: [EMAIL PROTECTED] Subject: Re: CF-Talk-list V1 #98 George, There are a few things going on here. Let me try to address them one at a time and as clearly as possible. First of all, LSParseDateTime and

CFMX - CF5

2002-07-02 Thread nagesh
Hi, I upgraded to CFMX from CF5.0 just for testing purpose, Later on, I uninstalled CFMX, to continue with CF 5.0(again installed CF 5.0). Everything was ok, but I cannot see the CF Administrator page when I tried to open ColdFusion Server. It says, The specified module could not be found. , Do

ORACLE refcursors in CFMX

2002-07-02 Thread freddy
What syntax do I use in cfmx to retrieve oracle ref cursors as cf recordsets? The following is what I used in CF5 but it doesn't work in MX: cfstoredproc datasource=#SID# procedure=AKC.pkg_store_util.pr_sub_category_list returncode=no cfprocparam dbvarname=in_cde_category

RE: Clarification needed -- WebServices (Part II)

2002-07-02 Thread Stacy Young
Returning a XML structure as a string is your safest bet...Structures and Arrays are a little more risky but relatively safe...and query objects might prove to be a little more troublesome in respect to compatibility. Certain complex types don't work at all via Web Service in CFMX but may be an

Sending a kabillion messages per hour using ColdFusion

2002-07-02 Thread cameronc
Basically, if you eliminate CFMAIL and the CF relay as the bottleneck, I agree with Matt, cfloop and cffile should do the trick just fine. cfloop may not be the faster than a speeding bullet, but it's pretty darn fast, and it's very likely going to be able to loop faster than your disk is able

RE: CFMX - CF5

2002-07-02 Thread Andre Turrettini
Hi Nagesh, I ran into a similar madening problem. If you reinstall mx, it wont give you the option to set it as iis instead of standalone. It gave me that same error. Basically, you have to remap iis or whatever you web server is to send the http request to the right dll. I found the

Re: ORACLE refcursors in CFMX

2002-07-02 Thread Adam Churvis
Get rid of the CFPROCPARAM that refers to your REFCURSOR. You don't need it any more in MX; just refer directly to the resultset with CFPROCRESULT as you are already doing. I just finished writing about this change in Oracle behavior in an upcoming ColdFusion MX book. Respectfully, Adam

setdomaincookies = yes

2002-07-02 Thread peter
Hi, Normally I'm including this code to delete session variabeles when closing the browser: cflock timeout=5 throwontimeout=Yes type=READONLY scope=SESSION cfcookie name=CFID value=#session.CFID# cfcookie name=CFTOKEN value=#session.CFTOKEN# /cflock But when you set

OT: Dedicated Hosting

2002-07-02 Thread Paul Giesenhagen
We are looking for some additional Dedicated hosting and curious who else on this list uses dedicated hosting and their experience. Looking for some good prices (go figure). Thank you in advance (you can email off-list if you wish). Paul Giesenhagen QuillDesign

Adding time

2002-07-02 Thread Matthew Friedman
I am trying to add a cumulative time variable for a project. I have the SQL var type set a timestamp. I am getting a time variable in an HH:MM:SS format that I want to add to the original time and then submit to the database. I am getting an error saying that allowed conversions between data

RE: Dedicated Hosting

2002-07-02 Thread Jim Vosika
I would be interested also. Thanks, Jim Vosika http://tinyclick.com FREE URL Shortening -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 10:07 AM To: CF-Talk Subject: OT: Dedicated Hosting We are looking for some additional Dedicated

RE: Clarification needed -- WebServices (Part II)

2002-07-02 Thread Dan G. Switzer, II
Todd, Like I stated, it really depends. Obviously, if you don't have to do it, it's unnecessary. As it stands right now, if two CFMX applications are communicating, there shouldn't be any problem invoking a web service that returns complex data types (unless you're using createObject()--which

OT: Javascript help

2002-07-02 Thread Kris Pilles
I need som help with Frames and javascript... I want to make a form field in frame zero to become active when my login is completed in frame 2 Please help -Original Message- From: peter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 11:03 AM To: CF-Talk Subject:

Re: OT: Javascript help

2002-07-02 Thread Alex
www.irt.org On Tue, 2 Jul 2002, Kris Pilles wrote: I need som help with Frames and javascript... I want to make a form field in frame zero to become active when my login is completed in frame 2 Please help -Original Message- From: peter [mailto:[EMAIL PROTECTED]] Sent:

RE: CFMX - CF5

2002-07-02 Thread nagesh
Thanks Andre! nagesh -Original Message- From: Andre Turrettini [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 9:38 AM To: CF-Talk Subject: RE: CFMX - CF5 Hi Nagesh, I ran into a similar madening problem. If you reinstall mx, it wont give you the option to set it as iis

RE: Javascript help

2002-07-02 Thread Joshua Miller
In your action page (Frame 2) .. Cold fusion code ... scriptparent.framename.formname.fieldname.value='whatever';/script Or something very similar ... I didn't check the syntax, but that should give you a start. Joshua Miller Web Development :: Programming Eagle Web Development LLC

RE: Dedicated Hosting

2002-07-02 Thread Joshua Miller
We use Rackspace - they're phenomenal, reasonably priced and extremely reliable. You maintain your own server and are responsible for your own software, backups, etc. Just like doing it in-house without the infrastructure expenses. For a basic system we pay about $900 mo. Intel 1.2 GHZ 512MB RAM

OT: Unpacking JAR files...

2002-07-02 Thread Brian Scandale
I am trying to unpack one of the jar files shipped with cf5 to see if it might be possible to add some features to the cfgraph tag. the jar command entered at the prompt seems to run and then hangs... with no cpu cycles being consumed by jar according to the task manager. Am I nuts or is it

RE: 4 million messages per hour - --- CFMAIL Branch off.

2002-07-02 Thread Philip Arnold - ASP
I find it so amazingly quick now to grab some information from a form - and generate a few emails. Some times the key to developing is efficiency. But I am curious technically why you would not use it even for a simple message? Not questioning you - don't want to turn this to a negative -

RE: Dedicated Hosting

2002-07-02 Thread Jim Vosika
$900/month seems pretty steepespecially when you have to maintain it yourself. Jim Vosika http://tinyclick.com FREE URL Shortening! -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 10:35 AM To: CF-Talk Subject: RE: Dedicated Hosting We

Re: OT: Unpacking JAR files...

2002-07-02 Thread ksuh
A .jar file is nothing but a zip file. You can open it with any zip program. You can even create jar files using something like winzip. - Original Message - From: Brian Scandale [EMAIL PROTECTED] Date: Tuesday, July 2, 2002 10:05 am Subject: OT: Unpacking JAR files... I am trying to

RE: Unpacking JAR files...

2002-07-02 Thread Pete Freitag
Use WinZip (or any other zip utility), it works great for messing with Jar files. _ Pete Freitag ([EMAIL PROTECTED]) CTO, CFDEV.COM ColdFusion Developer Resources http://www.cfdev.com/ -Original Message- From: Brian Scandale [mailto:[EMAIL

Re: OT: Unpacking JAR files...

2002-07-02 Thread Critter
oi Brian!! you could just use winrar to open it up www.rarsoft.com -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion Tuesday, July 2, 2002, 12:05:28 PM, you wrote: BS I am trying to unpack one of

RE: Unpacking JAR files...

2002-07-02 Thread Craig Dudley
Have you tried using winzip? Works for me, though I imagine that the cfgraph stuff is inside a .class, so you won't be able to modify it anyway, I think. -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: 02 July 2002 17:05 To: CF-Talk Subject: OT: Unpacking JAR

RE: Dedicated Hosting

2002-07-02 Thread Joshua Miller
Yes, but it's cheaper than getting your own T1, maintaining an IT staff, dealing with hardware problems (they repair any hardware issue FREE) and such. Plus, we host other customers on it as well - we actually make a profit on that server. Joshua Miller Web Development :: Programming Eagle Web

OT: Oracle ODBC?

2002-07-02 Thread Kris Pilles
Anyone have any a oracle odbc connection?? I setup the Net8 assistant on our server to connect to our unix oracle db and it was workign fine Now, today we notice notihg works just an oraS1000 error??? Anyone have any ideas??? -Original Message- From: Joshua Miller [mailto:[EMAIL

Certification

2002-07-02 Thread Stephen Rojas
Hey all, Been working with CF for about 2 years now, all manner of projects and applications, principally using CF 4.5 and CF 5. As of late I have been thinking of making the jump and get certified and basically just wanted to get some general recommendations out there from anyone who has gone

Re: Adding time

2002-07-02 Thread S . Isaac Dealey
I am trying to add a cumulative time variable for a project. I have the SQL var type set a timestamp. I am getting a time variable in an HH:MM:SS format that I want to add to the original time and then submit to the database. I am getting an error saying that allowed conversions between

RE: Adding time

2002-07-02 Thread Craig Dudley
You could add a number of hours to a timestamp using the SQL function dateadd, which works in a very similar way to the CF function of the same name, you would need to add each part of the time variable to the date seperatly. I'm don't think it's possible to add the whole thing at once.

CF 5 freaks out when http-analyze runs

2002-07-02 Thread SoW
Has anyone else had problems with CF and http-analyze on linux? Whenever http-analyze runs in the background (it operates on apache's access_log to create stats), CF threads all grind to a halt and the queue fills up indefinitely. The CPU doesn't seem to be too taxed during the run either.

Printing on irregular landscape paper using CF

2002-07-02 Thread Dustin Snell [Unisyn Software, LLC]
Hello All, I am working on a project that would allow my application to be able to print out a certificate which is an irregularly shaped, pre-printed peice of paper. I need to be able to control exactly where text appears on this certificate when printed. Furthermore, besides text, I need to

RE: Certification

2002-07-02 Thread Timothy Heald
I thought the test was pretty easy, although it did cover a much wider range of subjects then I had imagined. The Ben Forta certification book helped immensely. (Crit I found it :)) I had problems with stuff I don't use every day. We work on clustered servers, we all client and no application,

Re: CFMAIL in CFMX

2002-07-02 Thread Jochem van Dieten
Damon Cooper wrote: You'll want to check out CFMAIL in CFMX. It's utilizes the Java mail API's, has increased polling intervals and dedicated threads for increased performance...should be a different animal from the CFMAIL you knew (and grew to hate :) in the past... But at least I knew

losing session var on client server.

2002-07-02 Thread Mark W. Breneman
Hello, I am having a problem with a client's server, it is losing some user's session vars and I can not reproduce the problem. I am using the session var to hold the job Id that the user is applying for. I finally just put the job ID in a Url var and the problem went away. But, it is still

RE: WDDX Structure Deserialization and posting to db

2002-07-02 Thread Mark Leder
Maybe I should clarify: When a wddx packet is sent to a second server, can a routine be built using Cfschedule or some other mechanism to detect when the packet is coming in, then an insert would be auto-run. The issue that concerns me with Cfschedule is that I would have to set it to run every

Re: this list

2002-07-02 Thread Michael Dinowitz
Michael, Yes, I am new to this list, however i am far from new to mailing lists, thank you! Give me the date that you started and I'll run every message time and see if your claim holds any water. I would call this list over the past few days severely sporadic but not buggy as I had

RE: Dedicated Hosting

2002-07-02 Thread Matt Robertson
Cybercon. Total reliability. *Great* service. You maintain the box and own the software licenses. A real tech person answers the phone on the 2nd or 3rd ring no matter when you call. Prices for Win2k boxes start under $400 monthly. I'm paying $550 for a dual-PIII, RAID 1 box with 1gb RAM,

Re: OT: Unpacking JAR files...

2002-07-02 Thread Brian Scandale
Yep, that worked. Thank you. Now my next task is to decompile them? At 09:12 AM 7/2/02, you wrote: oi Brian!! you could just use winrar to open it up www.rarsoft.com -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion

RE: OT: Unpacking JAR files...

2002-07-02 Thread Adrian Lynch
Try looking for cavaj on google :O) -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: 02 July 2002 18:12 To: CF-Talk Subject: Re: OT: Unpacking JAR files... Yep, that worked. Thank you. Now my next task is to decompile them? At 09:12 AM 7/2/02, you wrote:

RE: Certification

2002-07-02 Thread Ben Densmore
I think after August MM will only be offering the MX certification, so unless you are going to take the test very soon, you might be forced to study for MX, not 5. Ben -Original Message- From: Stephen Rojas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 12:22 PM To: CF-Talk

DevCon 2002 info

2002-07-02 Thread Vernon Viehe
Overview: http://www.macromedia.com/v1/conference/ Detailed list of presentations: http://www.macromedia.com/v1/conference/ConferenceProgramDetails.cfm October 27-30, 2002 Walt Disney World Swan Dolphin Lake Buena Vista, FL Registration hasn't been opened yet, but will very soon. I'll try to

Working with empty lists

2002-07-02 Thread Douglas Brown
I have a group of checkboxes that I am converting into a list, but I would like it to where if the person does not check any of the boxes, that it at least puts the value of NULL into the DB. As you can see I have tried cfparam but that does not work for lists I suppose. cfparam

RE: OT: Unpacking JAR files...

2002-07-02 Thread Pete Freitag
Now my next task is to decompile them? FYI you might want to check the license, it probably prohibits decompiling. And they may be obfuscated. _ Pete Freitag ([EMAIL PROTECTED]) CTO, CFDEV.COM ColdFusion Developer Resources http://www.cfdev.com/

CF Administrator Backup

2002-07-02 Thread mynews
I want to create an automatic backup of the registry branch that holds the CF Administrator settings. HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\Currentversion\ Before I get started I thought I would ask if anyone here has done this and if you can suggest which route to take. I tried

Re: Working with empty lists

2002-07-02 Thread Bryan Stevenson
I always CFPARAM the checkbox var to blank (default=). Then I add a case statement to where I'm going to add it; cfif NOT len(MyCheckboxVar) NULL, cfelse #MyCheckboxVar# /cfif I think your method evaluates attributes.chkOption to a string of NULL and not a NULL value ;-) HTH Bryan

RE: Dedicated Hosting

2002-07-02 Thread John Lucas
We've got out server farm located at Cybercon as well. Excellent customer service and support at any time of the day. No bandwidth problems either. John Lucas MCR Interactive, Inc. http://www.fastestisp.com -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent:

Re: CF Administrator Backup

2002-07-02 Thread Douglas Brown
Why not a scheduled task to back up the entire registry? Providing you are using windws OS. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 02, 2002 10:37 AM Subject: CF Administrator Backup I

RE: losing session var on client server.

2002-07-02 Thread Mike Brunt
Mark, there's a handy little utility that we use to track various issues in an Application including shared-scope variables. You can find it here: - http://www.brdwrks.com/v4/index.cfm?fuseaction=Developer under the name CF_Debug. This may help you track down what is going on. Kind Regards -

CFMail UTF-8 Encoding

2002-07-02 Thread Chris Kief
I received a comment from a client the other day stating that the plain text email generated by their site (using cfmail) no longer looks like plain text when they get it (this is after an upgrade to CFMX). Huh??? After digging into things a bit, I found that cfmail now uses Content-Type:

Re: CF 4.51 and Delete query Row (td)

2002-07-02 Thread Jamie Jackson
(Sorry, posted to the newsgroup only the first time...) I just made the following function, which will delete the values from whole rows of a query object. Unfortunately, it does not delete the rows themselves. (In other words, it's useless ;-). Maybe it'll give you some ideas, though. I wish I

Re: Runaway clients

2002-07-02 Thread Jamie Jackson
Michael, (Sorry, posted to the newsgroup only the first time...) If it turns out there is a need for client variables, do use a DB (if you didn't know that already). ALSO, I'd suggest that you now compact/defrag your registry, as that client management will leave huge, gaping holes in the

Re: Working with empty lists

2002-07-02 Thread BEN MORRIS
If you are using MS SQL, you can use NULLIF which will insert NULL if it is an empty string: INSERT INTO mytable (field1) VALUES ( NULLIF('#var#', '') ) Bryan Stevenson [EMAIL PROTECTED] 07/02/02 01:42PM I always CFPARAM the checkbox var to blank (default=). Then I add a case statement to

Changing the MX Webserver Port

2002-07-02 Thread Houk, Gary
Has anyone been able to do this successfully? I followed the instructions and modified the jrun.xml and changed it to 80. Still no luck. Any info would be great! We are running IIS on Win 2k. Thanks, - Gary __ This list and

RE: Dedicated Hosting

2002-07-02 Thread Mike Brunt
http://www.cihost.com are the most cost-effective we have found if price is critical, we are paying around $180.00 in their Texas based facility for single CPU Pentium boxes with 384 megs of ram 20gb month transfer (quick warning getting extra IP's is hard on the lower end deals so at this price

Re: Runaway clients

2002-07-02 Thread Michael Dinowitz
Michael, (Sorry, posted to the newsgroup only the first time...) If it turns out there is a need for client variables, do use a DB (if you didn't know that already). My one place that uses client vars uses the DB. This wasn't an expected place and it was the problem. Dealt with. Oh,

RE: ThreeRelatedSelects.cfm javascript error

2002-07-02 Thread Dave Babbitt
threerelatedselects is not being maintained properly so this error has to be refixed by every coder who downloads it! If you email me I will send you my copy. -Original Message- From: Ryan Pieszak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 9:27 AM To: CF-Talk Subject:

RE: Changing the MX Webserver Port

2002-07-02 Thread Timothy Heald
You have the MX server installed on IIS or in stand alone? If it is over IIS then you don't have to change it to 80, it defaults to whatever port your IIS is listening on. Tim Heald ACP/CCFD :) Application Development www.schoollink.net Fusebox Advisory Committee Member www.fusebox.org

Re: Working with empty lists

2002-07-02 Thread Douglas Brown
I guess the problem is that since the chkOption value IS that the loop does not even begin to process. Is that a true thing? If I say cfparam name=attributes.chkOption default= and then a list cfloop list=#attributes.chkOption# index=j delimiters=, What happens? Douglas Brown Email:

Re: Working with empty lists

2002-07-02 Thread Bryan Stevenson
slick...thanks ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

CF, encryption, and sensitive data

2002-07-02 Thread Earl, George
I have been to CF Help and the Developing Applications with CF manual but what I found is skimpy and I'm still confused. I'm looking for good resources for how ColdFusion handles encryption of data and how best to build a CF application that requires transmission of sensitive data from the

RE: CF Administrator Backup

2002-07-02 Thread cameronc
It's typically better to use more traditional backup methods. What are you trying to achieve that you don't already have with a combination of an ERD and a backup tape? -Cameron - Cameron Childress Sumo Consulting Inc. --- cell: 678-637-5072 aim: cameroncf email: [EMAIL

Re: Working with empty lists

2002-07-02 Thread Jamie Jackson
Hey Douglass, I don't know if this helps, but I was just working on a survey, and I made an update query that would take whatever questions that happened to be in the calling form. I grabbed datatypes and field names from the destination table, so that the query would know to wrap text with

Re: Working with empty lists

2002-07-02 Thread Bryan Stevenson
nothin ;-) throw a cfif ListLen(attributes.chkOption) before your loop Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner

RE: Changing the MX Webserver Port

2002-07-02 Thread Houk, Gary
I set it to IIS on the install... -Original Message- From: Timothy Heald [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 2:03 PM To: CF-Talk Subject: RE: Changing the MX Webserver Port You have the MX server installed on IIS or in stand alone? If it is over IIS then you don't

Re: Runaway clients

2002-07-02 Thread Jamie Jackson
I think I used RegCompact (all of them need a reboot, BTW): http://talismanic.net/codeworld/regcompact/index.html Jamie On Tue, 2 Jul 2002 14:02:36 -0400, in cf-talk you wrote: Michael, (Sorry, posted to the newsgroup only the first time...) If it turns out there is a need for client

Re: Working with empty lists

2002-07-02 Thread S . Isaac Dealey
I always CFPARAM the checkbox var to blank (default=). Then I add a case statement to where I'm going to add it; cfif NOT len(MyCheckboxVar) NULL, cfelse #MyCheckboxVar# /cfif I think your method evaluates attributes.chkOption to a string of NULL and not a NULL value ;-) I'm

variables not let go

2002-07-02 Thread Tony Weeg
has anyone noticed when they have a query that returns lets say for example the variable called CompanyName, and on the 3rd loop through the results the variable CompanyName is undefined and then value of CompanyName from the 2nd row shows up as the value of the 3rd row? ..tony Tony Weeg Senior

Executive Log question

2002-07-02 Thread Andrew Peterson
Hi all, In the executive.log file, I'm getting messages like the following: Purged client ID '73927-38624832'; Last visited '{ts '2002-04-03 13:25:37'}'. Can anyone tell me exactly what's going on here? Are these client variables expiring? My guess is yes, and that somewhere I've set a three

Re: Clarification needed -- WebServices (Part II)

2002-07-02 Thread Paul Hastings
Is this the correct assumption? Would she even bother to make it a webservice at this point? Or, should she really be returning a structure / array / query, etc..? well i can return a wddx packet fine but apparently either i'm blowing away my xml creation or maybe there's something to this

Re: DevCon 2002 info

2002-07-02 Thread erica . vitina
Is it me, or do most of the topics covered at DevCon seem to be aimed at designers and not the CF world? A large percentage of the sessions seem to be focused highly on Flash, Dreamweaver and other Studio MX products. Or, perhaps it seems this way to me because I work at somewhere that has no

RE: CF, encryption, and sensitive data

2002-07-02 Thread Pete Freitag
Transmissions between the client and server can be done with SSL encryption. It's very easy to set this up on IIS. For transmission between the database and ColdFusion server you can setup your database server on it's own network that only the CF server can get to. Here's one place to start

  1   2   3   >