code rollback

2006-02-23 Thread Michael Dinowitz
I uploaded some new code changed to the HoF server using dreamweaver and a few minutes later the changes rolled back to what they were before. Anyone know what could be causing this? Thanks ~| Message:

RE: code rollback

2006-02-23 Thread Stephen Cassady
Do you have a testing server set? You need to set the language (cold fusion) but if you have also set an actual testing server - and matched it to your remote server, DW gets really confused some times and will later overwrite the files. I was running a development team once, and code kept

Re: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Casey Dougall
Thanks for that list. Where did it come from? Hi Jacob, That list came from omniture.com website reporting system. Normally that list would show how your current site visitors monitor rez. stacks up agains an internet average. Casey

Re: Hosting Help - Moving MSSQL from one host to another

2006-02-23 Thread James Holmes
My I ask whom you decided to resell? On 2/23/06, Mike Kear [EMAIL PROTECTED] wrote: Well come and talk to me then. As a CF Developer myself, with a business developing sites for clients, I understand the varied needs of developers' staging sites, demo sties etc. Most of the other site owners

CFMAIL and TLS?

2006-02-23 Thread Robertson-Ravo, Neil (RX)
Has anyone successfully sent any mail via CFMAIL using TLS (natively or otherwise?). ColdFusion MX 6.x This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains

Re: CFMAIL and TLS?

2006-02-23 Thread Jochem van Dieten
RX said: Has anyone successfully sent any mail via CFMAIL using TLS (natively or otherwise?). TLS on port 25 (first do a EHLO, then a STARTTLS) or TLS on port 465 / 587 (first start encryption, then do a EHLO)? The first one is probably not that easy, for the second one you need to install

RE: CFMAIL and TLS?

2006-02-23 Thread Jochem van Dieten
RX said: cfmail to=[EMAIL PROTECTED] from= [EMAIL PROTECTED] subject=foo type=HTML server=x.x.x.x mimeattach=foo.htm port=25 username=x password=X FOO /cfmail It is being send directly to the X.X.X.X server but not using TLS - is the TLS part which is important and I cannot really

RE: CFMAIL and TLS?

2006-02-23 Thread Robertson-Ravo, Neil (RX)
Cool, thanks. -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: 23 February 2006 14:39 To: CF-Talk Subject: RE: CFMAIL and TLS? RX said: cfmail to=[EMAIL PROTECTED] from= [EMAIL PROTECTED] subject=foo type=HTML server=x.x.x.x mimeattach=foo.htm

RE: CFMAIL and TLS?

2006-02-23 Thread Robertson-Ravo, Neil (RX)
Oh but with my examples I am calling an external server to receive the mail so I am not actually interfacing with CFMAIL mail server at all. Would this tunneling still work..? -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: 23 February 2006 14:39 To:

RE: A very specific message board/forum question...

2006-02-23 Thread Kevin Graeme
As a general rule, yes. Providing HTML editing in any publicly accessible part of a web app is one of those bad things you typically want to avoid. Here's just one example of why: http://www.betanews.com/article/CrossSite_Scripting_Worm_Hits_MySpace/112923 2391 --- Kevin Graeme Cooperative

Re: Is there a better way to do this?

2006-02-23 Thread Thomas Chiverton
On Wednesday 22 February 2006 18:28, Andy Matthews wrote: dynamically. Loads of different possibilities though and I'm not sure if it would be worth it. If you need the component more than once, or it is complicated to set up, it's worth it. -- Tom Chiverton Advanced ColdFusion Programmer

Re: Problem using XML DTD and XmlParse

2006-02-23 Thread Thomas Chiverton
On Wednesday 22 February 2006 18:22, Adrian Wagner wrote: No the XML isn't broken, the DTD file is exactly where the XML file says it is, in the directory above the file. The coldfusion XmlParse just doesn't Once the file is loaded into an external system, that external system won't know what

RE: CFMAIL and TLS?

2006-02-23 Thread Jochem van Dieten
RX said: Oh but with my examples I am calling an external server to receive the mail so I am not actually interfacing with CFMAIL mail server at all. Would this tunneling still work..? If the same conditions are met (TLS on port 465 or 587 instead of port 25 + STARTTLS) you can make it work.

Re: MM Menu

