Re: cfc-skeletons?

2003-06-26 Thread Sean A Corfield
On Wednesday, Jun 25, 2003, at 20:15 US/Pacific, [EMAIL PROTECTED] wrote: Anyone know what is it used for? I search Google, MM, and the MX docs and couldn't find anything except for a Spanish forum posting somewhere... It's where the skeleton code is created for CFC-to-Axis Web Service code

Re: Client variable problem -- duplicates in CDATA

2003-06-26 Thread cf-talk
Using code to manage CFID and CFTOKEN is *not* rolling your own. What they've done sounds like your basic cluster f**k. ;-) If they had implemented a true roll your own solution there would not be any CFID or CFTOKEN in use and you wouldn't be having the problems you're having. Of course I'm

SQL Question: Selecting records where there are multiple occurrences

2003-06-26 Thread Brook Davies
Is there an easy way to select records that occur X number of times. So I could select the records that have San Fran in the City fields only if there are at least X number of records matching this criteria. Brook ~|

Regex in Dreamweaver

2003-06-26 Thread Taco Fleur
I am using a regex to find a string in DreamWeaver and I thought a href=(.*)[^] Would return: a href=index.cfm/page.application but instead it returns: a href=index.cfm/page.application class=moreMore../anbsp;span class=raqueraquo;/span/p/td Is my regex wrong or any other ideas?

Re: Regex in Dreamweaver

2003-06-26 Thread Massimo Foti
I am using a regex to find a string in DreamWeaver and I thought a href=(.*)[^] Would return: a href=index.cfm/page.application but instead it returns: a href=index.cfm/page.application class=moreMore../anbsp;span class=raqueraquo;/span/p/td Is my regex wrong or any other ideas? DW MX

RE: Regex in Dreamweaver

2003-06-26 Thread Taco Fleur
Cheers, Some one suggested --- The RegEx will match the first one, as it is matching any character (except for line breaks, I believe) any number of times. This would probably be a better way to go: a href=([^]*) Which matches any character that *isn't* a double quote any

Re: SQL Question: Selecting records where there are multiple occurrences

2003-06-26 Thread Thomas Chiverton
On Thursday 26 Jun 2003 08:10 am, Brook Davies wrote: Is there an easy way to select records that occur X number of times. So I could select the records that have San Fran in the City fields only if there are at least X number of records matching this criteria. select PK,a,b,c from table where

Re: Offline browsers

2003-06-26 Thread Thomas Chiverton
On Wednesday 25 Jun 2003 22:32 pm, Tony Gruen wrote: Anyone have any feedback on how to block applications like WebCopier? Is there a reliable way to have a part of your site not accessible to applications like these if a registered user tries to use them? You can check the user_agent

Re: WAY OT - Setting Mail Server to block relaying

2003-06-26 Thread Jochem van Dieten
Michael Tangorre wrote: Wow Bad day? Not yesterday. But I get pissed if somebody says I didn't know about relaying. Pardon me, but if you put a mail server online it is your responsibility to know. The sad fact of the matter is that some mail server has been used to send spam to the

RE: Dump to excel error

2003-06-26 Thread Kola Oyedeji
Hi It could be whitespace before the beginning of the dump, try adding the cfcontent attribute reset=yes which should discard all output generated up to the cfcontent tag. Also what browser version is this happening on? I've always had better results actually using vnd.excel as the mime type.

Word Merge with CF

2003-06-26 Thread Taco Fleur
Has anyone ever done anything with Compare and Merge Documents with Word via an Object? If so, any examples, directions, code etc? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Word Merge with CF

