RE: weather feed

2003-12-09 Thread Jim Davis
It's probably my fault for not using weather in the title (I was never any good at marketing!)The tag is FreeData_NW (for National Weather service, dontcha know).Here's a direct link: http://www.depressedpress.com/DepressedPress/Content/ColdFusion/CustomTags/F reeData_NWS/Index.cfm Don't

Re: Flash Instant Messenger Software?

2003-12-09 Thread Nick de Voil
Novak It's really nothing more than a Flash movie using ColdFusion as middleware to do SQL selects and inserts from a database table.Some might argue that using session/client variables would be better... but for corporate reasons we wish to keep a 14 day (configurable of course) log of all

Re: SQL col type

2003-12-09 Thread Nick de Voil
Mickael Hi I don't really have that skill set, is that the only way to do this? In Access, I think so. Most other DBMS have tables that you can query for this info but Access only has a table of tables, not a table of columns. The ADO way is not too hard using CFOBJECT iirc. Nick [Todays

[OT] - RegExp Help

2003-12-09 Thread A.Little
Hi all, I'm trying to write a regular _expression_ and am having a little trouble... What I want to do is replace all instances of '/document.cfm' in a string with '/public/document.cfm', unless the original substring is '/public/document.cfm' - ie I don't want to end up with

RE: weather feed

2003-12-09 Thread Todd Finney
At 02:11 AM 12/9/2003 -0500, you wrote: Don't expect much!This is very old code (from 1999) - It's CF.I'm a perl guy. I wouldn't know good or bad CF if it smacked me firmly in the face. :) I'm actually only here to talk about the weather feeds.Once this thread dies, I'll quit pestering you

Re: [OT] - RegExp Help

2003-12-09 Thread Massimo Foti
I'm trying to write a regular _expression_ and am having a little trouble... What I want to do is replace all instances of '/document.cfm' in a string with '/public/document.cfm', unless the original substring is '/public/document.cfm' - ie I don't want to end up with

Creating VCF Files in CF.

2003-12-09 Thread [EMAIL PROTECTED]
Hello All, I'm putting together a little programmette to allow users to select from a DB of leads generated through a website click on the link and generate a vcard (VCF) file with the contacts details then CFContent it back to the userso they can use it in Outlook or Eudora or whatever. SImple

Re: [OT] - RegExp Help

2003-12-09 Thread Massimo Foti
BTW Since sometimes I fund useful to access Jav's string APIs, I put together a collection of UDF inside a CFC: http://www.cfmentor.com/code/index.cfm?action=""> I am also almost finished a similar CFC that act as a wrapper for the java.util.regex package. I just need to polish it a little bit;

Re:network monitor

2003-12-09 Thread cf coder
Can you show me how to do this please, I would really appreciate it. Many Thanks On Monday 08 Dec 2003 15:27 pm, cf coder wrote: The page should have the columns Name and Status. I don't know how to go about doing this. I can call I assume this is in a HTML table ? Can you get the relavent td

msproject xml generator?