2006-02-23 Thread Cutter (CF-Talk)
If I remember correctly there is a tutorial included with Flash to do just what you are asking (all components included), but that may have been in a previous version Cutter Oðuz_Demirkapý wrote: Hi, I am looking for a Flash menu like in MM website. I have found one in 123 Flash

RE: CFMAIL and TLS?

2006-02-23 Thread Robertson-Ravo, Neil (RX)
This is a trusted server which requires TLS. We can only use it on port 25 I'm afraid. To the drawing board ;-) -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: 23 February 2006 14:57 To: CF-Talk Subject: RE: CFMAIL and TLS? RX said: Oh but with my

Re: REPOST Re: OCR and CF

2006-02-23 Thread Thomas Chiverton
On Wednesday 22 February 2006 22:56, Bryan Stevenson wrote: Come on you fellow propeller headssomebody must have some insight on this one ;-) Yeah, ColdFusion is not the only fruit. -- Tom Chiverton Advanced ColdFusion Programmer

Re: Help! Error in OnSessionEnd in Application.cfc

2006-02-23 Thread Thomas Chiverton
On Wednesday 22 February 2006 19:59, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: In my pathetic defence, I copied the function from the LiveDocs website, though..verbatim! If you leave a comment Macromedia were very good at taking notice and fixing things, and at the very least no one else

RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Munson, Jacob
Wait a minute here. You are saying that a maximized window /increases/ your screen resolution? So a maximized window in 800x600 would give you ~820x650? Do you have proof of that, or am I misunderstanding? Are you only talking Windows, or does that happen in OS X and Linux as well?

add a break inside a select list?

2006-02-23 Thread Ray Champagne
I swear this was answered before - but I can't find it anywhere. Is there a way to make an option in a select list break into two or more lines? In other words, my drop-down list is dynamically built, and it is becoming silly-long, throwing off my page width. Is there a way for me to break

RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Robertson-Ravo, Neil (RX)
Is he? Usually with 800 x 600 you only get around 760px width so you will not get more. -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: 23 February 2006 15:44 To: CF-Talk Subject: RE: Developing for 800 x 600 on monitor at higher resolution Wait a minute here.

RE: Frameworks in a shared environment

2006-02-23 Thread Munson, Jacob
Dang, this is serious. I am on a shared host, and I was planning to give MG a try. If it is true that all the frameworks have hardcoded values like this, I'm not sure I'll ever use them. I /can't/ create mappings. One of the biggest reasons I moved to ajaxCFC from CFAjax was because you can

RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Earl, George
Thanks for all the responses. My comments are inline . . . Create a favorite (bookmark) in the browser of your choice with this as the url javascript:resizeTo(800,600); Name it 800x600 and it will force the window to that size. I found this when I Googled and it's the solution that I am

Re: add a break inside a select list?

2006-02-23 Thread Jerry Johnson
I break the long string into multiple lines, add 2 spaces before all but the first line, and set the value for each to the same value. This does not highlight all the lines when moused over, but my users haven't complained yet. On 2/23/06, Ray Champagne [EMAIL PROTECTED] wrote: I swear this was

Re: add a break inside a select list?

2006-02-23 Thread Ray Champagne
Thanks Jerry. I actually tried that, but the client isn't liking it so much. They think it is confusing. Jerry Johnson wrote: I break the long string into multiple lines, add 2 spaces before all but the first line, and set the value for each to the same value. This does not highlight

CFMX SW Engineering/SW Design Training

2006-02-23 Thread Howell Craig H Civ 542 ATSG/GBTRNI
This may not exist, but..Can anyone recommend a Software Engineering/Software Design course that uses real-world CFMX examples, not lots of theory.something that would be could for someone familiar with CF, but not OOP. Thanks.

RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Munson, Jacob
Thanks. I'm familiar with this and it has value, but we have standardized on MSIE. Keep in mind that according to most studies 15% of the Internet is now using Firefox, and some studies show the US at 20%. If I remember right, you are talking about Intranet apps here, and I don't think there

Re: add a break inside a select list?

2006-02-23 Thread Jerry Johnson
Then just three ideas: A flash form. Highlight multiple lines through javascript. When you are writing out the select options, add a function to highlight attached rows. Write your own dhtml dropdown list that behaves however you want. On 2/23/06, Ray Champagne [EMAIL PROTECTED] wrote: Thanks

RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Dawson, Michael
Window dimensions are measured w/o the border. Try this: 1. On a larger screen resolution, resize an unmaximized window to 800 x 600 using the outside of the borders. Then do a screen capture. 2. Change your screen resolution to 800 x 600. Maximize the browser, then do another screen capture.

Re: Help! Error in OnSessionEnd in Application.cfc

2006-02-23 Thread asherwood
Unfortunately, this did not fix the problem. A lull in traffic led me to believe that it was fixed, but the same error began to occur as traffic picked back up. Any other ideas? ~| Message:

RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Dawson, Michael
I'm not counting scroll bars or the *entire* chrome. I'm only counting how Windows handles borders when a window is maximized. The borders are technically still there, but out of sight. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Munson, Jacob
It sounds to me like you are only looking at Microsoft Windows, and possibly only one browser. I just did a test with my screen resolution (your theory should hold water for all resolutions, not just 800x600). The only difference I see is because the window lost it's border. The maximized

Re: CFMX SW Engineering/SW Design Training

2006-02-23 Thread cf
Hi, This may not exist, but..Can anyone recommend a Software Engineering/Software Design course that uses real- world CFMX examples, not lots of theory.something that would be could for someone familiar with CF, but not OOP. Take a look at Hal Helms' trainings

RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Munson, Jacob
Not to mention, all of this discussion only matters /if/ your are doing down to the pixel designs. It is my understanding that the design gurus out there do liquid layouts. I.E., you can resize the browser window to virtually any resolution and the layout holds its original design. Personally, I

Re: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Ray Champagne
I don't see the hype in liquid designs. I mean, yea, they fit across all resolutions, but they have the potential to look really really ugly for high resolution monitors. Having one long line of text across the whole screen is just plain ugly. You just lose control of how the end user is

RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Munson, Jacob
That's a valid point but I think the payoff is worth it. Have you ever looked at one of your sites in 640x480 (yes, some folks still run that)? Or maybe check it out on a Mac (usually high resolution). In my experience, I usually scream when I see those cases. A liquid layout solves the

Re: REPOST Re: OCR and CF

2006-02-23 Thread Bryan Stevenson
Yeah, ColdFusion is not the only fruit. -- Tom Chiverton Advanced ColdFusion Programmer Not sure why ya said that Tom, but of course there are other languages and tools. I am not even asking a CF question thoughI want suggestions for barcode readers and/or OCR utilities that CF can

RE: add a break inside a select list?

2006-02-23 Thread Adkins, Randy
Can you GROUP the items? FRUIT: -- Apples -- Oranges MEAT: -- ground Beef -- Steak ...etc -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 11:07 AM To: CF-Talk Subject: Re: add a break inside a select list? Then just three ideas: A

Strange things in the state of HOMESITE+

2006-02-23 Thread DURETTE, STEVEN J \(ASI-AIT\)
Ok, so I tried to be funny in the subject. :) First: Homesite+ 5.5 Windows XP SP2 I have files that end in .cfm associated to Homesite+. Whenever I double-clicked on a .cfm file it always opened directly into homesite, but recently it stopped doing that. The association is still there and

Re: add a break inside a select list?

2006-02-23 Thread Ray Champagne
No - not without a lot of work that they won't pay for. It's a shopping cart app that literally sells everything - from Lamps to Faucets to heaters to, well, the kitchen sink. There really are no groups that the product add-ons would fit into. I'm looking into Jerry's suggestion of breaking

Re: add a break inside a select list?

2006-02-23 Thread Scott Stroz
you can use style=width:200px in teh select, and in the form it will only be 200Px wide, however, when you try to select someting, the list will expand but not 'break' teh page. On 2/23/06, Ray Champagne [EMAIL PROTECTED] wrote: No - not without a lot of work that they won't pay for. It's a

Re: add a break inside a select list?

2006-02-23 Thread Ken Ferguson
That's not going to work in IE though. I didn't think it would, so I tried it to be sure. select style=width:75px; optiontest/option option fff/option optionsss /option

Re: add a break inside a select list?

2006-02-23 Thread Josh Nathanson
What about throwing a #Left# in there or something...as long as they can tell what the option is with the first 15 or so characters that will keep it under control. Plus you can control the width quite precisely. option value=#thevalue##Left(thelabel, 15)#.../option Not ideal but better I

