ColdFusion Hosts

2009-02-11 Thread Robert Bailey
I am trying to find a decent CF8 hosting company that offers SQL Server. The company I am working with now (remotely) does not have a dev server, so I am looking for something that is going to have very little traffic, simply just allowing him to review. No email is needed, etc Thanks!

Hosting

2009-02-11 Thread Robert Bailey
I am trying to find a decent CF8 hosting company that offers SQL Server. The company I am working with now (remotely) does not have a dev server, so I am looking for something that is going to have very little traffic, simply just allowing him to review. My current host does not offer CF at

Re: cffile uploads and Load balancing

2009-01-20 Thread Robert Bailey
We always used a shared network directory when saving uploads when using load balancing, not sure if that would make any difference or not, though. It was always the rule of thumb Thanks! Robert Bailey 210.748.2363 Richard Steele wrote: We are getting an HTTP 503 Upload Error when using

Re: How to wait in CF?

2009-01-06 Thread Robert Bailey
objSleep = createObject(java, java.lang.Thread); objSleep.sleep(1000); Thanks! Robert Bailey 210.748.2363 ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

Re: How to wait in CF?

2009-01-06 Thread Robert Bailey
Was not sure if he was using CF8 or not as can use cfthread action=sleep as well Thanks! Robert Bailey 210.748.2363 Raymond Camden wrote: sleep() cfset sleep(1000) On Tue, Jan 6, 2009 at 7:16 PM, Robert Bailey cft...@tropicalbean.com wrote: objSleep = createObject(java

Re: How to loop through formfields in a component?

2008-12-29 Thread Robert Bailey
Just pass the form as a struct variable, which is what the form is to begin with, and you can loop through it using the same code (with little changes) that you already have. Thanks! Robert Bailey 210.748.2363 Rick Faircloth wrote: I have this code that I've kept in my .cfm file to process

Re: spam form submission getting past server side validation

2008-12-23 Thread Robert Bailey
Use Captcha http://www.captcha.net/ Thanks! Robert Bailey 210.748.2363 ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083

Re: problem to diplay results horizontally

2008-12-22 Thread Robert Bailey
Try this Always works for me ..ul{ margin: 0; padding: 0; cursor: default; list-style-type: none; display: inline; } ..li{ display: table-cell; position: relative; padding: 2px 6px; display:inline; } Thanks! Robert Bailey 210.748.2363

Re: problem to diplay results horizontally

2008-12-22 Thread Robert Bailey
And for the break, use the MOD operator and start your new list Thanks! Robert Bailey 210.748.2363 ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

Re: problem to diplay results horizontally

2008-12-22 Thread Robert Bailey
should be Thanks! Robert Bailey 210.748.2363 Robert Bailey wrote: Try this Always works for me ..ul{ margin: 0; padding: 0; cursor: default; list-style-type: none; display: inline; } ..li{ display: table-cell; position: relative; padding: 2px

Re: Slightly OT - JVM memory usage

2008-12-18 Thread Robert Bailey
/war and then run a stress test on it and watch what it does. My two cents Thanks! Robert Bailey Craigsell wrote: We've been having a problem with our cfmx7 server. Something is grabbing all the memory and refusing to release it. The memory just spikes right up and sticks. The only way

Re: Simply Amin Panel

2008-12-18 Thread Robert Bailey
It looks like you are inserting a new row, and when you do the cfoutput for the query, you are displaying both. Try using an update, pass the primary key in the form to update the correct row Thanks! Robert Bailey Steve LaBadie wrote: I created a simple (I thought) admin panel to update

Re: Simply Amin Panel

2008-12-18 Thread Robert Bailey
=Alert+Title+added+successfully. /cfif Thanks! Robert Bailey Steve LaBadie wrote: Is this correct? I am not getting any errors, but the updated text is not showing on the page. cfquery datasource=text UPDATE alert SET alert = 'cfif IsDefined(FORM.alert) AND #FORM.alert# NEQ ' WHERE alert

Re: Simply Amin Panel

2008-12-18 Thread Robert Bailey
Thanks! Robert Bailey Steve LaBadie wrote: Is this correct? I am not getting any errors, but the updated text is not showing on the page. cfquery datasource=text UPDATE alert SET alert = 'cfif IsDefined(FORM.alert) AND #FORM.alert# NEQ ' WHERE alert = '#FORM.alert#'; cfelse NULL /cfif

Re: Simply Amin Panel

2008-12-18 Thread Robert Bailey
Then add the primary key to your form (as a hidden field) and you can update like this cfquery datasource=text UPDATE alert SET alert = '#FORM.alert#' WHERE alertID = #FORM.alertID#; /cfquery ~| Adobe® ColdFusion® 8 software

Re: Simply Amin Panel

2008-12-18 Thread Robert Bailey
But it seems like what he is doing is if the form value is blank, he wants to make the database value null, not skip processing. Thanks! Robert Bailey Ravi Gehlot wrote: Hello Steve, Set your table to accept NULL and wrap your cfquery around with a cfif. This way, you will only run

Re: Simply Amin Panel

2008-12-18 Thread Robert Bailey
to be empty in the text field, and he wants this change to be reflected in the database. With what you are suggesting, it will remain Help Me if he wipes it out of the text field (or whatever he is using) since it would not update. Thanks! Robert Bailey Ravi Gehlot wrote: Hello Robert, I

RE: WDDX Future

2005-02-17 Thread Robert Bailey
1) Are you using WDDX? I work with it, other developers here use it all the time, I stick to straight XML for the most part 2) If so, how are you using it, which languages (and versions) are you using it with (CF, JS, PHP, et al.)? CF, JS 3) Are you limited by the current version of the WDDX