2003-12-09 Thread Michael Traher
Anyone know of a tag that will generate XML to create an MS Project? Or a way to add tasks to an existing MS project perhaps? Michael Traher Systems Manager [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

cfmail

2003-12-09 Thread Michel Geadah
Hello, i am using cfmail tag and everything is going just fine. However, if a mail does not arrive to its destination i need to send it to the administrator... How do i do that? Thanks... Micheal - Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing

Re: network monitor

2003-12-09 Thread Thomas Chiverton
On Tuesday 09 Dec 2003 08:58 am, cf coder wrote: Can you show me how to do this please, I would really appreciate it. Do what ? Split a string up into a list based on an arbitery set of chars ? There must be a tag/udf to do that... Or you can just walk the string, with a simple counter to keep

RE: cfmail

2003-12-09 Thread Michael Traher
You might find that the mail server you are using has this facility - to reroute any bounced back emails. Alternatively you could investigate the CFPOP tag to open a mailbox of returned mails and forward these to another address. The first option seems preferable. Michael Traher [Todays

Re: cfmail

2003-12-09 Thread Thomas Chiverton
On Tuesday 09 Dec 2003 10:23 am, Michel Geadah wrote: However, if a mail does not arrive to its destination i need to send it to the administrator... How do i do that? Set the from adress to be the administrators. I don't think you can do very much else. -- Tom Chiverton Advanced ColdFusion

Re:OT: GeoTrust Certs @ 25$ ?

2003-12-09 Thread Jack Dalaa
I'm sorry you've had that experience, but for me that simply wasn't the case. I've *renewed* at least four certificates within the last 3 months for $25 each through that purchase form on the ev1 site. Can't tell you what went wrong with your renewals, but I'm 100% confident that there is no catch

Re:network monitor

2003-12-09 Thread cf coder
well, I just don't know know to do this, someone asked for the code, I've posted it, I was hoping someone could post the code and share the logic. Best Regards CF Coder On Tuesday 09 Dec 2003 08:58 am, cf coder wrote: Can you show me how to do this please, I would really appreciate it. Do what

Re: CF pda types of devices

2003-12-09 Thread Thomas Chiverton
On Monday 08 Dec 2003 16:40 pm, Dan Farmer wrote: so how would one detect what kind of device ( other than pc ) was accessing my site? would it just be a matter of creating a link ( flash site here | xhtml site here | PDA xhtml site here | WML site here ) You can use Apache's auto-negoatied

Project Management

2003-12-09 Thread Spectrum WebDesign
Does anyone have experiences with Project Management Tracking System with ColdFusion or PHP or know the example sources? I will need to handle multiple projects. What I want to accomplish with the system is that, as an example, 1) The project owner assigns action items to project members with

Re: alternative to CFFTP

2003-12-09 Thread Bushy
Try this http://www.jscape.com/ftpapplet/index.html --Original Message Text--- From: Dan Farmer Date: Mon, 08 Dec 2003 18:52:21 + I need to pull files from an FTP site...unfortunatley this ISP is not allowing the CFFTP tag... great then I asked what tags they disabled... and they

Bank Of America payment integartion

2003-12-09 Thread Ketan Patel
hi, has anybody done or have or know any custom tag for Bank Of America payment system integration in estore. Please let me know. thanks ketan [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CFC and ColdfusionQueries

2003-12-09 Thread Craig Dudley
Here's the code for a java CFX to do that exact thing. It will be a whole lot faster than a cfc. snip import com.allaire.cfx.*; import java.io.*; import java.text.SimpleDateFormat; import java.util.*; public class recursiveDir implements CustomTag{ public void processRequest(

RE: Bank Of America payment integartion

2003-12-09 Thread Samuel R. Neff
We've done it.Didn't create a custom tag or anything.It's a little odd but just takes a little string manipulation.Would have been much better if they used something standard like XML. Sam --- Blog: http://www.rewindlife.com Charts:

Re: CF pda types of devices

2003-12-09 Thread David Fafard
Speaking of this, I am going to be testing the Treo 600 combination PDA, Phone device. What would be the best direction for developing a CFMX based application for this device? CFMX, Flash ? WAP? I would be interested in having our remote sales team fill some forms from the road. Currently,

RE: Bank Of America payment integartion

2003-12-09 Thread Tony Weeg
ketan, is this for personal use so that you don't have to use their website? or for a client? just wondering, since I just got an acct there :) and if I could build my own web pay portal that might be easier than what they have setup to use, some of it's a bit clunky, and im fairly certain they

Re: I Hate QoQ

2003-12-09 Thread Jochem van Dieten
Adam Wayne Lehman wrote: So any idea why this very simple QoQ won't work? ! filter query cfquery dbtype=query name=involved SELECT isPublic FROM involved WHERE isPublic = 1 /cfquery isPublic is a valid column name, and the values are either 0 or 1. This is the error I get:

RE: Referencing a .CFC in a sub directory.

2003-12-09 Thread Angel Stewart
So...is it that I am asking a really stupid question, or does no one know a) whether it's even possible to reference .cfcs using either CFINVOKE or CFOBJECT with a directory structure like this b) If so how to do it? Oreilly programming CFMX says this: This is known as package notation.

RE: Bank Of America payment integration

2003-12-09 Thread Ketan Patel
This is for client.I have it working on one part of the site after struggling for couple days using form post. But now on the other sections I have to get it working using cfhttp and that's where the complication is there. Ketan Patel -Original Message- From: Tony Weeg [mailto:[EMAIL

RE: Fusebox - whats the big deal anyway?

2003-12-09 Thread Sandy Clark
The funny part about waiting for a big project is that small projects can commonly turn into big projects over time, I'm working on a project right now, the start of it was to come up with one report based on a criteria screen.Now the customers are so pleased with it, they want to add

RE: I Hate QoQ

2003-12-09 Thread Sandy Clark
How can you QofQ a query of the same name as the one you are executing? cfquery dbtype=query name=involved --- Name of Query SELECT isPublic FROM involved --- Name of query you are taking from. Change one, I'll bet your problem goes away. _ From: Adam Wayne Lehman [mailto:[EMAIL

RE: Referencing a .CFC in a sub directory.

2003-12-09 Thread Mike Townend
For that to work (i.e. using dot notation for CFOBJECT) you must setup a CF mapping. Action="" Method=POST will work as its IIS/Apache/Whatever handling the path to the CFC. CFINVOKE/CFOBJECT/CreateObject use CF to get the path to the CFC so either the CFC must be in the same directory as

Re: CF pda types of devices

2003-12-09 Thread Thomas Chiverton
On Tuesday 09 Dec 2003 13:22 pm, David Fafard wrote: I would be interested in having our remote sales team fill some forms from the road. Currently, they do this through the web browser on their laptops. I am trying to possible replace or supplement the laptops for the form filling. Seeing

RE: The Value of CFQUERYPARAM

2003-12-09 Thread Gaulin, Mark
I haven't heard anyone mention the security value of cfqueryparam... using this tag will prevent someone from injecting malicious code into your queries. Consider this example: cfparam name=url.userid cfquery select id, username from people where userid = #url.userid# /cfquery If someone

xmlSearch question

2003-12-09 Thread Tony Weeg
if I know that the xml is valid, why would the xmlSearch() bug out telling me this: coldfusion.runtime.CfJspPage$ComplexObjectException: Complex object types cannot be converted to simple values. cfoutput cfif len(getData.assetUpdate) cfset tony = xmlParse(getData.AssetUpdate[i]) tr td

RE: xmlSearch question

2003-12-09 Thread Samuel R. Neff
xmlSearch always returns an array.The problem is the code is trying to convert an array to a simple value and thus the error. Instead store the result in a variable and access the first element. Best regards, Sam --- Blog: http://www.rewindlife.com

Re: xmlSearch question

2003-12-09 Thread Thomas Chiverton
On Tuesday 09 Dec 2003 14:19 pm, Tony Weeg wrote: if I know that the xml is valid, why would the xmlSearch() bug out telling me this: coldfusion.runtime.CfJspPage$ComplexObjectException: Complex object types cannot be converted to simple values. The live docs suggest that XMLsearch returns an

RE: I Hate QoQ

2003-12-09 Thread Adrian Lynch
I'm not sure it is the problem, wouldn't it just overwrite the query? Ade -Original Message- From: Sandy Clark [mailto:[EMAIL PROTECTED] Sent: 09 December 2003 13:41 To: CF-Talk Subject: RE: I Hate QoQ How can you QofQ a query of the same name as the one you are executing? cfquery

Re: [OT] - RegExp Help

2003-12-09 Thread Ben Doom
Wow.That's pretty cool.I would love to see a copy when it gets finished. --Ben doom Massimo Foti wrote: BTW Since sometimes I fund useful to access Jav's string APIs, I put together a collection of UDF inside a CFC: http://www.cfmentor.com/code/index.cfm?action="">

Re: [OT] - RegExp Help

2003-12-09 Thread Ben Doom
Besides using regex, there's a pretty stilly way of dealing with this. Replace() all the /public/document.cfm links with just /document.cfm, then replace all the /document.cfm links with /public/document.cfm It's a bit absurd, but it's an easy, quick fix that doesn't have to invoke a regex

RE: I Hate QoQ

2003-12-09 Thread Smith, Matthew P -CONT(CSC)
I had some trouble getting QofQ to work with bit data types way back when.I don't think we ever resolved it and just went to tinyint in the db.Has anyone ever gotten bit datatypes to work in QofQ?Is there some work around? Thanks, -Original Message- From: Jochem van Dieten

Re:network monitor

2003-12-09 Thread cf coder
Take this example. From the below code, how do I ask ColdFusion to get me the service name (eg: service1) if the status which is displayed in a separate td tag inside the same tr block is Timed Out. TRTD bgcolor=#77FF77service1/TDTDHub/TDTD bgcolor=#77FF77Active/TDTD/TD/TR TRTD

CFMX Web Service Client - Complex Objects Hash Tables?

2003-12-09 Thread Jon Block
I'm not the developer working on this but one of my coworkers is having trouble getting a handle on how to deal with complex objects from some web service he's trying to use. Apparently the web service returns a complex object of type hash table. Does anybody have any information on how to consume

RE: The Value of CFQUERYPARAM

2003-12-09 Thread Ian Skinner
Well, the main reason we weren't discussing the security value of cfqueryparam is that we were talking about constant values that were NOT collected from a user, but rather hard coded into the query.Now user interaction usually means no opportunity for user mischief. -- Ian Skinner

dynamic array from query

2003-12-09 Thread Scott . CTR . Stewart
I'm trying to dynamically populate a three dimensional array from a query, the following is the code in question and the error HALLLP!!! cfquery name=qry_getProjectInfo datasource=#application.dsn# SELECT * FROM tbl_project WHERE UserID = #LoginResults.UserID# /cfquery cfif

Re: dynamic array from query

2003-12-09 Thread Massimo Foti
I'm trying to dynamically populate a three dimensional array from a query, Have you first checked cflib? There are plenty of UDFs for converting query into other data structures: http://www.cflib.org/library.cfm?ID=5 Massimo Foti Certified Dreamweaver MX Developer

Looking for smarter solution

2003-12-09 Thread Mickael
Hello All, Firstly I would like to apologize on my clients behalf, they still use Netscape 4.79 across their corporation (can't upgrade them to IE or newer version of Netscape) I have some code which works fine in IE but it causing me some headaches in netscape partly because of security reasons

RE: CF pda types of devices

2003-12-09 Thread Mike Brunt
We already did this sort of thing David using Flash Player 6.0 but on PC2002.I think the Treo is Palm though, am I correct? Kind Regards - Mike Brunt Webapper Services LLC Web Site http://www.webapper.com Blog http://www.webapper.net Webapper Web Application Specialists -Original

CFserver and Multiple IIS virtual websites.

2003-12-09 Thread Ian Skinner
I'm hoping some of the experts on this list can help us out.We have always had a lot of trouble with setting up multiple websites on one server.We are having trouble with different websites using the same files. Just to be clear, WE HAVE turned of cached real path, and RESTARTED our server many

Re: dynamic array from query

2003-12-09 Thread Ben Doom
You are creating a 3d array, but only specifying 2 dimensions of it. Try creating a 2d array instead. --Ben Doom [EMAIL PROTECTED] wrote: I'm trying to dynamically populate a three dimensional array from a query, the following is the code in question and the error HALLLP!!!

Refresh left frame

2003-12-09 Thread Shahzad.Butt
Hi I have Login link on left frame which opens login screen on right frame. On successfull login I want to refresh the left frame. But as I am at right frame it just refreshes right one. Reason I want to do is that some links in left are enabled only when appropriate user is logged in. Without

Re: CF pda types of devices

2003-12-09 Thread David Fafard
Mike. Yes, Treo is Palm. Is there a flash player for Palm? I know it uses the Blazer web browser. Thanks, Dave - Original Message - From: Mike Brunt To: CF-Talk Sent: Tuesday, December 09, 2003 10:05 AM Subject: RE: CF pda types of devices We already did this sort of thing David

RE: CFserver and Multiple IIS virtual websites.

2003-12-09 Thread Dave Watts
I'm hoping some of the experts on this list can help us out. We have always had a lot of trouble with setting up multiple websites on one server. We are having trouble with different websites using the same files. Just to be clear, WE HAVE turned of cached real path, and RESTARTED our

RE: I Hate QoQ

2003-12-09 Thread DURETTE, STEVEN J (AIT)
How can you overwrite a query that you are in the process of creating? Wouldn't the cfquery tag overwrite an existing query before it got to the actual sql?In which case, wouldn't if have problems reading data from a query that is in flux? Don't know why, but building a query like this just

RE: Refresh left frame

2003-12-09 Thread Schuster, Steven
top.frames['FRAMENAME'].location=PAGE' or top.frames['FRAMENAME'].reload() or refresh(); -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 10:25 AM To: CF-Talk Subject: Refresh left frame Hi I have Login link on left frame which

RE: Flash Instant Messenger Software?

2003-12-09 Thread Ryan Kime
Not Flash, but well designed. Has everything you are wanting: 1-on-1 conversation, logs, ability to manage multiple conversations, ability to push information including web pages and attachments to customer: http://www.groopz.com/ http://www.groopz.com/ -Original Message- From:

RE: Refresh left frame

2003-12-09 Thread C. Hatton Humphrey
You should be able to use a _javascript_ call referencing the alternate frame's name and replacing the source with a new call that will cause the frame to load the new page. Hatton _ From: Shahzad.Butt [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 10:25 AM To: CF-Talk

RE: I Hate QoQ

2003-12-09 Thread Adam Wayne Lehman
The dump shows everything as expected: query COURSEID ENDDATE FACULTY ISPUBLIC OFFERINGID STARTDATE TITLE URL USERLEVEL 1 103 2003-12-19 00:00:00.0 Segui-Gomez 1 111 2003-10-27 00:00:00.0 Confronting the Burden of Injuries http://distance.jhsph.edu/burden/ 60 2 83 2003-12-19 00:00:00.0 Reinke,

RE: I Hate QoQ

2003-12-09 Thread Adam Wayne Lehman
No it's def doable. I actually do it all the time to save variable namespace. I'm not an expert but I assume that it creates an instance of query then overwrites the original query when it's completed. Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health

RE: CF pda types of devices

2003-12-09 Thread Dave Watts
Speaking of this, I am going to be testing the Treo 600 combination PDA, Phone device. What would be the best direction for developing a CFMX based application for this device? CFMX, Flash ? WAP? I would be interested in having our remote sales team fill some forms from the road.

RE: I Hate QoQ

2003-12-09 Thread Adrian Lynch
Try it for yourself, it does overwrite it. The assignment must happen as the final process. You're assuming an empty query is created and assigned to the query name, then the query is populated, I doubt this is the case. It's more likely to be that the query is returned in full then assigned to

RE: I Hate QoQ

2003-12-09 Thread Adam Wayne Lehman
Just for quell and speculation the following query throws the error: ! filter query cfquery dbtype=query name=myBrandNewQuery SELECT * FROM involved /cfquery Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division

RE: I Hate QoQ

2003-12-09 Thread Greg Luce
SInce you're creating the query yourself with CF and CF doesn't care about dataatypes, have you tried using single quotes around the qualifier in your SQL? Perhaps the column you're selecting from isn't an int datatype in this case and needs the quotes. (Just a guess) cfquery dbtype=query

RE: I Hate QoQ

2003-12-09 Thread DURETTE, STEVEN J (AIT)
Thanks, helps getting my head around how it works. Steve -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 10:47 AM To: CF-Talk Subject: RE: I Hate QoQ Try it for yourself, it does overwrite it. The assignment must happen as the final

RE: CFserver and Multiple IIS virtual websites.

2003-12-09 Thread Ian Skinner
Thanks for the suggestion.We were not aware of this potential problem, but when we go to the jrun.xml file to disable the built-in web server, we find it is already disabled.So doesn't look like this is the root problem. Any other suggestions. -- Ian Skinner Web Programmer

Re: CF pda types of devices

2003-12-09 Thread David Fafard
Thanks Dave that is good information. If all possible I would like to avoid synchronization and rely on real time access... like you said, it's a phone so where there is a signal there would be access. I already have a CMFX web based solution, so maybe reformatting that would be the easier

Query of a text file

2003-12-09 Thread Jim T
I am Stuck .. can someone help? I am getting this error: Attribute validation error for tag cfoutput. The value of the attribute query, which is currently thefile, is invalid. this is the text filetop of the text file: Code,page,title,unit,price 884,248,LIGHTED ROSE BASKET,1 EA,9.95 1402,194,3

RE: I Hate QoQ

2003-12-09 Thread Adam Wayne Lehman
Yup. Still got there error. If you noticed in my message even a query without a WHERE clause throws the error! Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division -Original Message- From: Greg Luce [mailto:[EMAIL

OT:sql Row Error Msg?

2003-12-09 Thread Janine Jakim
Ok this is a new one for me!I have a table that users add plans to. Because each section of the plan can be extensive each field is 4000 characters long. I have one user who is having a problem.He said when he went to edit the last field e received the following error: [Microsoft][ODBC SQL Server

Re: CF pda types of devices

2003-12-09 Thread Thomas Chiverton
On Tuesday 09 Dec 2003 15:54 pm, David Fafard wrote: Speaking of devices that combine web browsing with phone and a keyboard ( like the Treo 600 ) is there anything else out there comparable to this phone? Several - blackberry do a nice range, and I'm sure theregister.co.uk had a recent

RE: Query of a text file

2003-12-09 Thread Schuster, Steven
Well First of all use this #cfhttp.filecontent# to see what is in the file. If you need to loop through those contents you will have to do something like this: cfloop list=# cfhttp .fileContents# index=line delimiters=#chr(10)##chr(13)# This assumes this is a list separated and users

RE: I Hate QoQ

2003-12-09 Thread Adrian Lynch
I'm not sure if you posted it already, but could we get a look at your code that creates the query, I put together one and I can QofQ it as normal. Ade -Original Message- From: Adam Wayne Lehman [mailto:[EMAIL PROTECTED] Sent: 09 December 2003 16:00 To: CF-Talk Subject: RE: I Hate QoQ

RE: sql Row Error Msg?

2003-12-09 Thread Gabriel Robichaud
I am pretty sure that SQL Server has a maximum size for each row.The only work aroudn would be changing the field do clob, because then that limit does not apply. -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 10:57 AM To: CF-Talk Subject:

RE: Query of a text file

2003-12-09 Thread Jim T
But I only want to output code and price -Original Message- From: Schuster, Steven [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 9:09 AM To: CF-Talk Subject: RE: Query of a text file Well First of all use this #cfhttp.filecontent# to see what is in the file. If you need

cfc questions

2003-12-09 Thread Andrew Peterson
Hi, I would like to build a cffunction within a CFC that will work with either a Flash front end or a cfml front end. In other words, I do not want to have to worry about modifying the cffunction at all, and be able to call it from either Flash or a cfml template. (The functions themselves are

RE: I Hate QoQ

2003-12-09 Thread Sandy Clark
Try casting the isPublic from the original query into an int. Select Cast(isPublic as int) as isPublic _ From: Adam Wayne Lehman [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 11:00 AM To: CF-Talk Subject: RE: I Hate QoQ Yup. Still got there error. If you noticed in my message

isXMLDOC

2003-12-09 Thread Tony Weeg
what kind of xml document does this function have to see to return a 1? tony human1/human /tony shouldn't something that simple work? ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 [Todays Threads] [This Message]

Re: CF pda types of devices

2003-12-09 Thread Kevin Graeme
Yes, Treo is Palm. There is a Flash Player on the Clie, but not on the Treo. The browser on the Treo supports WML, XHTML, HTML 4, CSS, and _javascript_. -Kevin - Original Message - From: Mike Brunt [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 9:05 AM

RE: cfc questions

2003-12-09 Thread Raymond Camden
I would like to build a cffunction within a CFC that will work with either a Flash front end or a cfml front end. In other words, I do not want to have to worry about modifying the cffunction at all, and be able to call it from either Flash or a cfml template. (The functions themselves

RE: CF pda types of devices

2003-12-09 Thread Mike Brunt
David, there is a Flash Player for the Palm OS but Macromedia show it for the Sony Clie.Here’s a reference to the article. http://www.webapper.net/index.cfm?fuseaction=Fuseblog.ShowCommentsArticleID =20031013034448 Kind Regards - Mike Brunt Webapper Services LLC Web Site http://www.webapper.com

Application variables between two applications

2003-12-09 Thread Ricky Fritzsching
I have an administrative application that has persistent application variables that I would like to share into another application on the production side. When a user makes a change in the admin, it refreshes the persistence of the variables and I need it somehow to change in both the admin and

Re: isXMLDOC

2003-12-09 Thread Massimo Foti
what kind of xml document does this function have to see to return a 1? tony human1/human /tony shouldn't something that simple work? Until you use XmlParse() the one above is just a string, not an XMLDoc... Massimo Foti Certified Dreamweaver MX Developer

RE: isXMLDOC

2003-12-09 Thread Dave Watts
what kind of xml document does this function have to see to return a 1? tony human1/human /tony shouldn't something that simple work? That's not an XML document; it's an XML document fragment. You need an XML declaration: ?xml version=1.0? tony ... Dave Watts, CTO, Fig Leaf Software

RE: isXMLDOC

2003-12-09 Thread Cantrell, Adam
You probably need the XML declaration: ?xml version=1.0 encoding=UTF-8? -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 10:14 AM To: CF-Talk Subject: isXMLDOC what kind of xml document does this function have to see to return a 1? tony

RE: CFC and ColdfusionQueries

2003-12-09 Thread Raymond Camden
The main problem is this: cfset variables.filelist='' / This is at the end of the method and deletes the existing query. Just remove it. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CF pda types of devices

2003-12-09 Thread Dave Watts
Speaking of devices that combine web browsing with phone and a keyboard ( like the Treo 600 ) is there anything else out there comparable to this phone? In addition to the ones already mentioned, there are a few Pocket PC phones, some of which have integrated thumb keyboards. Dave Watts,

RE: The Value of CFQUERYPARAM

2003-12-09 Thread Dave Watts
I haven't heard anyone mention the security value of cfqueryparam... using this tag will prevent someone from injecting malicious code into your queries. The current discussion of CFQUERYPARAM concerned whether to use it for literal values, rather than values derived from variables. In that

RE: isXMLDOC

2003-12-09 Thread Adrian Lynch
Try paring the string to a xml document object. IsXMLDoc() might have been called IsXMLDocObject() to avoid confusion. Ade -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: 09 December 2003 16:14 To: CF-Talk Subject: isXMLDOC what kind of xml document does this

RE: Refresh left frame

2003-12-09 Thread John Beynon
Try; script language=_javascript_ type=text/_javascript_ parent.leftFrameName.location.reload(); /script in the successful login screen page that loads on the right. So when that loads it reloads the page in the left frame, john. -Original Message- From: Shahzad.Butt [mailto:[EMAIL

SOT: XML and the Degree Sign

2003-12-09 Thread Scott Brady
I'm working on a ColdFusion intranet application that has some pages (which I didn't write) that utilize XML and XSLT to present data pulled from a database.We have some data that includes the degree symbol (ASCII 176) and XML seems to be choking on that.We already use XMLFormat() on the data

RE: OT: GeoTrust Certs @ 25$ ?

2003-12-09 Thread Matt Robertson
Jack Dalaa wrote I've *renewed* at least four certificates within the last 3 months So they've changed their pricing, which is only good news for all of us. But I still wouldn't do business with them, and if you search back on RackShack or Geotrust you'll see I used to always chime in for them

Re: XML and the Degree Sign

2003-12-09 Thread Nick de Voil
Scott Other than stripping out the degree symbols in the data first (which is a bit of a kluge and leads to a time when I see us having to strip out other characters), is there something else we can try? Also a kludge I guess but you could substitute them all with the entity deg; Nick

SQL UNION Trouble

2003-12-09 Thread Mark Leder
In the following query I want the email addresses from two different tables to be grouped together (for sending in CFMail), can't get it to work, what am I missing? (BTW: the individual queries work just not as a UNION) cfquery name=qMailMessage datasource=#REQUEST.dsnSQL#

RE: Application variables between two applications

2003-12-09 Thread Raymond Camden
Is the Admin tool _for_ the other web site? If so, then just share application names. Otherwise, you can consider using server variables to share data between the apps. Other options include using the ServiceFactory methods which are not supported but work pretty well. [Todays Threads] [This

RE: isXMLDOC

2003-12-09 Thread John Burns
Maybe you're not a human after all.Sorry, I don't have any insight into the problem, just decided to be silly. John -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 11:14 AM To: CF-Talk Subject: isXMLDOC what kind of xml document does this

Re: SQL UNION Trouble

2003-12-09 Thread Nick de Voil
Mark In the following query I want the email addresses from two different tables to be grouped together (for sending in CFMail), can't get it to work, what am I missing? (BTW: the individual queries work just not as a UNION) Try putting the column names in the same order in both parts of the

RE: isXMLDOC

2003-12-09 Thread Adrian Lynch
To expand a little. cfsavecontent variable=myXMLrootsubhella/sub/root/cfsavecontent cfdump var=#IsXMLDoc(myXML)# / cfdump var=#IsXMLDoc(XMLParse(myXML))# / Try the above to see the change. IsXMLDoc() returns true if the argument is an xml document object. What you are passing it is a

RE: XML and the Degree Sign

2003-12-09 Thread Adrian Lynch
Not a solution but I had the same problem with the £ symbol. If you've been trying solutions and not seeing a change, make sure you're not viewing cached pages, for some reason I kept viewing cached errors with every change I made to the page. But anyway -Original Message- From: Scott

RE: isXMLDOC

2003-12-09 Thread Tony Weeg
thanks all, its clear now. ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 11:46 AM To: CF-Talk Subject: RE: isXMLDOC To

RE: SQL UNION Trouble

2003-12-09 Thread Adrian Lynch
Try aliasing your columns. I think you need to have the same column names and number of columns for the union to work. If one query has an extra column as yours does, alias the other query and set it to NULL. SELECT col1, col2, col3, col5 = NULL FROM table1 UNION SELECT col1, col2, col4

RE: cfc questions

2003-12-09 Thread Andrew S. Peterson
Hi Ray, For example, for a db insert, can I create one cffunction with a returntype of any, an access value dynamically inserted (or remote if it'll work), and cfargument tags for all data passed in, and use it from both? What exactly is the method doing? I will be building a simple

RE: Application variables between two applications

2003-12-09 Thread Ricky Fritzsching
The admin tool is for the other website. So in a nutshell, are you suggesting that I just rename the application name in the other website to match name of the application in the admin? Server variables - hmm...that might be a thought. I would prefer to keep them in the app scope, but if I

  1   2   3   >