Returning a recordset from ColdFusion into Flash 8

2006-02-23 Thread Andy Matthews
I've got some code which displays a name randomly on the stage. Currently I'm looping over an array of names just so I can get it up to show the client. But the client wants these names to be random. So pulled from a database will be easiest. I can easily write the code to query the database and

RE: Returning a recordset from ColdFusion into Flash 8

2006-02-23 Thread Brad Wood
Anyone have links or some code for example? Asfusion has some really good flash remoting examples: http://www.asfusion.com/blog/examples/item/populating-a-cfgrid-with-flas h-remoting ~| Message:

Re: add a break inside a select list?

2006-02-23 Thread Jerry Johnson
Ray, I'd still look at a DHTML replacement for the listbox. Something like: http://support.milonic.com/demos/select_box/index.htm http://simplythebest.net/scripts/DHTML_scripts/javascripts/javascript_101.html http://www.siteexperts.com/tips/webfx/ts09/page1.asp I haven't used any of these. I did

RE: add a break inside a select list?

2006-02-23 Thread Bobby Hartsfield
I'm a control+ enter freak... here's the link http://bigelowtea.com/entertaining/recipes/ Click the recipe drop down ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23,

Re: add a break inside a select list?

2006-02-23 Thread Jerry Johnson
Oh please, oh please, do NOT show this to my users! On 2/23/06, Bobby Hartsfield [EMAIL PROTECTED] wrote: I'm a control+ enter freak... here's the link http://bigelowtea.com/entertaining/recipes/ Click the recipe drop down

Re: add a break inside a select list?

2006-02-23 Thread Ray Champagne
'Tis pretty slick, though. :) I fall more in love with CSS the more I use it. Jerry Johnson wrote: Oh please, oh please, do NOT show this to my users! On 2/23/06, Bobby Hartsfield [EMAIL PROTECTED] wrote: I'm a control+ enter freak... here's the link

RE: add a break inside a select list?

2006-02-23 Thread Bobby Hartsfield
Would that be the same users that don’t complain about 1 entry being 3 separate, selectable lines? ;-) ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 1:20 PM To:

Re: add a break inside a select list?

2006-02-23 Thread Ken Ferguson
That looks exactly like what Ray was asking for. I would think it'd be a perfect fit for his original post. --Ferg Ray Champagne wrote: 'Tis pretty slick, though. :) I fall more in love with CSS the more I use it. Jerry Johnson wrote: Oh please, oh please, do NOT show this to my

RE: Frameworks in a shared environment

2006-02-23 Thread Figy, Kam
This is why my company doesn't use any of the major frameworks, most of our clients are on shared hosts. That said, there's no excuse for hard coding CFC paths. At the very least there should be some kind of variable set to the path to your app's CFCs. The only exception to this, is that you

Trying to pinpoint an error

2006-02-23 Thread Eric Scuccimarra
I am running CFMX 6 on a RedHat Linux server. There is a pervasive error I am unable to duplicate. I am however getting emails from my global error handler that says that the error is occuring on line 1. It is a session variable which is undefined. As I am unable to find what line this error

Re: add a break inside a select list?

2006-02-23 Thread Jerry Johnson
Shhh!! They might hear you. On 2/23/06, Bobby Hartsfield [EMAIL PROTECTED] wrote: Would that be the same users that don't complain about 1 entry being 3 separate, selectable lines? ;-) ~| Message:

Re: CFMX SW Engineering/SW Design Training