2003-06-26 Thread Michael Tangorre
Yes, I have.. Email me again in an hour or so, I should be at work by then and will give you a hand. Mike -Original Message- From: Taco Fleur [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 5:28 AM To: CF-Talk Subject: Word Merge with CF Has anyone ever done anything with

CFMX on Mac OSX? In production?

2003-06-26 Thread Jeff Battershall
Sean (Corfield), I know you've played around with CFMX on OSX. I'm interested in any production installations that have been done, any big gotchas, and the prognosis for MM official support for OSX in the future. I need this for an educational client. I'm also interested in anyone's

RE: End of stream was detected on a read...again?

2003-06-26 Thread Bosky, Dave
I get the same error msg using MS SQL Server. My web page queries work fine but something generates that End of stream was detected on a read. error msg. Dave -Original Message- From: SPANGLER ALAN L. (dal1als) [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 5:45 PM To:

Re: Homesite + question

2003-06-26 Thread Calvin Ward
Ahh, but the answer is not that simple on the death of ColdFusion Studio. 1) You cannot buy ColdFusion Studio or its successor, Homesite+, for any price separate from Dreamweaver. 2) There has not been a new feature release of CFS/HS+ for 3 years. 3) There has been no marketing for the product

Love will turn you around

2003-06-26 Thread Peter Tilbrook
Thought that would get your attention - Kenny Rogers!!! I'm in Canberra(ish) Sydney/Canberra/Melbourne time zone. GST+10 basically. Our host provider is located in the good 'ole US of A. My question is, programatically, how can I not keep losing at least 24 hours when adding/updating content to

encrypting cfc's

2003-06-26 Thread dwayne
What's the word on encrypting cfc's. Is it possible and are there any particular performance issues. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: Love will turn you around

2003-06-26 Thread Jochem van Dieten
Peter Tilbrook wrote: I'm in Canberra(ish) Sydney/Canberra/Melbourne time zone. GST+10 basically. Our host provider is located in the good 'ole US of A. My question is, programatically, how can I not keep losing at least 24 hours when adding/updating content to a database (hosted in US)

SOT: One Way Data pass from Flash to CF

2003-06-26 Thread Mark Leder
Hi All, I'm having a lot of trouble getting this to work. I have a Flash MX form with four fields and want to pass it out of Flash to CF (opening a new CF page) for futher processing. (BTW: This will be posted at an ISP in a shared environment. I tested to see if remoting works at the ISP, which

Locking Vars

2003-06-26 Thread Shahzad.Butt
Hi, I am running a query and setting my application, request and client vars in the loop like that CFOutput Query=GetVars CFParam name=#VariableName# Default= #VariableValue# /cfQuery I am not using session varaibles at all but only CLIENT, REQUEST, APPLICATION. Which type of LOCK and

Re: Love will turn you around

2003-06-26 Thread Doug White
What time are you trying to enforce? For instance you can store date-time in your database in GMT and convert that to GMT+10 when displaying records. In the alternative, you can convert on the fly the server datestamp to your local time. If you are trying to display the time on your page via

Calendar App

2003-06-26 Thread Cutter (CF-Talk)
I'm looking for a good CF Calendar App (freeware). Or just a solid DB design at the very least. Any suggestions? Cutter ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Calendar App

2003-06-26 Thread John Stanley
I use cfpopdatetime that is available from the macromedia exchange. it works well. -Original Message- From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 8:43 AM To: CF-Talk Subject: Calendar App I'm looking for a good CF Calendar App (freeware). Or just a

RE: Calendar App

2003-06-26 Thread Adrian Lynch
http://www.adrianlynch.co.uk/coldfusion/customtags/index.cfm?tag=calendar Nowt fancy. Feel free to play about with it. Ade -Original Message- From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] Sent: 26 June 2003 13:43 To: CF-Talk Subject: Calendar App I'm looking for a good CF Calendar

Re: One Way Data pass from Flash to CF

2003-06-26 Thread Clint
Here is what I do: function subscribe(){ var send2cf = new Object(); send2cf.firstname = firstName_txt.text; send2cf.lastname = lastName_txt.text; send2cf.emailAddr = emailAddr_txt.text; send2cf.verifyEmail = verifyEmail_txt.text; subscribeService.dataerrors(send2cf); }

RE: Calendar App

2003-06-26 Thread Bosky, Dave
I did a simple calendar app a few years ago, I could make it a lot better now but it works fine. http://www.myrtlebeachconventioncenter.com/eventcalendar/eventcalendar.cfm ~Dave -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 8:54 AM To:

Re: WAY OT - Setting Mail Server to block relaying

2003-06-26 Thread Rafael Alan Bleiweiss
Jochem is right. There's no excuse for my failure to take the time to deal with this sooner. Life brings us lessons all the time - it's up to us to determine whether we choose to have those lessons come with less pain or more. At 04:15 AM 6/26/03, you wrote: Michael Tangorre wrote: Wow

RE: Calendar App

2003-06-26 Thread webguy
As for a solid design, it depends on the complexity of the requirements. Do you need to handle complex recurring events or what ? WG -Original Message- From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] Sent: 26 June 2003 13:43 To: CF-Talk Subject: Calendar App I'm looking for a good CF

RE: Homesite + question

2003-06-26 Thread Peter Tilbrook
To be brutal here are the facts from a Studio 3 veteran. Apologies to Allaire/Bradsoft/Macromedia. Here goes... As a product called ColdFusion Studio xxx MM will not be releasing a successor to the last incarnation of the product (CFStudio 5). In the interim MM have developed the comely

RE: Calendar App

2003-06-26 Thread Larry Juncker
Very nice Dave, Do you have this code available for use? If so you can email me info offline at [EMAIL PROTECTED] Thanks in advance Larry Juncker Senior Cold fusion Developer Heartland Communications Group, Inc. [EMAIL PROTECTED] (515) 574-2122 CONFIDENTIALITY NOTICE The information contained

RE: Calendar App

2003-06-26 Thread Eric Creese
Yes, I like it to. If you are producing this code. Can I get it too? [EMAIL PROTECTED] -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 8:17 AM To: CF-Talk Subject: RE: Calendar App Very nice Dave, Do you have this code available for use?

RE: One Way Data pass from Flash to CF

2003-06-26 Thread Mark Leder
Clint, great idea on creating the object! I'm still having trouble getting the Flash form to fire when I click the subscribe button. Here's the Subscribe button AS: == on (keyPress Enter, release) { subscribeButton_Clicked } == Here's the reworked code:

Re: Homesite + question

2003-06-26 Thread Calvin Ward
Peter, FYI, Microsoft doesn't support software after a certain number of years. All of my numbered statements below were specifically about ColdFusion Studio/Homesite+, not about Studio MX. - Original Message - From: Peter Tilbrook [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent:

Re: One Way Data pass from Flash to CF