RE: Plum vs Adalon?

2005-02-17 Thread Robert Bailey
or two, but getting it up and running and understanding the basics is fairly easy. Good job on that Adam. It looks great! Robert Bailey Internal Systems Software Engineer 813-230-9967 \\ mobile [EMAIL PROTECTED] www.recruitmax.com -Original Message- From: Calvin Ward [mailto:[EMAIL

RE: Plum vs Adalon?

2005-02-17 Thread Robert Bailey
and figured they should write the app in FB because they heard about it on some website, heh. Then the problems come in :) We can go on about that one Robert Bailey Internal Systems Software Engineer 813-230-9967 \\ mobile [EMAIL PROTECTED] www.recruitmax.com -Original Message- From

RE: Form Error

2005-02-17 Thread Robert Bailey
into too much detail, but FYI Robert Bailey Internal Systems Software Engineer 813-230-9967 \\ mobile [EMAIL PROTECTED] www.recruitmax.com -Original Message- From: Robert Bailey [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 11:05 AM To: CF-Talk Subject: Form Error Anyone

Form Error

2005-02-16 Thread Robert Bailey
Anyone ever seen this error: 500 Corrupt form data: no leading boundary: POST /ENG/Recruiters/submittodepartment_confirm.cfm?szReturnTo=History_Parser szOrderID=844szSearchType=CacheszStart=0szDepartmentID=0 HTTP/1.1 != -7d526118201a6 Robert Bailey Internal Systems

RE: Plum V1.0 Released!

2005-02-16 Thread Robert Bailey
That is pretty impressive Robert Bailey Internal Systems Software Engineer 813-230-9967 \\ mobile [EMAIL PROTECTED] www.recruitmax.com -Original Message- From: Adam Churvis [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 12:48 PM To: CF-Talk Subject: Plum V1.0 Released

RE: Suggestions for writing a calendar app

2005-02-08 Thread Robert Bailey
http://cfopen.org/projects/coldcalendar/ decent place to start as well, and open source/free Robert Bailey Internal Systems Software Engineer 813-230-9967 \\ mobile [EMAIL PROTECTED] www.recruitmax.com -Original Message- From: Mark Smyth [mailto:[EMAIL PROTECTED] Sent: Tuesday

RE: Suggestions for writing a calendar app

2005-02-08 Thread Robert Bailey
You beat me to it :) Robert Bailey Internal Systems Software Engineer 813-230-9967 \\ mobile [EMAIL PROTECTED] www.recruitmax.com -Original Message- From: Ian Winter [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 12:11 PM To: CF-Talk Subject: Re: Suggestions for writing

RE: SQL Triggers

2005-01-11 Thread Robert Bailey
= ProjectCosts.ActualHours + i.ActualHours FROM Orders INNER JOIN inserted i ON Orders.OrderID = i.OrderID INNER JOIN UserRates UR ON i.UserID = UR.UserID -Original Message- From: Robert Bailey [mailto:[EMAIL PROTECTED] Sent

RE: Submitting a Form through email

2005-01-10 Thread Robert Bailey
Try using the method get and see if that works. My understanding is that most, if not all, email clients will block form posts from an email. Robert Bailey Software Engineer 813-230-9967 \\ mobile [EMAIL PROTECTED] www.recruitmax.com -Original Message- From: Chad McCue [mailto:[EMAIL

RE: Building a SQL WHERE clause

2005-01-10 Thread Robert Bailey
service_population,agency,city,state,salary_status FROM internships WHERE service_population='Children' ORDER BY agency ASC Robert Bailey Software Engineer 813-230-9967 \\ mobile [EMAIL PROTECTED] www.recruitmax.com -Original Message- From: Daniel Kessler [mailto:[EMAIL PROTECTED] Sent

SQL Triggers

2005-01-10 Thread Robert Bailey
? Robert Bailey Software Engineer 813-230-9967 \\ mobile [EMAIL PROTECTED] www.recruitmax.com ~| Protect your mail server with built in anti-virus protection. It's not only good for you, it's good for everybody. http

What is the cause of this error?

2004-04-16 Thread Robert Bailey
I have an application, simple form with a simple MS SQL update. Was working fine, checked on it today and got the following error: The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code. Null Pointers are another

RE: What is the cause of this error?

2004-04-16 Thread Robert Bailey
Well, ummm, never mind, now it is not doing it and nothing has changed. -Original Message- From: Robert Bailey [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 12:34 PM To: CF-Talk Subject: What is the cause of this error? I have an application, simple form with a simple MS SQL

RE: What is the cause of this error?

2004-04-16 Thread Robert Bailey
much). The other option is that your SQL table field does not allow null (empty) values. Hope this helps. Cutter Robert Bailey wrote: I have an application, simple form with a simple MS SQL update. Was working fine, checked on it today and got the following error: The system has attempted

RE: Timeout connecting to access DB

2004-04-14 Thread Robert Bailey
We have had that problem quite a bit as well. Same set up. We tried both the standard install of CFMX and with JRUN with little luck. We are completely updated with all the patches from MM, even tried the garbage collecting fix on the MacroMedia website. Anyone knows how to correct this I would

RE: Timeout connecting to access DB

2004-04-14 Thread Robert Bailey
pm, Robert Bailey wrote: We have had that problem quite a bit as well. Same set up. There are apperently updated DB drivers coming soon from MM. Don't give up yet ! -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood

RE: Timeout connecting to access DB

2004-04-14 Thread Robert Bailey
Which one? We have installed all the patches current as of about a week ago, and nothing has changed, problems are still going on with any access databases. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 12:19 PM To: CF-Talk Subject: RE:

RE: Timeout connecting to access DB

2004-04-14 Thread Robert Bailey
Yeah, we tried that one, and did not help, made the problem not happen 10 times a day down to like 2 or 3 times a day. -Original Message- From: Nathan C. Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 12:23 PM To: CF-Talk Subject: RE: Timeout connecting to access DB

RE: SQL Query Problems

2004-04-12 Thread Robert Bailey
Yeah, it was a bad join, for some reason I just did not see it until about 10 minutes ago :) Thanks! Robert Bailey Aesir Network Technologies Direct: (727) 489-2604 Main: (903) 238-8211 Support: (903) 238-8212 Toll Free: (877) 238-8211 Fax: (903) 238-8251 -Original Message- From

RE: Weird: CF Debug info Firebird

2004-02-02 Thread Robert Bailey
I get debugging info on my firebird Robert Bailey Aesir Network Technologies Direct: (214) 432-5865 Main: (903) 238-8211 Support: (903) 238-8212 Toll Free: (877) 238-8211 Fax: (903) 238-8251 From: Josh Remus [mailto:[EMAIL

HTTP_REFERER

2004-01-25 Thread Robert Bailey
On every one of our CFMX servers(18 of them!), when using this: CFOUTPUT#CGI.HTTP_REFERER#/CFOUTPUT It never returns anything, just an empty string. Anyone have this problem at all? CFMX 6.01 (latest update, some are standard install, some are installed with JRUN), IIS 6, 2003 server [Todays

RE: HTTP_REFERER

2004-01-25 Thread Robert Bailey
. So I use a IsDefined(CGI.HTTP_REFERER) and cfif CGI.HTTP_REFERER IS NOT '' Before outputting it. Rick -Original Message- From: Robert Bailey [mailto:[EMAIL PROTECTED] Sent: Sunday, January 25, 2004 11:18 AM To: CF-Talk Subject: HTTP_REFERER On every one of our CFMX servers(18 of them

RE: so what am I doing wrong?

2004-01-24 Thread Robert Bailey
you need to give it a name CFQUERY name=something datasource=moteladam_moteladam_com From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: Saturday, January 24, 2004 10:31 AM To: CF-Talk Subject: so what am I doing wrong? cfquery

2003 server and CFMX

2004-01-24 Thread Robert Bailey
Is anyone having any problems running CFMX, either JRUN installed or default installation as a filter? We seem to keep having problems with the ODBC server dropping and JRUN dying on us a few times a day. We are running IIS 6, Windows 2003 server, and CFMX with the latest update. Any feedback

RE: 2003 server and CFMX

2004-01-24 Thread Robert Bailey
Oh, and if it helps, it is 2003 enterprise edition. From: Robert Bailey [mailto:[EMAIL PROTECTED] Sent: Saturday, January 24, 2004 1:18 PM To: CF-Talk Subject: 2003 server and CFMX Is anyone having any problems running CFMX, either JRUN installed or default

RE: 2003 server and CFMX

2004-01-24 Thread Robert Bailey
== Aspire to Inspire before you Retire or Expire! - Original Message - From: Robert Bailey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, January 24, 2004 12:18 PM Subject: 2003 server and CFMX : Is anyone having any problems running CFMX, either JRUN installed or default

RE: 2003 server and CFMX

2004-01-24 Thread Robert Bailey
Retire or Expire! - Original Message - From: Robert Bailey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, January 24, 2004 12:32 PM Subject: RE: 2003 server and CFMX : If they are not timing out in a timely fashion, how can I fix that? Looking : at the logs now

RE: 2003 server and CFMX

2004-01-24 Thread Robert Bailey
For hosting solutions http://www.clickdoug.com == Aspire to Inspire before you Retire or Expire! - Original Message - From: Robert Bailey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, January 24, 2004 3:48 PM Subject: RE: 2003 server and CFMX

Monitoring SQL server and general server performance

2004-01-23 Thread Robert Bailey
I am looking for an app that will monitor our SQL server at a minimum for performance. Something like this product, but I am unable to really find many things out there and not really interested in this one http://www.tntsoftware.com/Products/EEM/ [Todays Threads] [This Message]

RE: Dealer locator

2003-08-29 Thread Robert Bailey
I have a database with the long/lat of each zipcode if you want it and think it may help. Email me off list @ [EMAIL PROTECTED] Robert Bailey -Original Message- From: Hagan, Ryan Mr (Contractor ACI) [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 10:54 AM To: CF-Talk Subject

RE: Anyone have this problem with CFMX?

2003-03-28 Thread Robert Bailey
crashes on me Thanks! Robert Bailey Famous for nothing -Original Message- From: Joe Eugene [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 12:00 AM To: CF-Talk Subject: RE: Anyone have this problem with CFMX? What error are u getting? Joe Eugene -Original Message- From

RE: Anyone have this problem with CFMX?

2003-03-28 Thread Robert Bailey
to abort MX because of it's problems and move to ASP to get what I need done. If this keeps up, not sure how much longer I will be staying with CF. Getting a little tired of getting more then halfway through a project and having to stop because of it's problems and moving to ASP. Thanks! Robert

RE: Anyone have this problem with CFMX?

2003-03-28 Thread Robert Bailey
actually it is test_server, that is just something I wrote out real quick sorry Thanks! Robert Bailey Famous for nothing -Original Message- From: Collin Tobin [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 10:12 AM To: CF-Talk Subject: RE: Anyone have this problem with CFMX

RE: Anyone have this problem with CFMX?

2003-03-28 Thread Robert Bailey
Works fine: 192.168.1.25 Not sure what is the problem in this CFC. I can not show all the code, but if you mail me off list, I can show you what is giving the problems, just do not want to post it here. Thanks! Robert Bailey Famous for nothing -Original Message- From: Collin Tobin

Anyone have this problem with CFMX?

2003-03-27 Thread Robert Bailey
Server. Thanks! Robert Bailey ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ: http://www.thenetprofits.co.uk

RE: Scanning a Drivers License

2003-03-25 Thread Robert Bailey
://www.javapos.com/index.html If you can use the smart card readers, there are a few java and C products out there that can get you on your way. Check out the Javapos site, thanks Sun!, for some really good information to start with. Thanks! Robert Bailey Famous for nothing -Original Message- From

RE: Scanning a Drivers License

2003-03-25 Thread Robert Bailey
readers that when they took your DL, they swiped it and it displayed your age to them, ensuring that it was not fake and was real. I would imagine this data could not be retrieved if it was encrypted and I doubt they would make the key publicly available if it was encrypted. Thanks! Robert Bailey

RE: Scanning a Drivers License

2003-03-25 Thread Robert Bailey
I would imagine your DL number as well. Thanks! Robert Bailey Famous for nothing -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 10:58 AM To: CF-Talk Subject: RE: Scanning a Drivers License How much information is actually on the DL card

RE: USPS Address Verification

2003-03-25 Thread Robert Bailey
hmmm, I do not even see a mention of it anywhere on the site Thanks! Robert Bailey Famous for nothing -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 1:52 PM To: CF-Talk Subject: USPS Address Verification I have successfully registered

RE: CFMX Webservices hangup

2003-03-24 Thread Robert Bailey
This is a complete hack, and I am sure there may be a better way to do it, but when I call a service, I go ahead and retrieve the WSDL via CFHTTP, www.thedomain.com/smoething.cfc?wsdl and if there is a connection error I will not try to consume the service. Thanks! Robert Bailey Famous

RE: CFMX Easter egg (I think)

2003-03-14 Thread Robert Bailey
When i run that on my server, I just get the CF Admin login Thanks! Robert Bailey Famous for nothing -Original Message- From: Jim Campbell [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 4:07 PM To: CF-Talk Subject: RE: CFMX Easter egg (I think) If this is an Easter Egg, I'd

RE: CFMX Easter egg (I think)

2003-03-14 Thread Robert Bailey
lol, that baby is scary looking Thanks! Robert Bailey Famous for nothing -Original Message- From: Jim Campbell [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 4:19 PM To: CF-Talk Subject: RE: CFMX Easter egg (I think) Log into the administrator first, then replace the URL

RE: Com and CFMX

2003-03-13 Thread Robert Bailey
Yeah, I gave up trying to get it to work. Guess I am moving over to ASP for this part of the application. Thanks! Robert Bailey Famous for nothing -Original Message- From: Frank Mamone [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 6:01 PM To: CF-Talk Subject: Re: Com

RE: Com and CFMX

2003-03-13 Thread Robert Bailey
LOL, must have missed that memo. Yeah, it is a pain, but I figure I have to work around it, just going to make it an ASP web service and work with my objects via SOAP. Thanks! Robert Bailey Famous for nothing www.tinetics.com -Original Message- From: Adrocknaphobia Jones [mailto

working with objects

2003-03-12 Thread Robert Bailey
I have even tried declaring a variable like myvar = wdDialogToolsWordCount and it still fails. How can I port this VB over to CFScript where it works? Can anyone help? Thanks in advance! Thanks! Robert Bailey Famous for nothing

RE: working with objects

2003-03-12 Thread Robert Bailey
= temp.Words But I can not seem to get the above to execute in CFScript. The problem seems to lie in the temp.execute Now sure how to get that to work Thanks! Robert Bailey Famous for nothing -Original Message- From: A.Little [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 10

RE: working with objects

2003-03-12 Thread Robert Bailey
that is suppose to be not sure how to get that to work, lol Thanks! Robert Bailey Famous for nothing -Original Message- From: Robert Bailey [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 10:25 AM To: CF-Talk Subject: RE: working with objects The document is opening properly

RE: working with objects

2003-03-12 Thread Robert Bailey
gettng the same errors. Anyone have a CF5 server with word installed where I can send something to them and test this out? If this is a big, would like to speak with MM about it. Thanks! Robert Bailey Famous for nothing -Original Message- From: Robert Bailey [mailto:[EMAIL PROTECTED] Sent

Anyone with CF 5 server?

2003-03-12 Thread Robert Bailey
:( Thanks! Robert Bailey Famous for nothing ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ: http

Com and CFMX

2003-03-12 Thread Robert Bailey
objects within CFMX and it is a little disappointing that I am unable to :( Thanks! Robert Bailey Famous for nothing ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

RE: Com and CFMX

2003-03-12 Thread Robert Bailey
even the updater did not help the server, ugh Thanks! Robert Bailey Famous for nothing -Original Message- From: Frank Mamone [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 3:54 PM To: CF-Talk Subject: Re: Com and CFMX Updater 2 fixed alot of issues but there's still one

MS Word Object

2003-03-11 Thread Robert Bailey
/CFCATCH /CFTRY CFSCRIPT OpenDoc = objWord.Documents.Open(c:\blah.doc); Count = opendoc.words.count(); OpenDoc.Close(); objWord.Quit(); objWord = Nothing; /CFSCRIPT CFOUTPUT COUNT: #count# /CFOUTPUT Thanks! Robert Bailey Famous for nothing

RE: MS Word Object

2003-03-11 Thread Robert Bailey
word, as it should. Also, when I am using the com object, I can not get the .name value, says it is not a method. Know anything about this at all? is it something I should not worry about? Thanks! Robert Bailey Famous for nothing -Original Message- From: Mike Townend [mailto:[EMAIL

RE: MS Word Object

2003-03-11 Thread Robert Bailey
OK, I have tested this code on 3 machines, all get the wrong count. Anyone know what is going on? Thanks! Robert Bailey Famous for nothing -Original Message- From: Robert Bailey [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 2:43 PM To: CF-Talk Subject: RE: MS Word Object

RE: Rich Text Editor

2003-03-04 Thread Robert Bailey
Damn that is a nice one, and free. Going to have to play with that when I get some time Thanks! Robert Bailey Famous for nothing -Original Message- From: Ewok [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 9:43 AM To: CF-Talk Subject: Re: Rich Text Editor http

RE: Free Mail Server

2003-03-04 Thread Robert Bailey
I will second mail enable. Thanks! Robert Bailey Famous for nothing -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 11:59 AM To: CF-Talk Subject: RE: Free Mail Server Mail Enable Mailenable.com Nice product... Only $175 if you need

RE: CFC Expert Group?

2003-02-25 Thread Robert Bailey
There is a CFC group, and a good one at that. Maybe you can direct your ideas there: http://www.cfczone.org/listserv.cfm Thanks! Robert Bailey http://www.Tinetics.com Famous for nothing -Original Message- From: Vince Bonfanti [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003

RE: CFC Expert Group?

2003-02-25 Thread Robert Bailey
but regardless, I would be interested and you could count me in. Thanks! Robert Bailey http://www.Tinetics.com Famous for nothing -Original Message- From: Vince Bonfanti [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 9:03 AM To: CF-Talk Subject: CFC Expert Group? I've seen

context-sensetive help

2003-02-24 Thread Robert Bailey
work with something like this or may be able to help me recall the product? Thanks! Robert Bailey Famous for nothing ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

RE: context-sensetive help

2003-02-24 Thread Robert Bailey
Not what I was thinking, but going to check this one out, thanks! Thanks! Robert Bailey Famous for nothing -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 3:26 PM To: CF-Talk Subject: RE: context-sensetive help cf_activehelp from

RE: Free?

2003-02-21 Thread Robert Bailey
OK, I am not understanding what BlueDragon is. It is an application server, I got that, but it serves CFML without CF Server? Thanks! Robert Bailey Famous for nothing -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 9:52 AM To: CF

RE: Add Banner Management

2003-02-20 Thread Robert Bailey
Really? I am running IIS and would love to know where the banner management is. I have not come across it before. Thanks! Robert Bailey Famous for nothing -Original Message- From: samcfug [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 5:28 AM To: CF-Talk Subject: Re: Add

RE: Add Banner Management

2003-02-20 Thread Robert Bailey
Did not see that, but I did find an app.tag called bannerman: http://www.cfhub.com/tutorials/bannerman/index.cfm Maybe could help Thanks! Robert Bailey Famous for nothing -Original Message- From: Mark Stephenson - Evolution Internet [mailto:[EMAIL PROTECTED]] Sent: Thursday, February

RE: Add Banner Management

2003-02-20 Thread Robert Bailey
yeah, just found that one, lol Thanks! Robert Bailey Famous for nothing -Original Message- From: Mark Stephenson - Evolution Internet [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 8:33 AM To: CF-Talk Subject: RE: Add Banner Management http://cfhub.com/tutorials

SOAP, CF, ASP and web services

2003-02-19 Thread Robert Bailey
these errors when trying to consume a CF web service, but works fine when working with .net services. Is CF not compatable? Thanks! Robert Bailey Famous for nothing ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

RE: experthost.com cfmx

2003-02-12 Thread Robert Bailey
I have used them, no problems at all Thanks! Robert Bailey Famous for nothing -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 11:18 PM To: CF-Talk Subject: experthost.com cfmx is anyone else out there, using experthost.com to host your

RE: experthost.com cfmx

2003-02-12 Thread Robert Bailey
Last domain I put on there was about 2 months ago, CFMX. Has not had any problems at all, except some wacky CFFILE problem which is gone now Thanks! Robert Bailey Famous for nothing -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 9:14 AM

RE: Datapipe hosting

2003-02-12 Thread Robert Bailey
Also have had some clients that had Datapipe. Not as a shared host, but as a colo. Their PC, and was a workhorse. Good host for colo, not sure about shared Thanks! Robert Bailey Famous for nothing -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: Hosting Question

2003-02-11 Thread Robert Bailey
Yeah, I used them for a while, nothing but problems with them and would not recommend them at all. Thanks! Robert Bailey Famous for nothing -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 1:23 PM To: CF-Talk Subject: Hosting Question

RE: Hosting Question

2003-02-11 Thread Robert Bailey
. www.hostmysite.com is also a great host as well. Thanks! Robert Bailey Famous for nothing -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 1:34 PM To: CF-Talk Subject: RE: Hosting Question awesome.crap.i guess there was a reason why

RE: Hosting Question

2003-02-11 Thread Robert Bailey
So ya need to go fix it, Pablo :) Thanks! Robert Bailey Famous for nothing -Original Message- From: Pablo Varando [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 1:38 PM To: CF-Talk Subject: Re: Hosting Question I used to own it :) Not there no more though :) They're

RE: who on here did the death clock?

2003-02-06 Thread Robert Bailey
I used to help out with a few radio stations in West Palm beach, they had music piped in sometimes, buy pretty much their systems played MP3 files as opposed to actually getting a CD. Thanks! Robert Bailey Famous for nothing -Original Message- From: Jeffry Houser [mailto:[EMAIL

Anyone? PDB files? (Palm Databases)

2003-02-06 Thread Robert Bailey
of the PDB converters out there that did not work. I need some help! Anyone? Thanks! Robert Bailey Famous for nothing --- [This E-mail scanned for viruses] ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

RE: Anyone? PDB files? (Palm Databases)

2003-02-06 Thread Robert Bailey
getting the data out of the databases, on a PC, that I can use in a CF app. I have tried 3 conversion tools on the web, none of them worked. Thanks! Robert Bailey Famous for nothing -Original Message- From: Joel Blanchette [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 3

RE: Anyone? PDB files? (Palm Databases)

2003-02-06 Thread Robert Bailey
Yes, that is the exact problem, I need the data that is in those databases available to my CF app. Do not know how I can convert it to something readable (SQL or MDB) or read it with CF. Thanks! Robert Bailey Famous for nothing -Original Message- From: Joel Blanchette [mailto:[EMAIL

RE: Anyone? PDB files? (Palm Databases)

2003-02-06 Thread Robert Bailey
it is a binary, can not read it at all, only on a palm pilot, but no longer have the palm, so I am guessing I am stuck? Thanks! Robert Bailey Famous for nothing -Original Message- From: David R. McGraw [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 3:27 PM To: CF-Talk

RE: Anyone? PDB files? (Palm Databases)

2003-02-06 Thread Robert Bailey
we could view it yesterday on a friends palm, and with the PDB viewer, shows some of what I was looking for in the report, but do not know the datatypes for it to dump the data. Thanks! Robert Bailey Famous for nothing -Original Message- From: David R. McGraw [mailto:[EMAIL PROTECTED

RE: Anyone? PDB files? (Palm Databases)

2003-02-06 Thread Robert Bailey
viewing some of the data, the report has the name of the database, etc... but Do not know the fields and field types, ugh Thanks! Robert Bailey Famous for nothing -Original Message- From: Joel Blanchette [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 3:31 PM To: CF-Talk

RE: who on here did the death clock?

2003-02-06 Thread Robert Bailey
And a scary thought Thanks! Robert Bailey Famous for nothing -Original Message- From: David R. McGraw [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 3:48 PM To: CF-Talk Subject: RE: who on here did the death clock? By then all code will be written by a program that can

PDB databases

2003-02-05 Thread Robert Bailey
Anyone know how I can convert or read PDB databases? Thanks! Robert Bailey Famous for nothing --- [This E-mail scanned for viruses] ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

RE: distance between zip codes

2003-01-18 Thread Robert Bailey
There are a few web services that will do that, check out www.xmethods.net and you will find them. Cheaper then buying a database, but just have to hope they will be available down the road Robert Bailey [EMAIL PROTECTED] Famous for nothing! http://www.tinetics.com -Original Message

RE: UDF question -- make num a string

2003-01-17 Thread Robert Bailey
outNum = finalResult '%'; Robert Bailey [EMAIL PROTECTED] Famous for nothing! http://www.tinetics.com -Original Message- From: Owens, Howard [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 4:29 PM To: CF-Talk Subject: UDF question -- make num a string I'm trying to do

  1   2   >