CFGRID with blinking column

2005-09-15 Thread Johnson
Hi, Is there anyway to make a Particular Row and Particular Column to blink using action scripts. i m using flashing remoting method to fill the grid . Thanks in advance. Johnson ~| Logware (www.logware.us): a new and

Re: Ajax and CFCs

2005-09-15 Thread Thomas Chiverton
On Wednesday 14 September 2005 17:50, Matthew Blatchley wrote: Very cool.. I've taken another look. It is, indeed, very very cool. (Briefly, seemless data binding of javascript to remote (java|.net) classes with Ajax). And it's free (apperently) for commercial use. :forwards widely. -- Tom

Jrun Update and cflocation

2005-09-15 Thread Markus Lindemann
We have just applied JRun 4 updater 6 to an MX 6.1 Enterprise server. We have 2 instances set up in a cluster serving 1 site in IIS6. We have made use of cflocation in the site to redirect users to a new page. After applying Updater 6, this redirect now fails - a blank page appears, but the

RE: Create Excel file

2005-09-15 Thread Robertson-Ravo, Neil (RX)
That is the fella yeah. -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: 14 September 2005 17:31 To: CF-Talk Subject: Re: Create Excel file Is this what you are referring to? http://jakarta.apache.org/poi/ On 9/14/05, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote:

RE: cf_twoselectsrelated

2005-09-15 Thread Andy McShane
I have sent you one off list, hope it is what you are looking for. -Original Message- From: Mike Klostermeyer [mailto:[EMAIL PROTECTED] Sent: 14 September 2005 20:43 To: CF-Talk Subject: cf_twoselectsrelated Does anyone have a version of cf_twoselectsrelated (or something similar) that

RE: cf_twoselectsrelated

2005-09-15 Thread Allan Cliff
Two and Three are here for anyone who needs them. http://www.cfugspain.org/index.cfm/fuseaction/coldfusion.customtags.cfm Allan -Original Message- From: Andy McShane [mailto:[EMAIL PROTECTED] Sent: 15 September 2005 11:20 To: CF-Talk Subject: RE: cf_twoselectsrelated I have sent you

Re: Your experience of Bluedragon.net?

2005-09-15 Thread Andy Mcshane
This is good stuff guy's, thanks. If I understand correctly Bluedragon can be configured on a per site basis so my next question is has anyone had Bluedragon Coldfusion running on the same server or have I completely got the wrong end of the stick?

RE: Create Excel file

2005-09-15 Thread Robertson-Ravo, Neil (RX)
Does CFREPORT use POI? -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 15 September 2005 01:39 To: CF-Talk Subject: Re: Create Excel file You can use CFREPORT to create formatted Excel files very easily, using query data but we don't

RE: Populating Radio Buttons in CFFORM?

2005-09-15 Thread Ian Vaughan
Hi Thanks for the help using your expert advice has solved the problem ! One other problem I was getting with the radio buttons was the following error if I do not select a radio button as it is not a required field Element ORIGIN is undefined in FORM. Any ideas on why I am getting this

Multiple selections on a Flash Form

2005-09-15 Thread MrG
Hi, I have just about got to grips with a Flash form, and now have a drop down list of names which then populates a field with the mobile number of the selected name. I am coming unstuck now when trying to select multiple names, and add each selected mobile to the text field. I currently have

Re: Jrun Update and cflocation

2005-09-15 Thread Thomas Chiverton
On Thursday 15 September 2005 09:46, Markus Lindemann wrote: Any ideas on this? It worked fine before this update but I cannot find I assume you have added a log statement to verify that the value of the url attribute is what you expect? -- Tom Chiverton Advanced ColdFusion Programmer

Re: Create Excel file

2005-09-15 Thread dcooper
No. Does CFREPORT use POI? -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 15 September 2005 01:39 To: CF-Talk Subject: Re: Create Excel file You can use CFREPORT to create formatted Excel files very easily, using query data but we don't

Re: Multiple selections on a Flash Form

2005-09-15 Thread Stephen Moretti
MrG wrote: Hi, I have just about got to grips with a Flash form, and now have a drop down list of names which then populates a field with the mobile number of the selected name. I am coming unstuck now when trying to select multiple names, and add each selected mobile to the text field. I

Re: Multiple selections on a Flash Form

2005-09-15 Thread paul gordon
MrG wrote: Did you see my reply yesterday? I did, but I'm sure there must be an easier way of doing things just using the parameters within the Flash form surely? ~| Logware (www.logware.us): a new and convenient web-based

Re: Formatting text in IM Gateway

2005-09-15 Thread Scott Stroz
Thanx Damon...I tried that already. The message gest passed to CF as plain text. On 9/14/05, dcooper @ macromedia. com dcooper @ macromedia. com [EMAIL PROTECTED] wrote: You might try sending one to your bot with formatted text and see what it comes across as pretty easily. It might be

Re: Formatting text in IM Gateway

2005-09-15 Thread Ryan Guill
in the jabber bots (at least google talk) you surround text with a * for bold and a _ for italics. *this is bold* _this is italics_ Thats the only two I know, but may give you enough info to google it more. On 9/14/05, dcooper @ macromedia. com dcooper @ macromedia. com [EMAIL PROTECTED] wrote:

RE: Another radio button problem

2005-09-15 Thread Bobby Hartsfield
You have an ID field for every single record. So yes, it's hitting them all in your action query when you loop over that field. Give your delete_noticeboard field a value of the NoticeBoardID inside your loop. On your form, change input name=delete_noticeboard type=checkbox value=Yes To

Re: Forms: Populating a text field from a drop down menu

2005-09-15 Thread paul gordon
paul gordon wrote: paul gordon wrote: I haven't done that, just tried the Flash form. Hooray! I've actually got the field to display the number of the person selected. Is there a way of preserving the number and adding further numbers to the same field? Hi

Re: Multiple selections on a Flash Form

2005-09-15 Thread Stephen Moretti
paul gordon wrote: MrG wrote: Did you see my reply yesterday? I did, but I'm sure there must be an easier way of doing things just using the parameters within the Flash form surely? I'm afraid not. You have to programmatically populate your text box with the mobile numbers. There are

Re: Forms: Populating a text field from a drop down menu

2005-09-15 Thread Stephen Moretti
paul gordon wrote: I'm trying to implement your way of doing things, but can only get so far. What would the _root.phonelist refer to in my code? It is still only adding one mobile number, and I think this would be the reason - sorry if I sound dumb! Don't worry about it... I spent 3

Re: CFC caching?

2005-09-15 Thread George Abraham
Umm, anybody? George On 9/14/05, George Abraham [EMAIL PROTECTED] wrote: All, I am relatively new to CFCs, so pardon the (perhaps) stupid question. I have a CFC like so: cfcomponent cffunction name=auditThis cfargument name=AccountID required=Yes cfargument name=TargetID required=Yes

Re: Forms: Populating a text field from a drop down menu

2005-09-15 Thread paul gordon
Stephen, thanks for your time and patience with me, this now works! ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client

Re: Your experience of Bluedragon.net?

2005-09-15 Thread Tony
i guess you didnt get the invite :) to the ceremony That's kind of silly. Macromedia is a software company; I don't recall seeing a blood oath in the EULA. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ -- tony Tony Weeg tonyweeg [at] gmail [dot] com