2006-02-23 Thread Deanna Schneider
Hal came in and did such a training for us. While there was some mix up on what he was supposed to be teaching (he though it was an intro class, and it was really a customized intro to MX's new features with and OO slant class, he rolled with it and we learned a lot from him about the practical

Re: Frameworks in a shared environment

2006-02-23 Thread Michael Traher
On 2/23/06, James Holmes [EMAIL PROTECTED] wrote: snip/ I'm not sure if Fusebox does this, but it's irrelevant as the fusebox method of writing parsed files to the parsed folder means that we can't use it anyway (our servers do not allow write access apart from within a set temp directory).

Re: A very specific message board/forum question...

2006-02-23 Thread Andrew Grosset
The betanews.com link doesn't work, here is a link that explains how mySpace was hacked by the hacker himself! http://namb.la/popular/ Andrew. As a general rule, yes. Providing HTML editing in any publicly accessible part of a web app is one of those bad things you typically want to avoid.

RE: quick mysql 4.0.17 query question...

2006-02-23 Thread Andy Matthews
by the way, the structure of the table is as follows: id (auto-increment) name (varchar: 50) type (enum: 'A','L','P') !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Andy Matthews

Re: quick mysql 4.0.17 query question...

2006-02-23 Thread Claude Schneegans
Is it possible to do this in one query and if so how might I do that? I would try a UNION between 3 SELECTs, one for each possible option. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam

OT: The Unified Process

2006-02-23 Thread Troy Simpson
I realize that this is off topic, but I have found no where else to go to ask this question. Is anyone aware of a list server, news group, or forum that discusses the Unified Process and the various artifacts that are created? Right now, I am specifically looking for something about the Vision

RE: quick mysql 4.0.17 query question...

2006-02-23 Thread Andy Matthews
Ah...that might work, thank you Claude. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 1:20 PM To:

RE: Frameworks in a shared environment

2006-02-23 Thread Sandra Clark
Fusebox doesn't require any mappings. It does have a variable, FUSEBOX_APPLICATION_PATH, which can be set in a relative manner if you want to bring the core files out of the application webroot. So Fusebox can and does work well in shared environments either with multiple sites sharing the same

RE: Frameworks in a shared environment

2006-02-23 Thread Munson, Jacob
Good to learn that, thanks Sandra. I'd be curious to know if MG will work in a shared environment, since I've heard so much good about MG. -Original Message- From: Sandra Clark [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 12:28 PM To: CF-Talk Subject: RE: Frameworks

RE: Trying to pinpoint an error

2006-02-23 Thread Munson, Jacob
Are you cfparaming all your non-private variables (form, url, etc.)? -Original Message- From: Eric Scuccimarra [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 11:32 AM To: CF-Talk Subject: Trying to pinpoint an error I am running CFMX 6 on a RedHat Linux server.

RE: Frameworks in a shared environment

2006-02-23 Thread Sandra Clark
I don't know whether it would or not, but the best person to ask would be the person who wrote MG Joe Rinehart. you can find his blog at http://clearsoftware.net/, his email address can be found at the bottom. Sandra Clark -Original Message- From: Munson, Jacob [mailto:[EMAIL

Getting data into Flash 8

2006-02-23 Thread Andy Matthews
I'm getting so freaking pissed at Flash and at Macromedia I can't see straight. I don't want to be one of those people who complains about changes in programs but for God's sake Macromedia/Adobe leave something alone for at LEAST one version! That's my rant, but here's my problem. I'm trying to

RE: Getting data into Flash 8

2006-02-23 Thread Adrian Lynch
You haven't said what the problem is. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: 23 February 2006 20:18 To: CF-Talk Subject: Getting data into Flash 8 I'm getting so freaking pissed at Flash and at Macromedia I can't see straight. I don't want to be one of

RE: Getting data into Flash 8

2006-02-23 Thread Andy Matthews
You're right. I was so irritated that I forgot to add that part. I'm trying to add the variables from the incoming data string to the idArray. But when I loop over it, each var shows as undefined. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530

getting response back from a webservice

2006-02-23 Thread Russ
We are using CF7 and I'm trying to invoke a webservice written in asp.net. The webservice returns an xml fragment, but coldfusion thinks it's some sort of object, and I can't seem to figure out how to read it. Am I doing something wrong? Is there a way to tell coldfusion to treat the response as

RE: Getting data into Flash 8

2006-02-23 Thread Adrian Lynch
Ahh right so Ted. If you're doing this in the Flash IDE, it will access the .cfm page via the file system so you'll get back the CFML code instead of what you expect. If that's not the problem and if it's failing in the broswer (HTTP, not the file system), then you should see if it really is

RE: getting response back from a webservice

2006-02-23 Thread Adrian Lynch
Are you dumping the response to the screen? Can we have a look? -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: 23 February 2006 20:38 To: CF-Talk Subject: getting response back from a webservice We are using CF7 and I'm trying to invoke a webservice written in asp.net.

Re: Getting data into Flash 8

2006-02-23 Thread John C. Bland II
You probably need to de-url it. Remember, you are loading a URL string so you'll prob have %20's, etc in there. On 2/23/06, Adrian Lynch [EMAIL PROTECTED] wrote: You haven't said what the problem is. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: 23 February

RE: Getting data into Flash 8

2006-02-23 Thread Andy Matthews
Ah...I gotcha. I am trying to run this from within Flash itself. I hadn't thought about that Adrian. I'll check that out shortly. Thanks for making that suggestion. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//-

RE: getting response back from a webservice

2006-02-23 Thread Munson, Jacob
Did you try cfdumping it? Also, you could use one of ColdFusion's Is_ functions to find out exactly what it is: isObject, isArray, isStruct, isSoapRequest, isQuery, etc. -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 1:38 PM To: CF-Talk

RE: getting response back from a webservice

2006-02-23 Thread Russ
http://asp.istandfor.com/test.cfm -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 3:56 PM To: CF-Talk Subject: RE: getting response back from a webservice Did you try cfdumping it? Also, you could use one of ColdFusion's Is_

RE: getting response back from a webservice

2006-02-23 Thread Russ
Basically I'm getting this: object of com.ngpsoftware.ngpapi.WebService.ProcessRequestWithCredsResponseProcessRequ estWithCredsResult Methods hashCode (returns int) equals (returns boolean) getSerializer (returns interface org.apache.axis.encoding.Serializer) getDeserializer (returns interface

RE: getting response back from a webservice

2006-02-23 Thread Munson, Jacob
Actually, isSoapRequest won't help any, but isXML might. -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 1:56 PM To: CF-Talk Subject: RE: getting response back from a webservice Did you try cfdumping it? Also, you could use one

manually set soapAction

2006-02-23 Thread Vikram Ponuganti
Hi, Iam creating a coldfusion webservice which will be consumed by a realbasic application. But i have been getting an xmlexception. on searching the web, i came to know that realbasic requires the webservice wsdl to have SOAPAction header set to something. So can someone please suggest how we

RE: getting response back from a webservice

2006-02-23 Thread Russ
I tried isXML on it... the answer is no... -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 4:16 PM To: CF-Talk Subject: RE: getting response back from a webservice Actually, isSoapRequest won't help any, but isXML might.

RE: add a break inside a select list?

2006-02-23 Thread Bobby Hartsfield
Lol! ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 1:36 PM To: CF-Talk Subject: Re: add a break inside a select list? Shhh!! They might hear you. On 2/23/06,

RE: quick mysql 4.0.17 query question...

2006-02-23 Thread Bobby Hartsfield
I THINK mysql has something similar (if not exact) to the newID() function in SQL server that lets you order records pseudo-randomly. So either 4 selects (or unioned like Claude suggested) where you select the top 1 of each, ordered by newid() If not, QoQ and CF's random functions could get you

RE: getting response back from a webservice

2006-02-23 Thread Adrian Lynch
The sample page breaks because of the IP limit. Were you expecting an XML response? What if you run a ToString() on it? Ade -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: 23 February 2006 21:22 To: CF-Talk Subject: RE: getting response back from a webservice I tried

RE: Getting data into Flash 8

2006-02-23 Thread Kevin Aebig
Here's an even better idea. Why not use a CFC and use Flash remoting to get the data. It's way more clean... What version of Flash and CF are you using? !K -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: February 23, 2006 2:18 PM To: CF-Talk Subject: Getting data

RE: Getting data into Flash 8

2006-02-23 Thread Andy Matthews
I have Flash 8 and I'd prefer to use remoting but I don't know how.. I've looked for tutes on Flash remoting but can't find anything straight-forward. Do you have any links you'd care to share with the class? !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED]

RE: getting response back from a webservice

2006-02-23 Thread Russ
toString returns an object: com.ngpsoftware.ngpapi.WebService.ProcessRequestWithCredsResponseProcessRequ [EMAIL PROTECTED] -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 4:46 PM To: CF-Talk Subject: RE: getting response back from a

CFUNITED-06 interview 8: Raymond Camden - Verity Searching Secrets

2006-02-23 Thread Michael Smith
In this issue of ColdFusion conference and training news: * Hotel 89% full * New Sponsor * Conference Keynotes announced * Win a ticket to CFUNITED with our competition. Deadline 2/28/06 * CFUNITED Sneak Peek 3/1/06 * New Dynamic Schedule http://www.cfunited.com/schedule.cfm * Interview with

RE: Getting data into Flash 8

2006-02-23 Thread Kevin Aebig
O Christmas came early for you this year. Gimme a few and I'll whip up an example... =] !k -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: February 23, 2006 3:53 PM To: CF-Talk Subject: RE: Getting data into Flash 8 I have Flash 8 and I'd prefer to use remoting

Re: Getting data into Flash 8

2006-02-23 Thread John C. Bland II
I posted this on a different thread earlier but the site isn't showing it (maybe because of the attachment) so here it goes again. Remoting is quite simple but it has be convoluted with a million different ways of doing it. Download the zip

OT: Merging Company Databases from Quickbooks to Comma Seperate File

2006-02-23 Thread Aaron Roberson
Our company just merged with another, and we need to merge our contact list. Quickbooks exported our contact list as a comma seperated file, but the billing and shipping address are all scrambled and there are fields that make no sense. Since we all work with databases here, and some of you work

RE: Getting data into Flash 8

2006-02-23 Thread Kevin Aebig
It's using certain development idea's that complicate things for beginners like using Delegates to handle listeners. Here's a bare-bones example... comments included. Let me know if any of this is confusing. Cheers, !k /* - CODE-START --- */ import mx.remoting.*; import

RE: Getting data into Flash 8

2006-02-23 Thread Andy Matthews
You rocketh sir... I've already got the code for the CFC...just need the Flash code. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent:

Borders in report builder

2006-02-23 Thread Tim Do
Anybody know how to add a border around a cell? The only styles that I see are background color, font color, and transparency. Thanks, Tim ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233305 Archives:

RE: getting response back from a webservice

2006-02-23 Thread Munson, Jacob
I think it might help if you gave more details about what you want from the web service, and maybe some of your code. -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 2:57 PM To: CF-Talk Subject: RE: getting response back from a webservice

OT: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-23 Thread Matt Levine
I thought that I would share this with everybody, it sounds like a joke but I don't think it is. http://www.informationweek.com/story/showArticle.jhtml?articleID=180206472cid=RSSfeed_IWK_News http://www.informationweek.com/story/showArticle.jhtml?articleID=180206472cid=RSSfeed_IWK_News Matt

RE: getting response back from a webservice

2006-02-23 Thread Russ
Well it's a web service that gets some parameters including an xml parameter, and returns an soap request back. If I call it using cfhttp, everything works fine, and I get back an xml string. If I call it using cfinvoke, it gets back an object. Russ -Original Message- From:

RE: getting response back from a webservice

2006-02-23 Thread Munson, Jacob
Are you using the 'method' option of cfinvoke to use the specific piece of the web service you want? -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 4:37 PM To: CF-Talk Subject: RE: getting response back from a webservice Well it's a web

Re: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-23 Thread Josh Nathanson
Well, that certainly is creepy -- no joke, there's a link to the actual patent in the article... Who will pay the royalties, hosting companies? How could this be enforced? Anyone with legal experience please comment... -- Josh - Original Message - From: Matt Levine [EMAIL

RE: getting response back from a webservice

2006-02-23 Thread Munson, Jacob
Never mind, I see that 'method' is required for a webservice call... Are you passing the web service parameters using cfinvokeargument? -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 4:50 PM To: CF-Talk Subject: RE: getting

Re: Getting data into Flash 8

2006-02-23 Thread John C. Bland II
Do you mean my example above is too complex? Delegates are super simple. Delegate.create(scope, functionname) You might not want to import the entire remoting and rpc package since you're not using all of it. That is extra bloat that isn't needed. On 2/23/06, Kevin Aebig [EMAIL PROTECTED]

Re: Frameworks in a shared environment

2006-02-23 Thread James Holmes
Ah that stands to reason. Thanks. On 2/24/06, Michael Traher [EMAIL PROTECTED] wrote: Just to mention that with fusebox it is easy to put your own set of core files whereever you like and point to them with a simple cfset FUSEBOX_APPLICATION_PATH = ../ or whatever. and don't discount it so

RE: getting response back from a webservice

2006-02-23 Thread Russ
Ok, I think I figured it out... turns out they were returning an object of type any, and to get it I used the get_any() and that returned an array with 1 element. So once I referred to to it as an array, I can use the toString() function to get the xml back. cfset arr=local.response.get_any()

  1   2   >