2003-06-26 Thread Clint
What are you using for your button? Clint - Original Message - From: Mark Leder [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 8:31 AM Subject: RE: One Way Data pass from Flash to CF Clint, great idea on creating the object! I'm still having trouble

RE: One Way Data pass from Flash to CF

2003-06-26 Thread Mark Leder
An instance of a button I created, set to track as button. The instance name is subscribeButton Thanks, Mark -Original Message- From: Clint [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 9:48 AM To: CF-Talk Subject: Re: One Way Data pass from Flash to CF What are you using

Carriage returns

2003-06-26 Thread Eric Creese
Does anyone have handy the replacement code for carriage returns to be replaced with a br? I can not remember the syntax? Eric Creese Database Administrator [EMAIL PROTECTED] http://www.eaa.org http://www.airventure. 920.426.6130

Re: One Way Data pass from Flash to CF

2003-06-26 Thread Clint
try this: subscribeButton.onRelease = function(){ subscribeButton_Clicked(); } - Original Message - From: Mark Leder [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 8:56 AM Subject: RE: One Way Data pass from Flash to CF An instance of a button I

SQL - String or binary data would be truncated.

2003-06-26 Thread Dan O'Keefe
Any one ever see this error in the browser, then copy and past the same query in ISQLW and it works fine for an insert. Does not make sense and I am baffled. I have checked the field types and lengths so many times now I remember them all. The only thing I can think of is one of the strings might

RE: SQL - String or binary data would be truncated.

2003-06-26 Thread Eric Creese
Not to sound dumb my Florida friend, did you check the maxlengths of your form fields? -Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 9:06 AM To: CF-Talk Subject: SQL - String or binary data would be truncated. Any one ever see this error in

Re: Case Sensitivity in Linux

2003-06-26 Thread Jamie Jackson
There was a discussion about this a month or two ago on here, which boiled down to basically lowercase everything on the filesystem. If you want to separate words, use_underscores, no camelCase, with the exception of Application.cfm and OnRequestEnd.cfm. Ack, underscores, I don't want no

Re: Carriage returns

2003-06-26 Thread Thomas Chiverton
On Thursday 26 Jun 2003 15:01 pm, Eric Creese wrote: Does anyone have handy the replacement code for carriage returns to be replaced with a br? I can not remember the syntax? http://livedocs.macromedia.com/cfmxdocs/CFML_Reference/functions-pt269.jsp#522 -- Thomas C Advanced ColdFusion

Re: SQL - String or binary data would be truncated.

2003-06-26 Thread Calvin Ward
Is a Mac IE browser giving the issue? - Calvin - Original Message - From: Dan O'Keefe [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 10:05 AM Subject: SQL - String or binary data would be truncated. Any one ever see this error in the browser, then copy

RE: Carriage returns

2003-06-26 Thread Eric Creese
This is what I got, but I need the carriage return value please REReplace(bd_desc,,br,ALL) -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 9:09 AM To: CF-Talk Subject: Re: Carriage returns On Thursday 26 Jun 2003 15:01 pm,

RE: Carriage returns

2003-06-26 Thread Bryan F. Hogan
I've always used Replace('bd_desc',chr(10)chr(13),'p/','ALL') and Replace('bd_desc',chr(13),'br/','ALL') -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 10:30 AM To: CF-Talk Subject: RE: Carriage returns This is what I got, but I need the

RE: Carriage returns

2003-06-26 Thread Adrian Lynch
Chr(10) and Chr(13) Although these are carriage return and line feed, can't remember which one is which I think you may nee the two together for Windows. Have a play about and see what you come up with. cfset crlf = Chr(10) Chr(13) REReplace(bd_desc,#crlf#,br,ALL) Ade -Original

RE: SQL - String or binary data would be truncated.

2003-06-26 Thread Dan O'Keefe
Yes, I compared the lengths. This is queried from one table and then inserted into another. The table it is coming from originated from a text file that CF inserted. I found one issue so far that a certain field had a single quote in it, so I am escaping those now on the text to SQL import. Dan

RE: SQL - String or binary data would be truncated.

2003-06-26 Thread Dan O'Keefe
No, IE. I don't think it is the browser, but MSSQL itself. I have never seen before where a CF submitted query not work consistently with the query submitted via ISQLW. Dan === Previous Message Below === -Original Message- From: Calvin Ward [mailto:[EMAIL

RE: Carriage returns

2003-06-26 Thread Mike Townend
I tend to use Replace(sfoo, Chr(10), br, ALL) HTH -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 15:30 To: CF-Talk Subject: RE: Carriage returns This is what I got, but I need the carriage return value please

RE: SQL - String or binary data would be truncated.

2003-06-26 Thread Mike Townend
Are you using CFQUERYPARAM? Ive seen instances where the MAXLENGTH attribute is different to the DB's and then gives this error regardless to the length of the string being passed into the tag/db HTH -Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: Thursday, June

Re: CFMX on Mac OSX? In production?

2003-06-26 Thread Sean A Corfield
On Thursday, Jun 26, 2003, at 04:58 US/Pacific, Jeff Battershall wrote: Sean (Corfield), I know you've played around with CFMX on OSX. More than played around... several of my team use Mac laptops as their primary development environment running Apache, CFMX / J2EE, JRun, Oracle 9i. We then

RE: Carriage returns

2003-06-26 Thread Eric Creese
Ok I am getting lost here now. here is my code, what am I doing wrong? cfset bad_desc_txt = Replace(#bd_desc#,chr(10)chr(13),br,ALL) -Original Message- From: Mike Townend [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 9:39 AM To: CF-Talk

RE: One Way Data pass from Flash to CF

2003-06-26 Thread Mark Leder
I think I can get it to work on my local machine (at least when testing the movie I get a popup window when the subscribe button is clicked stating NetServices info 2: dataerrors_Status was received from server: Service threw an exception during method invocation: null However, nothing happens

RE: Carriage returns

2003-06-26 Thread Everett, Al
Well, first, you shouldn't have the and the # Second, I believe that Windows CRLF is CHR(13)CHR(10) so you should change the order. cfset bad_desc_txt = Replace(bd_desc,chr(13)chr(10),br,ALL) What I tend to do since Mac and Unix are different than Windows is to do a couple of more steps

Re: Homesite + question

2003-06-26 Thread Sean A Corfield
On Thursday, Jun 26, 2003, at 05:59 US/Pacific, Peter Tilbrook wrote: You cannot buy HomeSite+ off the shelf at this stage. I guess MM want you to buy Dreamweaver MX (then it comes FREE, sort of, on the CD). CF Studio used to cost $499 US. DWMX costs $399 US. So it is now cheaper to buy

RE: Carriage returns

2003-06-26 Thread Pascal Peters
I think for Windows it is Replace(bd_desc,chr(13)chr(10),br,ALL) Notice there are no quotes around the crlf. Also, using #var# as you do is a bit of overkill. I think there is an article on HOF about using #-signs. Pascal Peters Certified ColdFusion MX Advanced Developer Macromedia Certified

Re: One Way Data pass from Flash to CF

2003-06-26 Thread Clint
You only need the port if CFMX is running on that port. Also, you will not be able to see those vars in a CFM page unless you set them in a scope like session or what not through the cfc and then reference the session vars in the cfm page. You can send me your FLA/cfc and I will help you out if

RE: Carriage returns

2003-06-26 Thread Everett, Al
Oops! Had an error in my suggested code. cfset bad_desc_txt = Replace(bd_desc,chr(13)chr(10),br,ALL) -Original Message- From: Everett, Al [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 10:50 AM To: CF-Talk Subject: RE: Carriage returns Well, first, you shouldn't have

RE: Carriage returns - Solved

2003-06-26 Thread Eric Creese
Thanks -Original Message- From: Everett, Al [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 9:55 AM To: CF-Talk Subject: RE: Carriage returns Oops! Had an error in my suggested code. cfset bad_desc_txt = Replace(bd_desc,chr(13)chr(10),br,ALL) -Original Message- From:

RE: Installing CFMX

2003-06-26 Thread Ryan Kime
Doug, Well, it looks like in the output that the IIS Admin service isn't running. Have them make sure that is running and try again. Why didn't they just select IIS as the server when they installed CFMX? I also wonder if it has something to do with updater 3 being installed on the standalone

Re: Homesite + question

2003-06-26 Thread Calvin Ward
Hey Sean, Does your team use DWMX? I noticed you mentioned it a few times in your coding guidelines. If so, did anyone develop anything cool to emulate Homesite productivity? - Calvin - Original Message - From: Sean A Corfield [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent:

RE: Carriage returns

2003-06-26 Thread Scott Brady
-- Original Message -- From: Eric Creese [EMAIL PROTECTED] here is my code, what am I doing wrong? cfset bad_desc_txt = Replace(#bd_desc#,chr(10)chr(13),br,ALL) I believe you should leave out the quotes around chr(10)chr(13) Scott

Re: Installing CFMX

2003-06-26 Thread Doug White
You are correct.. The step by step instructions were sent to Edward by Stephen Dupre of Macromedia within an hour and a half of posing the problem. Once those services were enabled, the install went without a hitch, and then afterwards, the IIS admin could be again disabled. The procedure is

CFC performance difficulties

2003-06-26 Thread Pacella, Michael
Has anyone experienced slow downs when passing around several CFCs as objects ? Here's the problem we have run in to: To encapsulate information about all of the Campuses in our database, a CFC was created to act sort of like a Java object representing campus (complete with properties such as

Re: Homesite + question

2003-06-26 Thread Sean A Corfield
On Thursday, Jun 26, 2003, at 08:05 US/Pacific, Calvin Ward wrote: Does your team use DWMX? I noticed you mentioned it a few times in your coding guidelines. Yes, for the most part my team uses DWMX. I think there's a couple of diehard CF Studio fans (although one just switched to a Mac so I

low battery-page timeout doesn't work

2003-06-26 Thread Janine Jakim
On my pages I use timeout in 15 minutes if no activity Well on an IMac the battery died. The user decided to stop workingthe next day the IMac was plugged in and presto there was the page. Is there anyway around this?? Thanks, J

RE: Locking Vars

2003-06-26 Thread Jim Davis
Out of the scopes you mentioned you only need to lock Application - and this really only on CF 5.0 or below. You might do something like: CFOutput Query=GetVars cfif find(VariableName, Application.) cflock scope=application type=Exclusive Timeout=2 CFParam

Re: CFC performance difficulties

2003-06-26 Thread Sean A Corfield
On Thursday, Jun 26, 2003, at 08:36 US/Pacific, Pacella, Michael wrote: Another CFC was created to access the database, performing functionality such as search. Search would query the DB, and then step thru the results, creating Campus CFC objects for EACH campus returned. The end result

Re: Calendar App

2003-06-26 Thread William Bowen
oo..oo.. me too! me too! please!! Thanks will [EMAIL PROTECTED] - Original Message - From: Larry Juncker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 6:16 AM Subject: RE: Calendar App Very nice Dave, Do you have this code available for use? If so

Re: Case Sensitivity in Linux

2003-06-26 Thread Christian Cantrell
On Wednesday, June 25, 2003, at 05:02 PM, Barney Boisvert wrote: There was a discussion about this a month or two ago on here, which boiled down to basically lowercase everything on the filesystem. If you want to separate words, use_underscores This is/was considered to be a

RE: Homesite + question

2003-06-26 Thread Charlie Arehart
Sure. /charlie -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 11:32 PM To: CF-Talk Subject: Re: Homesite + question Missed that one, sorry. Very complete answer and with your permission I'd like to reprint it in full in the

RE: Calendar App

2003-06-26 Thread Andy Ousterhout
Me three! -Original Message- From: William Bowen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 11:27 AM To: CF-Talk Subject: Re: Calendar App oo..oo.. me too! me too! please!! Thanks will [EMAIL PROTECTED] - Original Message - From: Larry Juncker [EMAIL PROTECTED]

sql-ot:alter table

2003-06-26 Thread Tony Weeg
hey, sorry, but ALTER TABLE Reports ADD COLUMN routeId INT NULL what is that giving me this error... I just want to add a column to an existing table...called reports, making the new column an INT and have it nullable. thanksi have used this same snippet before just different

Re: Need Help with HTML code in Strings re:HTMLArea

2003-06-26 Thread William Bowen
Have you looked into third party tools like soEditor? www.siteobjects.com They've got a free (light version) tag that is extremely easy to configure and works very well right out of the box. Great support, too. I know it doesn't exactly answer the question, but may help you to not have to

RE: sql-ot:alter table

2003-06-26 Thread Tony Weeg
never mind...got it!!! thanks. ALTER TABLE reports ADD routeId BIGINT NULL it was the explicit word column that I had wrong :) thanks! tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337 -Original Message-

Re: Homesite + question

2003-06-26 Thread Calvin Ward
Sean, Ahh, you and I are in the same shoes then on loving DW, I've been using DW since 1, and for CF dev since MX. I guess I was mostly curious about some of the gaps between CF Studio and MX, such as Snippet Shortcuts, divided file/folder browsing, filepath in the title bar and so forth. I

RE: Calendar App

2003-06-26 Thread Che Vilnonis
oh what the heck...me four, por favor... chevyATasitv.com -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 12:34 PM To: CF-Talk Subject: RE: Calendar App Me three! -Original Message- From: William Bowen [mailto:[EMAIL PROTECTED]

Decision operators as variables

2003-06-26 Thread jmauney
Hello, I'm probably missing something simple, but how can I make this cfif statement work using only variables? cfif NOT Evaluate(arguments.FormVars.#this.aFieldsCart[i].RequiredFieldName#) this.aFieldsCart[i].FieldComparisonValue this.aFieldsCart[i].FieldComparisonValue Where

Re: Calendar App

2003-06-26 Thread korso
I'd like it as well... - Original Message - From: Andy Ousterhout [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 12:34 PM Subject: RE: Calendar App Me three! -Original Message- From: William Bowen [mailto:[EMAIL PROTECTED] Sent: Thursday, June

OT: Hardware Disable Right-Click

2003-06-26 Thread Matthew Small
Sorry for the OT, but I was wondering if it's possible to hardware disable right-click on the mouse. I'm about to set up some kiosks with a mouse and I don't want them to be able to right-click. I know how to do this in javascript, I just think there's got to be an easier way that to put that

java.lang.IndexOutOfBoundsException

2003-06-26 Thread jmauney
Has anyone ever seen this before? It's not consistent, if I reload the page it usually works. java.lang.IndexOutOfBoundsException - in C:\Inetpub\wwwroot\cms\wwwroot\form\form.cfm : line 2 Index: 637, Size: 546 Thanks, Jonathan

Re: Calendar App

2003-06-26 Thread Jason Miller
Definately interested.. I jsut started researching one! Thanks! jay [EMAIL PROTECTED] wrote: I'd like it as well... - Original Message - From: Andy Ousterhout [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 12:34 PM Subject: RE: Calendar App Me

RE: Hardware Disable Right-Click

2003-06-26 Thread DURETTE, STEVEN J (AIT)
How about take apart the mouse and break the switch under the right button? -Original Message- From: Matthew Small [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 1:18 PM To: CF-Talk Subject: OT: Hardware Disable Right-Click Sorry for the OT, but I was wondering if it's

RE: Hardware Disable Right-Click

2003-06-26 Thread Nagy, Daniel J
deploy on macintosh hardware. -Original Message- From: Matthew Small [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 1:17 PM To: CF-Talk Subject: OT: Hardware Disable Right-Click Sorry for the OT, but I was wondering if it's possible to hardware disable right-click on the mouse.

Re: Homesite + question

2003-06-26 Thread Patricia G . L . Hall
I've used both cfstudio and dw for a long time... I even dared to use ultradev. Especially since when I'm at home I dev on a Mac I was oh-so-happy to have the new dwmx and be able to finally do real mac-cf dev. Yet... I like the coder IDE so much better than the designer version, and I

Re: Locking Vars

2003-06-26 Thread S . Isaac Dealey
Hi, I am running a query and setting my application, request and client vars in the loop like that CFOutput Query=GetVars CFParam name=#VariableName# Default= #VariableValue# /cfQuery I am not using session varaibles at all but only CLIENT, REQUEST, APPLICATION. Which type of

RE: Calendar App

2003-06-26 Thread Boardwine, David L.
Me too! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 1:14 PM To: CF-Talk Subject: Re: Calendar App I'd like it as well... - Original Message - From: Andy Ousterhout [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent:

What calendar features do people want WAS - Calendar App

2003-06-26 Thread CF Dude
I've got a calendar question. What sort of functionality do most people want in a web based calendar app? Whenever somebody brings up calendars that they've built, there is always at least a handful of people who want the code. I've built several calendar apps in different languages, but I'm

Re: OT: Hardware Disable Right-Click

2003-06-26 Thread jon hall
I like Steven's idea :) The Logitech mice (maybe ms) have that util that lets you configure what exactly each button does...you could remap the right click to left click... -- jon mailto:[EMAIL PROTECTED] Thursday, June 26, 2003, 1:18:13 PM, you wrote: MS Sorry for the OT, but I was wondering

Re: Calendar App

2003-06-26 Thread Thane Sherrington
At 01:22 PM 6/26/03 -0400, Jason Miller wrote: Definately interested.. I jsut started researching one! I wouldn't mind getting a copy either. T Tired of your bookmarks/favourites being limited to one computer? Move them to the Net! www.stuffbythane.com/webfavourites makes it easy to keep all

Re: Hardware Disable Right-Click

2003-06-26 Thread William Bowen
custom built trackball with left button only capability? touch screen interface, no mouse required, since it is a kiosk. will - Original Message - From: DURETTE, STEVEN J (AIT) [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 10:18 AM Subject: RE: Hardware

Re: java.lang.IndexOutOfBoundsException

2003-06-26 Thread Sean A Corfield
Yes, this was an occasional error caused by CFMX getting its class cache out of sync with what's on disk. Sometimes caused by hitting a modified page through a browser 'just after' uploading it. I believe it was fixed in one of the Updaters - are you running Updater 3 yet? Sean A Corfield --

Re: What calendar features do people want WAS - Calendar App

2003-06-26 Thread Christian Cantrell
On Thursday, June 26, 2003, at 01:25 PM, CF Dude wrote: What sort of functionality do most people want in a web based calendar app? You have to be able to associate arbitrary notes with an event. Why you can't do this on Palm Desktop (easily) is completely beyond me. It's imperative.

RE: java.lang.IndexOutOfBoundsException

2003-06-26 Thread jmauney
Yes... I'm on Updater 3... I probably ought to note that this is my development machine, not a production server... Win XP Pro, IIS, MS SQL Server 2000 Development Version... Plus Office and Studio MX. It's a hefty machine, but I'm making it do a lot. Thanks, Jonathan -Original Message-

CFSCRIPT

2003-06-26 Thread Gabriel Robichaud
Hey folks. questions regarding scripting. I want to see YY as 0 not 0.25 and i want to use the modulus operator (or modulo, dont know what to call it in english) so i can get the remainder. I dont know what the operator is for cfscript. obvious answer is % but that doesnt work. So how do i

Re: Calendar App

2003-06-26 Thread admin
Count me in too please - Original Message - From: Thane Sherrington [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 10:26 AM Subject: Re: Calendar App At 01:22 PM 6/26/03 -0400, Jason Miller wrote: Definately interested.. I jsut started researching one!

Re: CFSCRIPT

2003-06-26 Thread CF Dude
Have you tried using MOD instead of %? - Original Message - From: Gabriel Robichaud [EMAIL PROTECTED] and i want to use the modulus operator (or modulo, dont know what to call it in english) so i can get the remainder. I dont know what the operator is for cfscript. obvious answer is

RE: CFSCRIPT

2003-06-26 Thread Nagy, Daniel J
% = MOD Int() will return a float as a whole number. -Original Message- From: Gabriel Robichaud [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 1:56 PM To: CF-Talk Subject: CFSCRIPT Hey folks. questions regarding scripting. I want to see YY as 0 not 0.25 and i want to use

Re: CFSCRIPT

2003-06-26 Thread Gabriel Robichaud
perfect thanks!! Nagy, Daniel J wrote: % = MOD Int() will return a float as a whole number. -Original Message- From: Gabriel Robichaud [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 1:56 PM To: CF-Talk Subject: CFSCRIPT Hey folks. questions regarding

RE: Hardware Disable Right-Click

2003-06-26 Thread Matthew Small
That's a great idea. Thanks. Matthew Small IT Director Showstopper American Dance Championships [EMAIL PROTECTED] 843-357-1847 -Original Message- From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 1:18 PM To: CF-Talk Subject: RE: Hardware Disable

updating an excel file using the excel odbc driver

2003-06-26 Thread Mark A. Kruger - CFG
guru folks, I'm doing a little dynamic connection to an uploaded file and selecting data from it. This is working well. My select query is something like: Select * from UserFile$ ...where userFile is the name of the worksheet. This returns the query as expected with the top row containing the

  1   2   >