Re: Can CF do this?

2005-09-15 Thread Rick Root
Claude Schneegans wrote: Most printers prefer 300dpi images for maximum quality... Printers don't give a dam about DPIs... Image do not have DPIs*, they just have pixels, the more pixels there are, the better the image looks on the printer, period. Not to nitpick, but having a degree in

RE: Create Excel file

2005-09-15 Thread Robertson-Ravo, Neil (RX)
Didn't think so, but POI is available in CF7 yeah? So you could do multiple tabbed sheets in CF7 easily via that. -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 15 September 2005 11:59 To: CF-Talk Subject: Re: Create Excel file No. Does

Re: Studio 8 available for download

2005-09-15 Thread Tony
thanks dave. i got it, did another dl of the files, with IE not FF (like i had tried before) and it was all good. nearly 99% sure that the browser type shouldnt matter, but whatever, its all good however, i think my copy of studio will be here shortly anyway... me On 9/14/05, Dave Watts

Re: CFC caching?

2005-09-15 Thread S . Isaac Dealey
What database? And how did you rename the procedure? I would say make sure you recreate the CFC object if it's stored in a shared scope (like say the application scope) but since the spelling was changed in the db and not in the CFC that shouldn't be relevant. Other than that, I'd say try

Re: Can CF do this?

2005-09-15 Thread Claude Schneegans
If you send a 72 DPI photoshop document to the printer, it's gonna look like crap. If you send the image directly to the printer, it will take care of the DPI embeded in the image, personally I never send images direcly to the printer, I always use some soft to lay the image the way I want in

