Re: Array or Structure and how?

2003-06-10 Thread S . Isaac Dealey
Im in a bind. Admittedly my weakness in cf is complex data. Im building a car database for someone and they want to be able to add dynamic options with options in their web admin so they can select these when adding new cars. example. color - red, yellow, blue interior - cloth,

RE: Mechanisms for stopping a running script

2003-06-10 Thread Kola Oyedeji
Hi Just following on from what Issac said, if the query can be done within a loop, (perhaps using a cursor) in a stored proc you can check the temporary table on each execution and if a particular flag or row exists you can then decide to roll back the whole transaction (if that's what you

RE: Red Sky beta 2 released

2003-06-10 Thread Robertson-Ravo, Neil (RX)
you supposed to be posting here? -Original Message- From: Tilbrook, Peter [mailto:[EMAIL PROTECTED] Sent: 09 June 2003 23:47 To: CF-Talk Subject: Red Sky beta 2 released For those beta testing Red Sky, MM have just released beta 2, available at the usual place. Happy testing. == Peter

RE: Empty cfid and cftoken - is this common?

2003-06-10 Thread Kola Oyedeji
Just for a bit of clarification, are you saying that you know of a bug in CFMX which means you can't rely on CFID and CFTOKEN being set when using domain cookies? Kola -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 10 June 2003 02:36 To: CF-Talk Subject:

RE: cfform problem

2003-06-10 Thread Tyagi, Badal
In case of CF5.0 CF used to write cfform.js in page itself whereas in CFMX it uses : SCRIPT LANGUAGE=JavaScript TYPE=text/javascript SRC=/CFIDE/scripts/cfform.js/SCRIPT to include cfform.js from \cfide\scripts folder, so note that you have to map cfide folder in your webserver, then it will work

RE: cfform problem

2003-06-10 Thread Robertson-Ravo, Neil (RX)
best bet...DONT USE CFFORM -Original Message- From: Tyagi, Badal [mailto:[EMAIL PROTECTED] Sent: 10 June 2003 10:07 To: CF-Talk Subject: RE: cfform problem In case of CF5.0 CF used to write cfform.js in page itself whereas in CFMX it uses : SCRIPT LANGUAGE=JavaScript

backing up CF admin settings

2003-06-10 Thread Petr Kysela
Is there any way of backing up some of the CF Administrator's settings, such as data sources, scheduled tasks, sandbox security? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: backing up CF admin settings

2003-06-10 Thread Tim Laureska
Interesting you should ask, because I just asked the same question... I'm using CF 5 and there's a tools link on the top, left hand side of the administrator screen that takes you to an area where you can archive the stuff you're talking about Tim -Original Message- From: Petr Kysela

Consuming CFMX Web Services in ASP.NET

2003-06-10 Thread Murat Demirci
My friend has a problem when calling a web service method which returns CFMX query object. When I return a query object from CFC function, .NET cannot get the recordset object. I'm using CFMX U3. Any experiences? ~|

backing up CF admin settings

2003-06-10 Thread Petr Kysela
Found it, CF MX - under Archives and deployment ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ:

extracting and searching jar was RE: Xalan and ColdFusion

2003-06-10 Thread webguy
Handy way to do this, download the www.cygwin.com packages You'll need bash, gunzip , zgrep, find, the fileutils. After that you can write a two line bash script that will search for a file name in a jar ,zip or whatever Something like find / -name '*.jar' | gunzip -list | grep 'xalan'

RE: Update on the Installer Freeze Failure to Auto-Start on W indows Issues...

2003-06-10 Thread Damon Cooper
Quick update: Switching JVM's didn't have any affect on our test machine exhibiting the problem. We do get Error Number 2 errors in the System Event Log, however, which indicate The system cannot find the file specified. This could be due to the fact that a socket open failed (TCP sockets are

CF / Word and Merge Fields

2003-06-10 Thread Michael Tangorre
Does anyone know if it is possible to parse a word document for merge fields? What I would like to be able to do is to not rely on a user to know (because they will botch it) if they are actually using a word document containing merge fields, but to rather parse the document when they upload it

RE: CF / Word and Merge Fields

2003-06-10 Thread webguy
Have a look at the excellent http://www.cfcomet.com/word/ Throw them a few bucks if you find it usefull. WG -Original Message- From: Michael Tangorre [mailto:[EMAIL PROTECTED] Sent: 10 June 2003 12:39 To: CF-Talk Subject: CF / Word and Merge Fields Does anyone know if it is possible

In General: CF vs ActionScript

2003-06-10 Thread E. Keith Dodd
Am just getting started using ActionScript and Flash Remoting. Am surprised at all that can be done with data using ActionScript. However, it *seems* best to do as much of the data manipulation as possible back in the CFMX's cfc, before sending it to Flash. For example, I am sending a structure to

RE: In General: CF vs ActionScript

2003-06-10 Thread John Stanley
Yoiu can do it both ways. I prefer to just use the CFC's to retireve the data, or write the data as the case may be, and have Actionscript handle everything else, which includes validation of data as well as any formatting. -Original Message- From: E. Keith Dodd [mailto:[EMAIL PROTECTED]

RE: Red Sky beta 2 released

2003-06-10 Thread Philip Arnold
For those beta testing Red Sky, MM have just released beta 2, available at the usual place. Happy testing. The funny thing is that the people on the Beta test will be informed... From official sources! If you're on the Beta, you signed the NDA... Try sticking to it

RE: Red Sky beta 2 released

2003-06-10 Thread Thane Sherrington
At 01:08 PM 06/10/03 +0100, Philip Arnold wrote: For those beta testing Red Sky, MM have just released beta 2, available at the usual place. Happy testing. The funny thing is that the people on the Beta test will be informed... From official sources! If you're on the Beta, you signed

Re: Error in DWMX with files created in CFStudio 5.0

2003-06-10 Thread Calvin Ward
Try running that site in Ultradev mode instead of DWMX mode... - Original Message - From: Massimo Foti [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, June 09, 2003 2:23 PM Subject: Re: Error in DWMX with files created in CFStudio 5.0 Earl, George [EMAIL PROTECTED] wrote

CFTrace

2003-06-10 Thread cfhelp
!! CFTrace::logThread(4084) has no entry for thread 4084 !! This keeps coming up in my Server.log file. Anyone know what it is? Rick ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: connecting with .net pages

2003-06-10 Thread Dave Watts
I don't know a lot about .net - yet - but looks like I'm going to have to do a crash course. I'm going to have to build some coldfusion content and have it blend in seamlessly with pages built in .net. This means (I guess) snagging headers and footers off the .net pages and using them

RE: Empty cfid and cftoken - is this common?

2003-06-10 Thread Dave Watts
1. Set Use UUID for CFTOKEN (or is it CFID?) in the admin. 2. Set Use J2EE Session Variables in the admin. Take advantage of the underlying session machinery. If you do both of these, only one will have any effect. Using J2EE session variables will cause CF to create a single

RE: checking if cfapplication has run

2003-06-10 Thread Dave Watts
Also in CFMX I would definitely recommend using functions instead of custom tags -- functions have the advantage of being slightly more efficient than custom tags as a result of their mixed mode isolation -- that is, they're not as isolated as custom tags wherein you must specify the

RE: Permissions

2003-06-10 Thread Dave Watts
CF Code: Irrelevant. I could post more CF code, but since *ALL* CF code throws the errors that I mentioned, it doesn't seem useful. This is a server error, as far as I can tell, not a coding error. I think you're almost certainly correct about this. Version of MX: I'm afraid that I can't

RE: Loggin pages taking more than X sec using FB3.

2003-06-10 Thread Dave Watts
actually that's not a bad slogan for Fusebox So easy to use, no wonder we're #1 ! So, John, you're comparing Fusebox to AOL? I think you've done a good job of summarizing my dislike for it right there! Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax:

RE: remote installation - WAS Very unsatisfied with Macromedia's support attention ...

2003-06-10 Thread Dave Watts
In my study of the documentation that is written about Windows 2003 Enterprise, there is a new function, I believe originated with Windows XP. There is a wizard that will allow one to set a compatibility mode for any application that is installed. This means you can force compatibility

CF and COM

2003-06-10 Thread Michael Tangorre
I am going off of a suggestion to start here to accomplish my task: http://www.cfcomet.com/Word/index.cfm?ArticleID=54E12395-5696-11D3-B3E8004033E03EF9 I am trying to get a collection of the fields in a word document, then loop through the collection looking for fields that are of type

Setting session variables from javascript

2003-06-10 Thread Boardwine, David L.
Can someone tell me how to set CF session variables from within javascript? TIA DavidB ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: ArrayAppend with a 2d array?

2003-06-10 Thread Philip Arnold
Of course, if you do this in CFSCRIPT then it'll be faster and have no white-space... But now I'm being picky g -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED] In a two dimensional array the only thing you can append to the first dimension is another 1-dimensional

Is there SQL equivalent to CF's ListGetAt function??? Please help!

2003-06-10 Thread Che Vilnonis
I have a column in a db that stores data with a pipe [|] delimiter. I would like to write a SQL query that filters data based on a segment of data within a pipe delimited variable. Basically, is there SQL code that is equivalent to the psuedo CF code below? A SQL version of ListGetAt if you

Re: Is there SQL equivalent to CF's ListGetAt function??? Please help!

2003-06-10 Thread Michael Tangorre
I have done something similar, perhaps the long way... looping through a delimited list, keeping a counter, and obtaining the value.. I can send you the code if you'd like. Mike - Original Message - From: Che Vilnonis [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June

RE: extracting and searching jar was RE: Xalan and ColdFusion

2003-06-10 Thread Bryan F. Hogan
Thanks -Original Message- From: webguy [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 6:51 AM To: CF-Talk Subject: extracting and searching jar was RE: Xalan and ColdFusion Handy way to do this, download the www.cygwin.com packages You'll need bash, gunzip , zgrep, find, the

Prevent Refresh

2003-06-10 Thread Shahzad.Butt
What is best way of preventing multiple entries in DB through form submission when user clicks on REFRESH or BACK button of browser? Thanks Shaz ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

RE: Red Sky beta 2 released

2003-06-10 Thread Philip Arnold
I'm sure Macromedia cares if people outside an open beta find out if beta 2 is released. You mean people signed NDA's for nothing? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Virtual PC versus VMWare (was RE: Where DO you put beta softw are?)

2003-06-10 Thread Dave Watts
Can anyone speak to differences between Virtual PC and VMWare? I've used only the latter. I've only used the former, so I guess we're at an impasse. ;^) I've used both, but on different platforms (VMware on i386, VPC on Mac). For the purposes of web development compatibility testing,

RE: Is there SQL equivalent to CF's ListGetAt function??? Please help!

2003-06-10 Thread Adrian Lynch
I don't know if this is the best way, but have a look at SubString() and CharIndex(), you might be able to use the two together to get what you need. This is on SQL Server by the way. Ade -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: 10 June 2003 14:10 To: CF-Talk

Loop using roman numerals??

2003-06-10 Thread Janine Jakim
I'm wondering if I can do this easily?? I need a numbered loop, but it needs to be roman numerals i, ii, iii, iv, v, vi, etc Is there anyway to do that easily or do I need to do the cfif recordcount blah blah. thanks, j ~|

RE: Is there SQL equivalent to CF's ListGetAt function??? Please help!

2003-06-10 Thread Andy Ewings
SQL has no concepts of lists - you need to look for your delimiter by using the String functions Adrian talks about below within a loop and truncate your string each time. That way you can get each element of the list. -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent:

RE: Loggin pages taking more than X sec using FB3.

2003-06-10 Thread Haggerty, Mike
Well, if you are on NT you can set up Performance Monitor to monitor execution times for CF pages. There are a number of custom counters built right into the package. This would allow you to avoid using additional code to monitor pages, since more code just adds overhead and throws off your

Building alongside to asp.net pages???

2003-06-10 Thread Mike Kear
Sorry if this is too off-topic, but I'm not sure if I'm walking into a problem here . I don't know a lot about .net - yet - but looks like I'm going to have to do a crash course. I'm going to have to build some coldfusion content and have it blend in seamlessly with pages built in .net.

RE: Loop using roman numerals??

2003-06-10 Thread Ben Doom
Don't loop in Roman Numerals -- they're just a wierd encoding of a more standard numbering system (binary, decimal, etc). Just do your loop, then convert it to a Roman numeral on display. Never used it, but I found this on CFLib.org after a quick search on Roman:

RE: Prevent Refresh

2003-06-10 Thread Haggerty, Mike
What I do is the following: 1) Set a session variable on the page that will submit the form, usually called session.frm_submit, and set it to 1. 2) Create a CFIF on the page the form submits to that checks the value of the session variable, and, if it is 1, sets it to 0 then processes the

RE: Loop using roman numerals??

2003-06-10 Thread DURETTE, STEVEN J (AIT)
There is a RomanFormat function on cflib.org that you could use. Then you could just loop through using decimal, but display the roman numeral. Steve -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 9:22 AM To: CF-Talk Subject: Loop using

RE: Prevent Refresh

2003-06-10 Thread Andre Mohamed
To avoid the refresh problem the best way to handle idempotent actions i.e form submissions is to perform a redirection after the relevant action has occurred. Note: This requires a client-side redirect which cflocation will do for you. So the page flow becomes this: 1) Form 2) Action Page -

Re: Prevent Refresh

2003-06-10 Thread Critz
oi Shahzad.Butt!! on the preceding page... script window.history.forward(); /script this will prevent use of the back button... on your form page.. for the refresh problem you can do this... if not isDefined(request.pageHit) ... do page stuff. set request.pageHit = true cfelse

RE: Is there SQL equivalent to CF's ListGetAt function??? Please help!

2003-06-10 Thread Andy Ewings
Here's the code to loop through a list.. Search through list SELECT @stringcopy = @list SELECT @delimpos = CHARINDEX(,,@stringcopy) IF LEN(@stringcopy) 0 BEGIN WHILE @delimpos 0 BEGIN SELECT @delimpos = CHARINDEX(,,@stringcopy) IF @delimpos

RE: Is there SQL equivalent to CF's ListGetAt function??? Please help!

2003-06-10 Thread Che Vilnonis
thanks...I wish there was an easier fix -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 9:27 AM To: CF-Talk Subject: RE: Is there SQL equivalent to CF's ListGetAt function??? Please help! I don't know if this is the best way, but have a

Running two applications?

2003-06-10 Thread Critz
oi CF-Talk,!! I've got a website that will allow for ppl to login. A few tidbits of their information is displayed on the site... they have the option of updating their profile, etc... They also have a link which will open the main application in a nother window. I do not really

RE: Is there SQL equivalent to CF's ListGetAt function??? Please help!

2003-06-10 Thread DURETTE, STEVEN J (AIT)
Are you using SQL 2000? If so then you could create a user defined function to do what you want. Let me know, and I'll see if I can quickly throw something together. Steve -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 9:39 AM To: CF-Talk

Re: Prevent Refresh

2003-06-10 Thread Stephen Moretti
Something else you can do is disable the submit button onClick input type=submit name=submit value=submit onClick=this.disabled=true; I think thats the right value to assign to disabled. Stephen - Original Message - From: Shahzad.Butt [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

Re: Prevent Refresh

2003-06-10 Thread Critz
oi Critz!! whoops.. request scope won't work doh! session will.. Tuesday, June 10, 2003, 9:32:55 AM, you wrote: C oi Shahzad.Butt!! C on the preceding page... C script C window.history.forward(); C /script C this will prevent use of the back

RE: Setting session variables from javascript

2003-06-10 Thread Lofback, Chris
If you mean having JS in the browser read and set session variables directly, you can't, because JS is client-side and CF session variables are server-side. The only thing you can do is pass variables back and forth via page loads (or getting tricky with hidden frame/GIF pipes) and CFOUTPUTing

Re: Building alongside to asp.net pages???

2003-06-10 Thread Ben Densmore
Mike, you are correct about the __viewState maintaining state in asp.net. In asp.net all pages Postback to themselves, so you don't submit any information to other pages on an initial submit of a form. I don't know about copying that into your page, the hidden fields you see are created during

RE: Prevent Refresh

2003-06-10 Thread Shahzad.Butt
I cant use session scope in my app because of load balancing and stuff. So need a work around using request scope. Any suggetions??? Shaz -Original Message- From: Critz [mailto:[EMAIL PROTECTED] Sent: 10 June 2003 14:48 To: CF-Talk Subject: Re: Prevent Refresh oi Critz!! whoops..

RE: Is there SQL equivalent to CF's ListGetAt function??? Please help!

2003-06-10 Thread Che Vilnonis
STEVEN...yes I am. M$ SQL 2000 SP3. I'd appreciate anything you can 'throw' my way... ~CV -Original Message- From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 9:44 AM To: CF-Talk Subject: RE: Is there SQL equivalent to CF's ListGetAt function??? Please

Re: Is there SQL equivalent to CF's ListGetAt function??? Please help!

2003-06-10 Thread Jochem van Dieten
Che Vilnonis wrote: I have a column in a db that stores data with a pipe [|] delimiter. I would like to write a SQL query that filters data based on a segment of data within a pipe delimited variable. Basically, is there SQL code that is equivalent to the psuedo CF code below? A SQL version

RE: In General: CF vs ActionScript

2003-06-10 Thread Haggerty, Mike
Well, this is a heady issue that I expect not too many people on this list have a lot of experience with. Now that I work a lot more with CF and Actionscript, I am having to ask the same question, when is it appropriate to process data on the server side and when should you stick with the client.

Re: Prevent Refresh

2003-06-10 Thread Critz
oi Shahzad.Butt!! client. ? Crit Tuesday, June 10, 2003, 9:52:46 AM, you wrote: SB I cant use session scope in my app because of load balancing and stuff. SB So need a work around using request scope. Any suggetions??? SB Shaz SB -Original

RE: Building alongside to asp.net pages???

2003-06-10 Thread Mike Kear
AH! Thank you Ben. Actually the information I'm going to use is just the html for the headings of the pages, so they match the rest of the site - the navigation buttons and links, link to style sheets etc, and the dynamic aspects of the coldfusion pages will be using coldfusion techniques so I

RE: Setting session variables from javascript -SOLVED

2003-06-10 Thread Boardwine, David L.
Thanks for the response Chris. I found a workaround. DavidB -Original Message- From: Lofback, Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 9:50 AM To: CF-Talk Subject: RE: Setting session variables from javascript If you mean having JS in the browser read and set session

RE: Is there SQL equivalent to CF's ListGetAt function??? Please help!

2003-06-10 Thread Che Vilnonis
hmmm...this could be the EASIEST way to do this. thanks Jochem, I'll check it out! -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 9:57 AM To: CF-Talk Subject: Re: Is there SQL equivalent to CF's ListGetAt function??? Please help! Che

Re: Is there SQL equivalent to CF's ListGetAt function??? Please help!

2003-06-10 Thread Jochem van Dieten
Che Vilnonis wrote: hmmm...this could be the EASIEST way to do this. thanks Jochem, I'll check it out! Actually, it gets easier: WHERE FinalShipTo LIKE '%|%|%|%|Amsterdam|%|%|%' I would expect MS SQL Server (just saw your message) to support regular expressions, in which case you could

RE: Permissions

2003-06-10 Thread Dave Carabetta
cfdump var=#SERVER.ColdFusion# I doubt that'll work. He said any CF code throws an error. Yeah, excuse the brainfart. Perhaps tracking down the XML file with the serial number (the name of the file escapes me at the moment) would suffice?

CF MX and secure IPlanet Messaging?

2003-06-10 Thread Emily C. Grossman
Our problem lies in the fact that we want users who've logged into our system to be able to login to the webmail interface without having to login again. We have session and client vars for the username and pword. Right now we pass it via javascript but it's clear text which is bad.. Can I do

RE: CF MX and secure IPlanet Messaging?

2003-06-10 Thread Mike Brunt
Emily, we are trying to do something similar at present (not specifically webmail) not quite there yet. We did not write the bean and we are having to use CF50 so our experience may not help you but I will let you know if we succeed and how. Kind Regards - Mike Brunt Webapper Services LLC Web

RE: Building alongside to asp.net pages???

2003-06-10 Thread Dave Watts
AH! Thank you Ben. Actually the information I'm going to use is just the html for the headings of the pages, so they match the rest of the site - the navigation buttons and links, link to style sheets etc, and the dynamic aspects of the coldfusion pages will be using coldfusion techniques

RE: Newbyish Question (FORMS)

2003-06-10 Thread Tony Walker
Code like below will produce a form field variable of Accomidations=1,3 in the checkTheBoxes.cfm if Hotel and Bed and Breakfast are both checked. html head titleUntitled/title /head body form name=chkBoxes action=checkTheBoxes.cfm method=post table cellspacing=0 cellpadding=0

Re: Red Sky beta 2 released

2003-06-10 Thread Mike Chambers
Well, we prefer that people respect their NDAs. mike chambers [EMAIL PROTECTED] - Original Message - From: Thane Sherrington [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 8:15 AM Subject: RE: Red Sky beta 2 released At 01:08 PM 06/10/03 +0100, Philip

J2EE Sessions in JSP/Servlets , CFM's and CFLOGIN

2003-06-10 Thread Reilly, James
I know that JSPs/Servlets and CFM can share the session scope, but what about the CFLogin scope? (Cflogin scope seems to be like a private scope, since the session scope does not hold the CFLogin related info.) So, how can a jsp/servlet see the CFLogin data, with out passing it around...? Tkx,

RE: Red Sky beta 2 released

2003-06-10 Thread Lee Fuller
I think it's amazing that people with NDA's simply announce beta info on open lists. Kinda against the purpose of an NON DISCLOSURE agreement -- isn't it? Owell.. Just my .02. | -Original Message- | From: Mike Chambers [mailto:[EMAIL PROTECTED] | Sent: Tuesday, June 10, 2003 8:38 AM

Re: Virtual PC versus VMWare (was RE: Where DO you put beta softw are?)

2003-06-10 Thread David K
Here's the URL for the beta (watch wrap). http://www.microsoft.com/windowsserver2003/evaluation/trial/virtualserver.mspx --David K For anyone who's interested, I believe that there's currently an open public beta of Microsoft Virtual Server for anyone who's interested. I think that the next

RE: Red Sky beta 2 released

2003-06-10 Thread Russ
Yeah, and the rest of us who *want* to get on the Betas (again) have difficulty. How's that screening process work again? ;-) -Original Message- From: Lee Fuller [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 10:46 AM To: CF-Talk Subject: RE: Red Sky beta 2 released I

RE: Red Sky Beta 2

2003-06-10 Thread Che Vilnonis
Is it against the NDA to tell me what Red Sky is??? I've been away for a while...and I am clueless. ~CV -Original Message- From: Mike Chambers [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 11:38 AM To: CF-Talk Subject: Re: Red Sky beta 2 released Well, we prefer that people

RE: looking for cold fusion server5.0

2003-06-10 Thread Philip Arnold
looking for license and discs for server 5.0, our 4.5 is letting us down, contact me at [EMAIL PROTECTED] Macromedia still sell them, but you'll have to dig on their site to find it... If you look through the archive, a link was provided about a week ago

RE: Red Sky Beta 2

2003-06-10 Thread Robertson-Ravo, Neil (RX)
Its a shepherds delight if it happens at night -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: 10 June 2003 16:51 To: CF-Talk Subject: RE: Red Sky Beta 2 Is it against the NDA to tell me what Red Sky is??? I've been away for a while...and I am clueless. ~CV

RE: Red Sky beta 2 released

2003-06-10 Thread Philip Arnold
Yeah, and the rest of us who *want* to get on the Betas (again) have difficulty. How's that screening process work again? ;-) Simple, idiots who break it by announcing things on lists like this are black-listed g It's called NON-DISCLOSURE for a reason g

RE: J2EE Sessions in JSP/Servlets , CFM's and CFLOGIN

2003-06-10 Thread webguy
AFAIK, cflogin uses http authentication. That would mean that the username is passed in the HTTP request headers. cfdump var=#GetHttpRequestData()#/ and see what you get They should be available to java the same way any request headers are.. WG -Original Message- From: Reilly, James

Re: Red Sky beta 2 released

2003-06-10 Thread Christian Cantrell
On Tuesday, June 10, 2003, at 11:46 AM, Lee Fuller wrote: I think it's amazing that people with NDA's simply announce beta info on open lists. Kinda against the purpose of an NON DISCLOSURE agreement -- isn't it? It is best to always err on the side of caution and only post information

RE: Newbyish Question (FORMS)

2003-06-10 Thread Tony Walker
Sorry... Forgot the sql part: Code like below will produce a form field variable of Accomidations=1,3 in the checkTheBoxes.cfm if Hotel and Bed and Breakfast are both checked. html head titleSelect Multi Boxes/title /head body form name=chkBoxes action=checkTheBoxes.cfm method=post

Re: Red Sky beta 2 released

2003-06-10 Thread David K
MM recently announced that they were opening up the RedSky beta program to new testers. I have applied but heard nothing. I'm assuming that this will be another case where MM will only contact successful applicants. Has anyone else here who applied for round 2 heard anything? --David K -

Re: Red Sky beta 2 released

2003-06-10 Thread Michael Tangorre
nicely put thanks for not calling people idiots. - Original Message - From: Christian Cantrell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 11:56 AM Subject: Re: Red Sky beta 2 released On Tuesday, June 10, 2003, at 11:46 AM, Lee Fuller wrote: I

Re: Red Sky Beta 2

2003-06-10 Thread Jochem van Dieten
Che Vilnonis wrote: Is it against the NDA to tell me what Red Sky is??? I've been away for a while...and I am clueless. http://www.macromedia.com/software/coldfusion/presentation/redsky/ This is the official information. Everything else should be regarded as gossip and would best be

RE: J2EE Sessions in JSP/Servlets , CFM's and CFLOGIN

2003-06-10 Thread Raymond Camden
cflogin _can_ use http authentication, but it doesn't have to. === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email

Re: Red Sky Beta 2

2003-06-10 Thread Taz
Its a shepherds delight if it happens at night Yeah, Shepherd's don't get much. The sheep keep running away when they hear the sound of a zip. Taz ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

Re: Red Sky beta 2 released

2003-06-10 Thread Bryan Stevenson
nopestill tappin my fingers on my desk waiting for some kind of notification *sigh* Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia

RE: Red Sky beta 2 released

2003-06-10 Thread Mike Kear
It's ok to say WHAT Red Sky is, because Macromedia have it on the web site. There's an overview at http://www.macromedia.com/software/coldfusion/presentation/redsky/ Red Sky is the next update to CFMX. And what we know from events happening here in the last few days, and the statements of

Re: Red Sky Beta 2

2003-06-10 Thread Doug White
There is noting wrong with complying with an NDA, however the beta of Red Sky, is fully described not only publicly on the MM web site, but in public postings on this list by MM employees. That is more or less the 'official description. The NDA should restrict all but the MM insiders from

Re: looking for cold fusion server5.0

2003-06-10 Thread Critz
oi Philip!! i had this one: http://dynamic.macromedia.com/bin/MM/store/US/product.jsp?category=/Software/Promos/ColdFusionPtype=FULL Tuesday, June 10, 2003, 11:51:25 AM, you wrote: looking for license and discs for server 5.0, our 4.5 is letting us

RE: J2EE Sessions in JSP/Servlets , CFM's and CFLOGIN

2003-06-10 Thread webguy
Stand corrected, never used it. Is the other option is cookies?? What is the exact mechanism? WG -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: 10 June 2003 17:02 To: CF-Talk Subject: RE: J2EE Sessions in JSP/Servlets , CFM's and CFLOGIN cflogin _can_ use http

RE: J2EE Sessions in JSP/Servlets , CFM's and CFLOGIN

2003-06-10 Thread Raymond Camden
I'm not sure what you mean by 'is the other option is cookies'. The exact mechanism? CFLOGIN 'remembers' you using cookies. I can go on for a while (have a whole preso on cflogin that I gave at devcon last year, and at other conferences), but it may be best to read the docs first, then come back

RE: Empty cfid and cftoken - is this common?

2003-06-10 Thread Bud
Just for a bit of clarification, are you saying that you know of a bug in CFMX which means you can't rely on CFID and CFTOKEN being set when using domain cookies? At least on this one server I'm on. cfid and cftken are being set blank. If you open the database and look at the cdata and cglobal

SOT: Syndicated News Content

2003-06-10 Thread Chris Alvarado
Sorry for the off topic post all. Any recommendations for XML News services for news? Preferabley ones that will allow the specification of the types of news. Thanks all, -chris.alvarado [ application developer ] 4 Guys Interactive, Inc. http://www.4guys.com http://www.4guys.com/

RE: Newbyish Question (FORMS)

2003-06-10 Thread Philip Arnold
cfloop list=#form.Accomidations# index=x cfquery datasource=blah name=insertAccomidation insert into tblAccomidations (personKey, accomitationId) values(pid,x) /cfquery /cfloop Not forgetting to put #'s around your variables;

RE: Syndicated News Content

2003-06-10 Thread Haggerty, Mike
Moreover.com is the one I would look at. RSS and XML feeds, along with 'others' for certain services. M -Original Message- From: Chris Alvarado [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 12:25 PM To: CF-Talk Subject: SOT: Syndicated News Content Sorry for the off topic

Code Builder v2

2003-06-10 Thread Clint
About a month ago, I sent out a link for my code builder. Since then I have lost my hosting for this demo and application. I am providing this tool for free to the CF community and so I am asking if someone could provide a place to show this application and allow it to be downloaded. This is an

RE: Syndicated News Content

2003-06-10 Thread Russ
Don't forget to check out www.syndic8.com. -Original Message- From: Chris Alvarado [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 11:25 AM To: CF-Talk Subject: SOT: Syndicated News Content Sorry for the off topic post all. Any recommendations for XML News services

Quick question on the Technote: Known ColdFusion MX issues

2003-06-10 Thread Che Vilnonis
On the page http://www.macromedia.com/support/coldfusion/ts/documents/tn18325.htm Is this a list of all errors being considered to be fixed w/the Red Sky update since the release CFMX Updater 3 or is a list of all errors since CFMX's initial release a year ago? CFMX seems pretty buggy. Is it

RE: Newbyish Question (FORMS)

2003-06-10 Thread David Collie (itndac)
Main question first.. Also, if you're using a database engine that allows TSQL, then put the loop inside the CFQUERY and put a ; at the end of each INSERT This looks like a good tip, can this be done with other Databases as well? i.e. Oracle? Have always coded the loop outside the

RE: Quick question on the Technote: Known ColdFusion MX issues

2003-06-10 Thread Mike Kear
I'd say not. Microsoft have an army of software developers, and an even larger army of beta testers and usability testers. They test everything going out within an inch of its life, with probably the biggest testing and debugging budget in history. Yet my WinXPPro is updated about every second

RE: Newbyish Question (FORMS)

2003-06-10 Thread Philip Arnold
Also, if you're using a database engine that allows TSQL, then put the loop inside the CFQUERY and put a ; at the end of each INSERT This looks like a good tip, can this be done with other Databases as well? i.e. Oracle? Have always coded the loop outside the cfquery tag, anybody got

  1   2   3   >