Re: CFCHART X-Axis Labelling...

2005-09-15 Thread Tom McNeer
Dan, However, what makes it difficult is how the tag syntax doesn't really match up at all w/the actual WebChart3D syntax. This is what makes it such a pain to map functionality from the WebCharts3D XML syntax to what CF is actually doing. Agreed. I'm not sure what someone was thinking

OT: JS and Checkbox Select

2005-09-15 Thread Jillian Koskie
Hey guys, I'm having a hard time making this work... it's probably my brain this morning. I have a form with a series of checkboxes for a search. One is 'all documents' and the rest identify certain containers. I need some JavaScript that will deselect 'All Documents' if somebody selects

Re: CFC caching?

2005-09-15 Thread George Abraham
Isaac, SQL Server 2K. I renamed the stored procedure name in the cffunction, not in the db. It is in the application scope, but how does one recreate it - simply set it to null? I did have to restart the CF server service to get rid of this finally. I guess I am really curious why there is no

RE: JS and Checkbox Select

2005-09-15 Thread Tim Laureska
SCRIPT LANGUAGE=JavaScript !-- Begin function checkAll() { var el = document.forms[0].elements; for(var i = 0 ; i el.length ; ++i) { if(el[i].type == checkbox) { el[i].checked = true; } } } function unCheckAll() { var i=0; for( i=0 ; idocument.forms[0].elements.length; i++) {

Re: CFC caching?

2005-09-15 Thread Kevin Roche
George, I have a short piece of code at the start of my application that does two things. 1/ Checks for a url variable and if present sets all the cacheds CFCs to a space. 2/ Checks each cached CFC to see that it is defined and not a space. If so it reinitialises it and puts it in the

dynamically generated INSERT problem

2005-09-15 Thread Daniel Kessler
I am using Oracle and I have an insert where the first few columns are defined and then the last 9 columns are pulled in through a text delimited file. I am receiving the error: [Oracle]ORA-00984: column not allowed here INSERT INTO grants_contracts ( g_c_id,date_added,status,

Re: CFC caching?

2005-09-15 Thread S . Isaac Dealey
Isaac, SQL Server 2K. I renamed the stored procedure name in the cffunction, not in the db. It is in the application scope, but how does one recreate it - simply set it to null? I did have to restart the CF server service to get rid of this finally. Yeah, that would do it too... When you

RE: dynamically generated INSERT problem

2005-09-15 Thread Dave Francis
Don't know Oracle, but in MSSQL, literals use single quote ie. 'current'. current would be a column name. -Original Message- From: Daniel Kessler [mailto:[EMAIL PROTECTED] Sent: Thursday, September 15, 2005 10:44 AM To: CF-Talk Subject: dynamically generated INSERT problem I am using

Re: dynamically generated INSERT problem

2005-09-15 Thread Aaron Rouse
It is the current the double quotes specifically. Offhand I do not see where in your code it gets put in that way. My guess would be that it is a variable in need of preserve single quotes function but I did not notice the need in a very quick look over your code. On 9/15/05, Daniel Kessler

RE: Populating Radio Buttons in CFFORM? - Fixed

2005-09-15 Thread Ian Vaughan
Solved the problem using CFIF isdefined statements Thanks for your help ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Re: dynamically generated INSERT problem

2005-09-15 Thread daniel kessler
I'll clean that up, thanks. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free

Re: dynamically generated INSERT problem

2005-09-15 Thread daniel kessler
ok, it doesn't seem to be the code, probably, but more likely the data. sorry for not checking that before posting. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application

Re: dynamically generated INSERT problem

2005-09-15 Thread Aaron Rouse
One thing you can do when debugging things like this is copy the SQL generated and shown in your CFM debugging information and then run it in whatever SQL client you use. You would need to replace the params with their actual values though since they would throw an error as is. In this instance

Re: dynamically generated INSERT problem

2005-09-15 Thread Deanna Schneider
Simple error (so I didn't even read the code that generates this - there may be others) - You're using double quotes for current. You need to use single quotes. On 9/15/05, Daniel Kessler [EMAIL PROTECTED] wrote: I am using Oracle and I have an insert where the first few columns are defined

Re: Configuration problem - CFMX7

2005-09-15 Thread Tom McNeer
On 9/14/05, Jacob [EMAIL PROTECTED] wrote: Go to C:\CfusionMX7\bin\connectors Try Upgrade IIS connectors .bat file. Thanks. I've done that. But it didn't help. And it doesn't appear to be the issue, anyway. As I said, I can access the CF Admin well enough, so the connector appears to be

Re: CFC caching?

2005-09-15 Thread George Abraham
Isaac, rather than in the CFC... Once I know the name change occurred in the CFC, then shared-scopes is the first thing that comes to mind for me. Ahh, good, finally a phrase I can search on! :-) I'd have to know more about the specifics of your application to give a really useful opinion

Re: dynamically generated INSERT problem

2005-09-15 Thread daniel kessler
The error ended up being that I'm searching for a person, to get there ID and make a relationship. In some cases that I can't fathom, it's not finding a particular person. In that case, I hadn't put in a default entry so it was coming up a column short. ok, checked further and she had an

Re: jrRecv failed errors under SSL

2005-09-15 Thread Larry Lyons
Again, just bumping up the topic. thx, larry We're getting a lot of errors with pages not showing up in the browser when running a CF app under SSL, on a solaris box, with apache 2.x, CFMX 6.1 Enterprise running on top of Jrun4 with updater 2. Here's a typical log file entry for this

Re: dynamically generated INSERT problem

2005-09-15 Thread daniel kessler
Can I do a trim in oracle? I have: WHERE UPPER(fname) = UPPER(Trim('#fname#')) AND UPPER(lname) = UPPER(Trim('#lname#')) ~| Find out how CFTicket can increase your company's customer support efficiency by 100%

Re: Jrun Update and cflocation

2005-09-15 Thread Markus Lindemann
Yup, the value is correct. The browser's address bar shows the correct URL but displays just a blanks page. Doing a meta refresh does the trick, but we've got the cflocation tags in a lot of places and would prefer to keep this method in place.

RE: Configuration problem - CFMX7

2005-09-15 Thread Jim Davis
-Original Message- From: Tom McNeer [mailto:[EMAIL PROTECTED] Sent: Thursday, September 15, 2005 11:18 AM To: CF-Talk Subject: Re: Configuration problem - CFMX7 On 9/14/05, Jacob [EMAIL PROTECTED] wrote: Go to C:\CfusionMX7\bin\connectors Try Upgrade IIS connectors .bat

CF5 and Application scoped queries

2005-09-15 Thread jonese
We've got a scoped query called application.q_getcountries on a CF5 box. Today it started throwing the following error: Cannot process query Cannot register the query named application.q_getcountries with ColdFusion. There are two likely causes of this problem: - You are using a CFQUERY

Re: form validation utilizing database field types/sizes/etc

2005-09-15 Thread Mike Soultanian
Do you look at the db type and then query it accordingly? Actually not, this is the beauty of ODBC: it is (well almost) DB independant. The only things that are DB dependent are a couple of things (flaws) not supported by some ODBC drivers. This is what I was curious about. I am

Re: CFC caching?

2005-09-15 Thread S . Isaac Dealey
rather than in the CFC... Once I know the name change occurred in the CFC, then shared-scopes is the first thing that comes to mind for me. Ahh, good, finally a phrase I can search on! :-) Though I think there's usually not a hyphen in it. :) And it's still somewhat ambiguous, but if you

Re: dynamically generated INSERT problem

2005-09-15 Thread Deanna Schneider
Last time I RTFM, it depended on the version you were using. 8i supports ltrim and rtrim, 10g supports trim, but with a different syntax. I'm not sure about 9i, as we skipped it. Let me suggest an execellent reference manual: Oracle [your version here]: The Completed Reference from Oracle

Re: OT: JS and Checkbox Select

2005-09-15 Thread Larry Lyons
Hey guys, I'm having a hard time making this work... it's probably my brain this morning. I have a form with a series of checkboxes for a search. One is 'all documents' and the rest identify certain containers. I need some JavaScript that will deselect 'All Documents' if somebody selects

Re: dynamically generated INSERT problem

2005-09-15 Thread Aaron Rouse
9i has a Trim() function, could always just use CF functions when in doubt for an example like what was given. On 9/15/05, Deanna Schneider [EMAIL PROTECTED] wrote: Last time I RTFM, it depended on the version you were using. 8i supports ltrim and rtrim, 10g supports trim, but with a

Re: form validation utilizing database field types/sizes/etc

2005-09-15 Thread Claude Schneegans
I am trying to pull the metadata out of the database but it seems that Oracle and SQL don't support the same methods for querying that metadata. Sure. All this is non SQL standard, so every one is doing it HIS way, some are not even doing it. The advantage of doing it through ODBC like

Re: form validation utilizing database field types/sizes/etc

2005-09-15 Thread S . Isaac Dealey
Do you look at the db type and then query it accordingly? Actually not, this is the beauty of ODBC: it is (well almost) DB independant. The only things that are DB dependent are a couple of things (flaws) not supported by some ODBC drivers. This is what I was curious about. I am

Re: Your experience of Bluedragon.net?

2005-09-15 Thread Matt Robertson
On 9/15/05, Andy Mcshane [EMAIL PROTECTED] wrote: This is good stuff guy's, thanks. If I understand correctly Bluedragon can be configured on a per site basis so my next question is has anyone had Bluedragon Coldfusion running on the same server or have I completely got the wrong end of

Re: form validation utilizing database field types/sizes/etc

2005-09-15 Thread Mike Soultanian
Yeah, I read through it once already, but I'm not a big on java (just because I don't know it). But let me go read through it again. Mike S. Isaac Dealey wrote: Do you look at the db type and then query it accordingly? Actually not, this is the beauty of ODBC: it is (well almost) DB

Re: Configuration problem - CFMX7

2005-09-15 Thread Tom McNeer
Jim On 9/15/05, Jim Davis [EMAIL PROTECTED] wrote: Is the admin in the same virtual server as the site you're having problems with? Yep. That's part of the mystery. Same virtual server, same site. Only one on the machine, in fact. This was a clean, never-before-used machine. I can find

RE: Can CF do this?

2005-09-15 Thread Kevin Aebig
You're talking about a desktop printer and we're talking about using a Print House... companies that do professional printing. Business cards printed at home are ok, but they never look as good as professionally printed ones. Cheers, Kevin -Original Message- From: Claude Schneegans

Re: form validation utilizing database field types/sizes/etc

2005-09-15 Thread S . Isaac Dealey
No worries. I'm always around if you have questions about it. :) I just wasn't sure if you'd seen the last post -- I figured you might have missed it in your inbox if you're like me and have hundreds of messages and end up deleting a lot of them unread. Yeah, I read through it once already, but

Re: CF5 and Application scoped queries

2005-09-15 Thread Rick Root
Have you tried: cfquery name=q_getcountries .. ... /cfquery cfset application.q_getcountries = q_getcountries rick jonese wrote: We've got a scoped query called application.q_getcountries on a CF5 box. Today it started throwing the following error: Cannot process query Cannot register

Re: Can CF do this?

2005-09-15 Thread Rick Root
Kevin Aebig wrote: You're talking about a desktop printer and we're talking about using a Print House... companies that do professional printing. Yeah I should've known better than to use the word printer to refer to a print house. Oh well, we all make mistakes ;) Rick

RE: cfldap and multiple filters

2005-09-15 Thread Brandt, Chris M.
Thanks to both Michael Dawson and Michael Tangorre. I ended up using the following and it worked great. filter = ((sn=#form.name#*)(|(ou=*vet*)(ou=VM*))) Chris ___ Chris Brandt, DVM, MS Instructional Media Development Specialist http://vetpda.ucdavis.edu (530) 754-4452 -Original

Re: SCM deployment options (was Re: Source Code Control Setup)

2005-09-15 Thread John Paul Ashenfelter
On 9/15/05, Barney Boisvert [EMAIL PROTECTED] wrote: That's a surprise -- though it of course depends on what you're doing. I don't have many CF projects that don't have at least *some* java in them (usually the credit card API) so using Ant seems pretty natural. Credit cards? Ick. That

Re: Can CF do this?

2005-09-15 Thread Claude Schneegans
we're talking about using a Print House... companies that do professional printing. Then a fortiori: what counts is the number of pixels, they will print it at the resolution they need, depending on the printer they have, no matter what's in the image. This was my point. --

Re: SCM deployment options (was Re: Source Code Control Setup)

2005-09-15 Thread Barney Boisvert
Responses inline... On 9/15/05, John Paul Ashenfelter [EMAIL PROTECTED] wrote: On 9/15/05, Barney Boisvert [EMAIL PROTECTED] wrote: That's a surprise -- though it of course depends on what you're doing. I don't have many CF projects that don't have at least *some* java in them (usually

Re: CFC caching?

2005-09-15 Thread Jared Rypka-Hauer - CMG, LLC
Hey George... Trust me, you ain't the only one. ;) A CFC is executable CF so when you create an instance in a shared scope, that instance is created with the codebase in existance at the time it was instantiated. When you update the text in the code base, that does not update the contents of

RE: cfldap and multiple filters

2005-09-15 Thread Dawson, Michael
w00t! The Michaels do it again! M!chael -Original Message- From: Brandt, Chris M. [mailto:[EMAIL PROTECTED] Sent: Thursday, September 15, 2005 1:22 PM To: CF-Talk Subject: RE: cfldap and multiple filters Thanks to both Michael Dawson and Michael Tangorre. I ended up using the

Re: CF5 and Application scoped queries

2005-09-15 Thread jonese
Yep same error... jonese On 9/15/05, Rick Root [EMAIL PROTECTED] wrote: Have you tried: cfquery name=q_getcountries .. ... /cfquery cfset application.q_getcountries = q_getcountries rick jonese wrote: We've got a scoped query called application.q_getcountries on a CF5 box. Today

Dealing with empty fields in lists

2005-09-15 Thread Rick Root
In the real world, the following list has 5 items: apple,,banana,,orange Of course, in Coldfusion, it only has 3. What are you all doing to work around this kind of thing? Rick ~| Logware (www.logware.us): a new and

Re: Dealing with empty fields in lists

2005-09-15 Thread Aaron Rouse
There is a UDF on cflib that handles this. On 9/15/05, Rick Root [EMAIL PROTECTED] wrote: In the real world, the following list has 5 items: apple,,banana,,orange Of course, in Coldfusion, it only has 3. What are you all doing to work around this kind of thing? Rick

Re: Can CF do this?

2005-09-15 Thread Rick Root
Claude Schneegans wrote: we're talking about using a Print House... companies that do professional printing. Then a fortiori: what counts is the number of pixels, they will print it at the resolution they need, depending on the printer they have, no matter what's in the image. This was

Re: Dealing with empty fields in lists

2005-09-15 Thread Charlie Griefer
cfset myList = apple,,banana,,orange / cfset myList = replace(myList, ',,', ', ,', 'all') replace consecutive commas with a comma-space-comma. suppose a regex would be better than the above tho so as to handle any number of consecutive commas. On 9/15/05, Aaron Rouse [EMAIL PROTECTED] wrote:

RE: Configuration problem - CFMX7

2005-09-15 Thread Dave Watts
As I said, I can access the CF Admin well enough, so the connector appears to be working. But when I go to any other .cfm file, The page cannot be displayed. Both file and IIS permissions appear to be correct. Any other thoughts from anyone? Is the CFIDE directory mapped in IIS as a

RE: Your experience of Bluedragon.net?

2005-09-15 Thread Dave Watts
This is good stuff guy's, thanks. If I understand correctly Bluedragon can be configured on a per site basis so my next question is has anyone had Bluedragon Coldfusion running on the same server or have I completely got the wrong end of the stick? Yes, you can have them installed aat

Re: Configuration problem - CFMX7

2005-09-15 Thread Tom McNeer
Dave, On 9/15/05, Dave Watts [EMAIL PROTECTED] wrote: Is the CFIDE directory mapped in IIS as a virtual application or a virtual directory? Just a plain old virtual directory, I'm afraid. I can find no differences in security, etc. in the properties, compared to other directories. I've

Re: SCM deployment options (was Re: Source Code Control Setup)

2005-09-15 Thread John Paul Ashenfelter
I don't understand how that's fewer steps. If you're developing (in FB for this example) and you have cfset application.fusebox.mode = production / somewhere in your code, you have developers pull that down and change it to development while they're working. Someone inadvertently checks

Re: CFC caching?

2005-09-15 Thread George Abraham
Makes sense! Thanks for all your recommendations, people! George On 9/15/05, Jared Rypka-Hauer - CMG, LLC [EMAIL PROTECTED] wrote: Hey George... Trust me, you ain't the only one. ;) A CFC is executable CF so when you create an instance in a shared scope, that instance is created with the

Re: Can CF do this?

2005-09-15 Thread Claude Schneegans
If you scan your 3x5 photo at 72 dpi ... then you are in trouble, but note that in your example, 72 dpi is the resolution of the SCANNER, not the image. And if you want your 3x5 photo to appear in this coffee table book at a print size of 6x10, they're gonna tell you to scan it in at 600 dpi,

Re: CFC caching?

2005-09-15 Thread S . Isaac Dealey
(be sure to add locking. and be sure to use the right scope left of the equal sign.) ;) You mean like this? http://www.fusiontap.com/scope.jpg Or Wintergreen? s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without fixtures with the onTap open source

Re: CFC caching?

2005-09-15 Thread Douglas Knudsen
and this is a real PITA in a cluster, SW base or HW based. HW based is easier. But doing this on a JRun cluster bites. If not in a cluster, no big deal. DK On 9/15/05, Kevin Roche [EMAIL PROTECTED] wrote: George, I have a short piece of code at the start of my application that does two

Re: SCM deployment options (was Re: Source Code Control Setup)

2005-09-15 Thread Douglas Knudsen
nice discussion folks. danke. planning to use ANT here for sure. Getting my hands durty in it lately. We are going with tagging the trunk with each release, bug fix or major. major releases would get a branch, but get merged back to trunk before release as bug fixes get added to the main

RE: Can CF do this?

2005-09-15 Thread Mark Fuqua
Can cf do this? shhh...relax. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Thursday, September 15, 2005 4:49 PM To: CF-Talk Subject: Re: Can CF do this? If you scan your 3x5 photo at 72 dpi then you are in trouble, but note that in your example, 72

Subversion and $Id: $

2005-09-15 Thread Paul
I see among Subversion's features that SVN won't ever modify my files not even to expand the $Id: $ information. What if I want to see the version number in my files? Am I clinging to an outmoded CVS idea? Thanks. pm

Re: Your experience of Bluedragon.net?

2005-09-15 Thread Adam Haskell
You should also be able to set up a virtual directory in IIS like /BD/ and have it point to wwwroot (or where-ever) and set up cfm cfc pages to run off the BD server (or atleast thats how we're doing it with the free version of DB not sure if that works with .NET) Adam H On 9/15/05, Dave

Re: Can CF do this?

2005-09-15 Thread Claude Schneegans
Can cf do this? A CFX_tag can do it, yes. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

RE: Another radio button problem

2005-09-15 Thread Mark Henderson
Thanks Bobby, I actually got it working using a slightly different approach, but your idea is simpler (and I knew there was a simpler way to get this working) Here's what I did. Inside the display cfoutput, I added 2 hidden fields input type=hidden name=deletionID#qryNoticeboard.currentrow#

Re: CSS and Firefox

2005-09-15 Thread Cutter (CF-Talk)
Inconsistencies between browsers (IE, Firefox, etc.) does present minor issues on occasion, not just in basic terms (like slight differences to the DOM style references), but also in broader issues (like how each browser is affected by the use of a particular DTD). When IE7 is finally released

RE: CSS and Firefox

2005-09-15 Thread Rick Faircloth
Thanks for the feedback, Cutter... Rick -Original Message- From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] Sent: Thursday, September 15, 2005 9:30 PM To: CF-Talk Subject: Re: CSS and Firefox Inconsistencies between browsers (IE, Firefox, etc.) does present minor issues on occasion,

Your refill for Vitrx

2005-09-15 Thread Gennie Fridman
Hi, your Vitrx natural enhancement product is ready for ordering, as our records indicate that you are due for a refill. Simply press here to order http:///checkout.php?product_id=65c=1207 Please let us know if you have any questions. We are available 24x7. Dan Williams, customer support.

Re: Your refill for Vitrx

2005-09-15 Thread Tony
wow. spam made it through? tony On 9/15/05, Gennie Fridman [EMAIL PROTECTED] wrote: Hi, your Vitrx natural enhancement product is ready for ordering, as our records indicate that you are due for a refill. Simply press here to order http:///checkout.php?product_id=65c=1207 Please let us

Re: Your refill for Vitrx

2005-09-15 Thread Matthew Blatchley
Gennie has a problem with his wang, so he needs to share his solution with the rest of the world :) - Original Message - From: Tony [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, September 15, 2005 10:44 PM Subject: Re: Your refill for Vitrx wow. spam made

Re: Your refill for Vitrx

2005-09-15 Thread Kevin Aebig
Damn! How'd my order end up here... Kevin - Original Message - From: Gennie Fridman [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, September 15, 2005 9:13 PM Subject: Your refill for Vitrx Hi, your Vitrx natural enhancement product is ready for ordering, as