Re: Access Query Question

2007-04-18 Thread Will Tomlinson
I just know someone that's a higher-up at the IRS. She told me they mostly use oracle, but thought they'd try an access db for a small application. She said if they had 6 users on the system, the data became corrupted. Acted all pissy about it and stuff. Of course, she also told me CF sucked. l

Re: form data not being inserted into mssql database

2007-04-18 Thread Will Tomlinson
Could you: What the hell is goin on here?? redirect user letting them know there's a problem http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275823 Subscription: http://www.houseoffusion.com/groups/CF

Re: form data not being inserted into mssql database

2007-04-18 Thread John P
That's correct, worse still, the issue seems random. I've had other users who have been unsuccessful at submitting variables which have worked for me each time I've tested. At first I thought it might be a session issue, but the example above is a form variable. For some reason Cum_GPA isn't mak

RE: Client-side validation or Server-side Validation?

2007-04-18 Thread Rick Faircloth
It's a very good method, Les... although I can't take credit for it. It was passed on to me a long time ago. No client-side validation at all. Here's a code sample involving two form fields, First_Name & Last_Name. The page, Name_Form.cfm contains the validation code, error messages display, form

RE: Access Query Question

2007-04-18 Thread Dave Watts
> Me too, but they are mostly urban legends. > Like for instance "Access is really bad when serving many > users at the same time". > > This affirmation just does not make sense for WEB applications. > This may be true for an Access application on a lan, but > since when used with CF there is al

Re: Access Query Question

2007-04-18 Thread Claude Schneegans
>>'ve mostly heard bad stuff about it. Me too, but they are mostly urban legends. Like for instance "Access is really bad when serving many users at the same time". This affirmation just does not make sense for WEB applications. This may be true for an Access application on a lan, but since whe

Re: Access Query Question

2007-04-18 Thread Will Tomlinson
>Access does not sucks. >Access works perfectly for many sites for what it has been made for, ie >small and medium databases. Not tryin' to argue here, but I've mostly heard bad stuff about it. Will ~| ColdFusion MX7 by AdobeĀ®

Re: Access Query Question

2007-04-18 Thread Claude Schneegans
>>I have a client using access (I know Access sucks for web stuff, but he's using it...) Access does not sucks. Access works perfectly for many sites for what it has been made for, ie small and medium databases. Unless you have thousands hits a day on your site, it is a perfect solution, and m

Access Query Question

2007-04-18 Thread dsmith
I have a client using access (I know Access sucks for web stuff, but he's using it...) Anyway I try to execute the SQL below and it blows a syntax error from CF. I can paste this into a query in Access and get it to run. I think it has something to do with the field called "Date" which is a te

Re: ColdFusion SMS Text Messages to Cell?

2007-04-18 Thread Paul Hastings
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: > The Event Gateway architecture in CF7 is very, very fast, scalable and is > carrier certified (passed all SMPP provider Cigular/ATT Wireless not that it's needed, but i can attest from experience how super fast cf's SMS gateway is, we flattened an SMS

Re: Flash Forms: ComboBox help

2007-04-18 Thread George Lu
Thank you Kevin. Here is the code in the form: Category: Here is the code in the remoting function:

Re: ColdFusion SMS Text Messages to Cell?

2007-04-18 Thread Graham Pearson
In light of what has happened with the shooting, K-12 School corporations here in Indiana have been doing SMS Messages through my Coldfusion SMS Gateway running CF5 and CF6 for the past 6 years. My office was even recognized in a local newspaper when we had a similar situation as being the resource

Re: coldfusion based blogs

2007-04-18 Thread AJ Mercer
I haven't used it - just throwing the name out there http://www.machblog.org/ built on mach-ii framework On 4/18/07, Mark Trade <[EMAIL PROTECTED]> wrote: > > Hi All > > Could any one recommend a cold fusion based blog? Looking for something > which can be modified if needed. > > ~~~

Re: Not Sure What is Wrong

2007-04-18 Thread Charlie Griefer
On 4/18/07, Dave Watts <[EMAIL PROTECTED]> wrote: > > well you'd have to change your form field name to event_date. > > just be careful as i've seen cfform misinterpret underscores > > in field names to mean that it's a required field of type date. > > It's not a matter of misinterpretation, it's

RE: Not Sure What is Wrong

2007-04-18 Thread Dave Watts
> well you'd have to change your form field name to event_date. > just be careful as i've seen cfform misinterpret underscores > in field names to mean that it's a required field of type date. It's not a matter of misinterpretation, it's a reserved field name used for validation (and it predate

RE: Using CFCs in session scope - need cflock help

2007-04-18 Thread Jason Dunaway
I wanted to thank everyone for their input. I am working part time on the project which my question was about, so I've not been able to be as responsive as I would like. My question has been answered - the problem I'm having has nothing to do with the lack of tags. Thanks!!! -Original Mess

Re: why do you suppose

2007-04-18 Thread Marc Hilt
Russ you may be onto something here. It is random I know but people complain. I'll apply the hack. Thanks-Marc >Is it this Ie bug? > > > >http://www.positioniseverything.net/explorer/unscrollable.html > > > > > >Russ > > > >> -Original Message- > >> From: Marc Hilt [mailto:[EMAIL PROTE

Re: why do you suppose

2007-04-18 Thread Marc Hilt
>Is it this Ie bug? > > > >http://www.positioniseverything.net/explorer/unscrollable.html > > > > > >Russ > > > >> -Original Message- > >> From: Marc Hilt [mailto:[EMAIL PROTECTED] > >> Sent: Wednesday, April 18, 2007 5:30 PM > >> To: CF-Talk > >> Subject: Re: why do you suppose > >> >

RE: Not Sure What is Wrong

2007-04-18 Thread Steve LaBadie
Charles, Got the data to pass, thanks for the advise. The only issue now is the date is not displaying properly. I get: 12/30/189905/11/2006 I am using #DateFormat(GetEvents.EventDate, "mm/dd/")# on the output page. From: Charlie Griefer [mailto:[EM

Re: Display number of users online

2007-04-18 Thread Rick Root
I prefer Ray's method for tracking sessions... Almost as soon as he blogged it, I added it to CFMBB =) Right now there are 6 active sessions, and one registered user ("rickroot2") Rick ~| ColdFusion MX7 by AdobeĀ® Dyncamically tr

Re: CreateObject() with java

2007-04-18 Thread Rick Root
On 4/18/07, Wes Middendorff <[EMAIL PROTECTED]> wrote: > I have a totally newb problem. I have a written a java class to unzip files > (which works Wes, Without commenting on the rest of your code... why exactly are you writing a java class to unzip files, when you can do it with native java in

Re: form data not being inserted into mssql database

2007-04-18 Thread Charlie Griefer
and you're not getting any errors? the other values in the statement are inserting fine but you get an empty field for CUM_GPA? On 4/18/07, John P <[EMAIL PROTECTED]> wrote: > CUM_GPA does pass with on the action page. > > I am inserting other records with this insert statement, I left them out

Re: Not Sure What is Wrong

2007-04-18 Thread Charlie Griefer
well you'd have to change your form field name to event_date. just be careful as i've seen cfform misinterpret underscores in field names to mean that it's a required field of type date. actually you don't have to change the form field name (altho something more descriptive like eventDate (withou

Re: form data not being inserted into mssql database

2007-04-18 Thread John P
CUM_GPA does pass with on the action page. I am inserting other records with this insert statement, I left them out of my post for clarity. Yes this is a new insert not an update. >can you do a on top of action.cfm and make sure >a value (and the value you expect) is being passed? > >also.

RE: why do you suppose

2007-04-18 Thread Dave Francis
Works fine in IE7 -Original Message- From: Marc Hilt [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 4:24 PM To: CF-Talk Subject: Re: why do you suppose Brad, no scroll bars but the pages are quite long. There is no JS here is a example. try in fire fox and then in explorer. If

Re: Verity Uppercase Titles

2007-04-18 Thread Nicole Lane
Yes, very sure. Some one else posted the same question on the list like 5 years ago--which is probably how old the CF version running on my host is. The only potentially weird thing is that I'm using a cfmodule for the header/footer, so the titles weren't at first displaying at all--because Ve

RE: Not Sure What is Wrong

2007-04-18 Thread Michael E. Carluen
Do a cfdump your FORM and check your field list; see if it matches. > -Original Message- > From: Steve LaBadie [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 18, 2007 4:43 PM > To: CF-Talk > Subject: RE: Not Sure What is Wrong > > Changed Date to Event_Date and now I get "Element EVE

RE: Not Sure What is Wrong

2007-04-18 Thread Steve LaBadie
Scratch that last one, found error. Now I get "Error Executing Database Query", "Too few parameters. Expected 1" 8 : 9 : NULL, NULL 10 : 11 : ) 12 : From: Wesley Middendorff [mailto:[EMAIL PROTECTED] Sent: Wed 4/18/2007 7:37 PM To: CF-Talk Subject: Re: No

RE: Not Sure What is Wrong

2007-04-18 Thread Steve LaBadie
Changed Date to Event_Date and now I get "Element EVENT_DATE is undefined in FORM" INSERT INTO Events (Events, Event_Date) VALUES ( '#FORM.Events#', "#FORM.Event_Date#" From: Wesley Middendorff [mailto:[EMAIL PROTECTED] Sent: Wed 4/18/2007 7:37 PM To: CF-Talk

Re: form data not being inserted into mssql database

2007-04-18 Thread Charlie Griefer
can you do a on top of action.cfm and make sure a value (and the value you expect) is being passed? also... you're just inserting a single record? not trying to update a particular existing record? On 4/18/07, John P <[EMAIL PROTECTED]> wrote: > Form code: > > size="8">... > > Insert: > >

Re: form data not being inserted into mssql database

2007-04-18 Thread John P
Form code: ... Insert: INSERT INTO STUDENT_ACADEMICS (CUM_GPA) VALUES ('#TRIM(FORM.CUM_GPA)#') CUM_GPA is not being inserted for me, however other users have had different data that is lost. This variable is NOT being stored as a session variable. Thx John >can you post the form

Re: Not Sure What is Wrong

2007-04-18 Thread Wesley Middendorff
Keyword date, didnt even dawn on me, but that is the more likely answer. On 4/18/07, Charlie Griefer <[EMAIL PROTECTED]> wrote: > > 1) Date is a reserved word. If you can't change it, enclose it in > square brackets. > 2) you have 2 columns specified (Events, Date) but in your > condition you're

Re: Not Sure What is Wrong

2007-04-18 Thread Wesley Middendorff
You may wish to use cfqueryparam for your date/time fields. On 4/18/07, Steve LaBadie <[EMAIL PROTECTED]> wrote: > > I have added a date field to an admin panel and am having trouble getting > it to work properly. In the error message it does show that the text and > date are passing, but am reci

Re: CreateObject() with java

2007-04-18 Thread Wesley Middendorff
Thanks for your help everyone. I think I will be okay now. On 4/18/07, Russ <[EMAIL PROTECTED]> wrote: > > Might want to make it public class instead of class... It could also use a > constructor (or make the method static). > > Russ > > > > > -Original Message- > > From: Wesley Middendorf

Re: Display number of users online

2007-04-18 Thread Mike Chabot
I explored these undocumented functions in detail, and I think they have an unfortunate side effect of keeping sessions alive. Getting the overall count is fine, but any access to any session variable updates the last accessed time, which resets the clock when it comes to timing out the session. If

Re: Not Sure What is Wrong

2007-04-18 Thread Charlie Griefer
1) Date is a reserved word. If you can't change it, enclose it in square brackets. 2) you have 2 columns specified (Events, Date) but in your condition you're only inserting a single value. You should have NULL, NULL. On 4/18/07, Steve LaBadie <[EMAIL PROTECTED]> wrote: > I have added a date fi

Not Sure What is Wrong

2007-04-18 Thread Steve LaBadie
I have added a date field to an admin panel and am having trouble getting it to work properly. In the error message it does show that the text and date are passing, but am recieving an error with the CFIF. Any thoughts would be appreciated. Error says: "Error Executing Database Query" and "

Re: form data not being inserted into mssql database

2007-04-18 Thread Ken Wexel
can you post the form code, insert code, and variable values that did not insert properly? On 4/18/07, John P <[EMAIL PROTECTED]> wrote: > Coldfusion updates that were performed were 7.0.1 and 7.0.2 > > I'm researching but does anyone know if these updates affected session > variables? > > Thx >

Re: form data not being inserted into mssql database

2007-04-18 Thread John P
Coldfusion updates that were performed were 7.0.1 and 7.0.2 I'm researching but does anyone know if these updates affected session variables? Thx John > Hi All, > > I'm maintaining a Coldfusion Application which is storing form data in > an MSSQL database. > > We've recently received c

Re: ColdFusion SMS Text Messages to Cell?

2007-04-18 Thread dcooper
http://www.dcooper.org/blog/client/index.cfm?mode=entry&entry=957DA2C0-4E22-1671-5EBB384BEA245E1D For CF7 & SMS info: start here. Lots of campuses can use this, and in the case of the shootings last week, had a warning system bee in place it, could have saved lives. The Event Gateway archite

RE: CreateObject() with java

2007-04-18 Thread Russ
Might want to make it public class instead of class... It could also use a constructor (or make the method static). Russ > -Original Message- > From: Wesley Middendorff [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 18, 2007 5:08 PM > To: CF-Talk > Subject: Re: CreateObject() with

RE: Client-side validation or Server-side Validation?

2007-04-18 Thread Michael E. Carluen
> I gotta be wondering at this point - why bother with client-side at all > if I'm finding close to 35% of my specific users have javascript off? This definitely drives the same point in which many have continuously repeated many posts ago. "Know your audience". Javascript is the UI eye-candy. If

form data not being inserted into mssql database

2007-04-18 Thread John P
Hi All, I'm maintaining a Coldfusion Application which is storing form data in an MSSQL database. We've recently received complaints from users that not all form data is being inserted to the database. The issue appears to be random. I've tested 4 times and found that only one of my fields i

Re: Verity Uppercase Titles

2007-04-18 Thread Raymond Camden
I haven't seen this before. Are you sure when you indexed your data it wasn't all cap? On 4/18/07, Nicole Lane <[EMAIL PROTECTED]> wrote: > I searched and this questions was asked YEARS ago without response. I'm just > running into now though. > > When doing a Verity search, the title field is r

Re: Client-side validation or Server-side Validation?

2007-04-18 Thread Les Mizzell
> Is it accurate to say that once the submit button is clicked, Jorn's plug-in > validates everything server-side first based on the id of the form, > then once that's complete, with no errors, the form will be submitted to the > action page automatically, in this case ex2_process.cfm, and perform

RE: Client-side validation or Server-side Validation?

2007-04-18 Thread Ian Skinner
Can Ajax be used if JS is disabled? NOPE. AJAX stands for Asynchronous JAVASCRIPT And XML. It does not work well without that second letter. What I'd like to do is have the server-side validation performed via Ajax to a .cfm processing page so that the form page doesn't have to be refreshed...

RE: Client-side validation or Server-side Validation?

2007-04-18 Thread Rick Faircloth
Woohooo! It worked! I did a little mockup of a form and setup the client-side validation, then the server-side validation. I ran client-side validation on 4 of 5 formfields, but left one to be validated only server-side. Sure enough, the 4 client-side fields showed their errors and once they we

RE: why do you suppose

2007-04-18 Thread Russ
Is it this Ie bug? http://www.positioniseverything.net/explorer/unscrollable.html Russ > -Original Message- > From: Marc Hilt [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 18, 2007 5:30 PM > To: CF-Talk > Subject: Re: why do you suppose > > Brad, There are no scro

Re: why do you suppose

2007-04-18 Thread Josh Nathanson
Yup me too, no probs in IE6. -- Josh - Original Message - From: "Brad Wood" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Wednesday, April 18, 2007 2:44 PM Subject: RE: why do you suppose >I get scroll bars the first time. > > I am using IE 6 on Windows 2000. > > ~Brad > > -Original Mes

Re: Client-side validation or Server-side Validation?

2007-04-18 Thread Les Mizzell
What you're doing below sounds exactly like what I need for some specific forms that seem to have lot of business users with no JS. I haven't completely wrapped my head around what you're doing though. Is there a good reference for your method somewhere on the web I can study, or do you mind g

RE: why do you suppose

2007-04-18 Thread Brad Wood
I get scroll bars the first time. I am using IE 6 on Windows 2000. ~Brad -Original Message- From: Marc Hilt [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 4:24 PM To: CF-Talk Subject: Re: why do you suppose Brad, no scroll bars but the pages are quite long. There is no JS he

Re: why do you suppose

2007-04-18 Thread Marc Hilt
Brad, There are no scroll bars for sure. When the page loads in any browser except explorer they are there, one has to refresh to get them in explorer. There is no JS. I went though the validator there are no extra divs or anything. Look at this example: http://www.bambu-u.com/mountain_boo.cfm

RE: CreateObject() with java

2007-04-18 Thread Gaulin, Mark
The class name in your CreateObject call does not EXACTLY match the class itself. Fix that and you should be better. Mark -Original Message- From: Wesley Middendorff [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 5:08 PM To: CF-Talk Subject: Re: CreateObject() with jav

Re: why do you suppose

2007-04-18 Thread Marc Hilt
Brad, no scroll bars but the pages are quite long. There is no JS here is a example. try in fire fox and then in explorer. If you can not get it to scrol in explorer refresh the page it works fine. Thanks to help I got here once bfore I did find a extra div but that is gone. Http://www.bambu-u.

RE: why do you suppose

2007-04-18 Thread Dave Francis
I don't quite understand either. But is it also you're just not waiting long enough for the page to load and render. -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 3:38 PM To: CF-Talk Subject: RE: why do you suppose Are you sure it is a CF p

RE: Client-side validation or Server-side Validation?

2007-04-18 Thread Mark A Kruger
I'm late coming in here so sorry if this has already been hashed over. I wanted to refer you to a post I wrote some time back on this topic: http://www.coldfusionmuse.com/index.cfm/2006/3/16/server-side.client-side.va lidation In particular the comments at the bottom are interesting -mark

Re: CreateObject() with java

2007-04-18 Thread Wesley Middendorff
That helps a little, I am now getting some other error that is not so helpfull... Object Instantiation Exception. An exception occurred when instantiating a java object. The cause of this exception was that: YP_Unzip (wrong name: YP_UnZip). This shouldn't be so difficult. On 4/18/07

Re: ColdFusion SMS Text Messages to Cell?

2007-04-18 Thread Robert Rawlins
Hello Bud, I went through a conversation about this stuff over on the easycfm boards about a month back along with some of the other developers, you may want to give it a read through. You have plenty of choices on how to distribute the mail. As Sean has suggested one option is to use the enter

RE: CreateObject() with java

2007-04-18 Thread Gaulin, Mark
Java classpaths sound not actually contain ".class" files (although ".jar" files are included in classpaths). Assuming your java class in not in a "package" (which is a Bad idea, but looks to be the case from your java code), then you need to include in the classpath the directory containing your

RE: CreateObject() with java

2007-04-18 Thread Gaulin, Mark
Java classpaths sound not actually contain ".class" files (although ".jar" files are included in classpaths). Assuming your java class in not in a "package" (which is a Bad idea, but looks to be the case from your java code), then you need to include in the classpath the directory containing your

RE: Client-side validation or Server-side Validation?

2007-04-18 Thread Rick Faircloth
Yes, I should have typed "client-side"... And thanks for the confirmation of my understanding. > Glad to see you're making some headway! Oh, man, you don't know what a relief it is! I started working with jQuery about 4 weeks ago, and as soon as I would get some working, like client-side valida

RE: Client-side validation or Server-side Validation?

2007-04-18 Thread Rick Faircloth
Thanks for the feedback, Ian... whew... Rick -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 4:33 PM To: CF-Talk Subject: RE: Client-side validation or Server-side Validation? Is it accurate to say that once the submit button is clicked, Jo

CreateObject() with java

2007-04-18 Thread Wes Middendorff
I have a totally newb problem. I have a written a java class to unzip files (which works JRUN's jre), but I am trying to use it with coldfusion and am unable to get coldfusion to even recognize that it is there. I have set up the classpath in administrator and ensured several times that the path

Re: Client-side validation or Server-side Validation?

2007-04-18 Thread Josh Nathanson
> Is it accurate to say that once the submit button is clicked, Jorn's > plug-in > validates everything server-side first based on the id of the form, > then once that's complete, with no errors, the form will be submitted to > the > action page automatically, in this case ex2_process.cfm, and pe

RE: why do you suppose

2007-04-18 Thread Brad Wood
Are you sure it is a CF problem at all and not a JS problem perhaps. What exactly do you mean by "scroll the whole page"? Are the scroll bars simply not present? ~Brad -Original Message- From: Marc Hilt [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 3:19 PM To: CF-Talk Subjec

RE: Client-side validation or Server-side Validation?

2007-04-18 Thread Ian Skinner
Is it accurate to say that once the submit button is clicked, Jorn's plug-in validates everything server-side first based on the id of the form, then once that's complete, with no errors, the form will be submitted to the action page automatically, in this case ex2_process.cfm, and perform the serv

RE: Client-side validation or Server-side Validation?

2007-04-18 Thread Rick Faircloth
Dan... Something I'm trying to figure out. What is the mechanism that moves the validation from client-side to server-side? In other words, what causes the server-side validation to begin? Concerning this code: Is it accurate to say that once the submit button is clicked, Jorn's plug-in vali

why do you suppose

2007-04-18 Thread Marc Hilt
Hi, what would be the reason a very basic cold fusion page loads correctly in most browsers except when it is loaded in explorer it has to be refreshed to scroll the whole page? Thanks-MSH ~| Deploy Web Applications Quickly acro

RE: Outputting Dollar Format on Bind

2007-04-18 Thread Kevin Aebig
Mom always said I wasn't too bright... http://www.keslabs.com/downloads/CurrencyFormat.as.txt !k -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 1:59 PM To: CF-Talk Subject: Re: Outputting Dollar Format on Bind Page cannot be found. On 4

Re: Outputting Dollar Format on Bind

2007-04-18 Thread Bruce Sorge
Page cannot be found. On 4/18/07, Kevin Aebig <[EMAIL PROTECTED]> wrote: > > I believe you're right. Here's a class that you can include and use to > format as you wish. It's well commented and easy to use... > > http://www.keslabs.com/downloads/CurrencyFormat.as > > !k > ~~~

Verity Uppercase Titles

2007-04-18 Thread Nicole Lane
I searched and this questions was asked YEARS ago without response. I'm just running into now though. When doing a Verity search, the title field is returned in all upper caps. Does anyone know how to fix this? I think our host is running a realy old version of CF--I don't know if that has a

RE: Outputting Dollar Format on Bind

2007-04-18 Thread Kevin Aebig
I believe you're right. Here's a class that you can include and use to format as you wish. It's well commented and easy to use... http://www.keslabs.com/downloads/CurrencyFormat.as !k -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 12:52 PM

Re: cfspry

2007-04-18 Thread Dan Vega
No problem, I will check out the forums I just thought I would see if anyone here (you) knew of a way. Thank You Dan On 4/18/07, Raymond Camden <[EMAIL PROTECTED]> wrote: > > I'm not aware of any such ability. Did you try the Spry forums at labs? > > FYI - my project is a "bit" rusty now. The inc

Re: Document root element is missing.

2007-04-18 Thread Dwayne Cole
Maybe I should clarify. When I fetch the XML file with http://www.somewebsite.com/rss/someRss.xml";method="get"> the resulting CFHTTP.FileContent variables contains the following lines I need some code to parse / remove the above lines from the chttp.fileconent variable. Once I have rem

Re: Breakfast is ready honey... come'n'get it!

2007-04-18 Thread Nathan Strutz
But if you're like me, your Eclipse install is a little over 1GB :) It's probably time for me to start tossing out-versioned plugins - Eclipse saves everything by default. -- nathan strutz http://www.dopefly.com/ On 4/18/07, Mark Drew <[EMAIL PROTECTED]> wrote: > > If you are a bit mean, you c

Re: cfspry

2007-04-18 Thread Raymond Camden
I'm not aware of any such ability. Did you try the Spry forums at labs? FYI - my project is a "bit" rusty now. The included JS files are probably the 1.3 files. You may want to update to 1.4. I'll do an update int he project if folks really want - but I was planning on waiting till 1.5. On 4/18/

Re: Document root element is missing.

2007-04-18 Thread Kris Jones
Sounds kind of obvious, but is the document someRss.xml well-formed? It must have a single root element to be valid. This block is invalid because there is no single root element: some value A some value B some value C some value D

cfspry

2007-04-18 Thread Dan Vega
I am using cfspry (http://cfspry.riaforge.org/) for creating a nice multi step form using tabs. I was wondering if anyone else has used this or spry for tabs. My question is that I have added next and previous buttons to control the form so I would like to take away the ability to click on the tabs

Re: ColdFusion SMS Text Messages to Cell?

2007-04-18 Thread Sean Corfield
On 4/18/07, James Blaha <[EMAIL PROTECTED]> wrote: > ColdFusion SMS Text Message to Cell? Built into CFMX 7 Enterprise via the SMS Event Gateway. You just need an SMSC account to connect into the cell providers' network. I don't know if Mike Kear's system works on this (I hope so - CFMX SMS suppo

Document root element is missing.

2007-04-18 Thread Dwayne Cole
The above code is at the top of an XML feed that I am trying to process. I want to remove it, otherwise I get the following error. Document root element is missing. Document root element is missing. My code looks like this. http://www.somewebsite.com/rss/someRss.xml";method="get">

Re: coldfusion based blogs

2007-04-18 Thread Raymond Camden
Well, BlogCFC does support siptemaps. You have to tell Google about your sitemap of course. On 4/18/07, Rick Root <[EMAIL PROTECTED]> wrote: > On 4/18/07, Brad Wood <[EMAIL PROTECTED]> wrote: > > HA! > > If you search for "cold fusion blog software" with a space between cold > > and fusion, BlogC

RE: Client-side validation or Server-side Validation?

2007-04-18 Thread Rick Faircloth
I was actually placing the error messages differently, too. Using this code: errorPlacement: function(error, element) { error.appendTo("#" + element.attr('id') + "_error"); }, To place the error messages in this HTML: I'll just stick some kind of if statement inside the above

Re: coldfusion based blogs

2007-04-18 Thread Rick Root
On 4/18/07, Brad Wood <[EMAIL PROTECTED]> wrote: > HA! > If you search for "cold fusion blog software" with a space between cold > and fusion, BlogCFC is the second result. > > http://www.google.com/search?hl=en&q=cold+fusion+blog+software&btnG=Sear > ch Hah, but BlogCFM is still #1 ;) If Ray had

Re: making a page use cfdocument or not

2007-04-18 Thread Jake Pilgrim
Ian keyed in on the solution here. In short - you can't have a condition around just the CFDOCUMENT starting and ending tags; the condition needs to wrap the entire code block. From what I experienced CFdocument seems to always run whether it is wrapped in a condition or not(seems to execute dur

RE: ColdFusion SMS Text Messages to Cell?

2007-04-18 Thread Dawson, Michael
Interesting how a tragedy must occur before organizations will create a preventive action. Along these lines, we are also being asked to implement a solution on our campus. The first thought was to use SMS, but I suggested just sending to the phone's email address. M!ke -Original Message--

Re: ColdFusion SMS Text Messages to Cell?

2007-04-18 Thread Pete Ruckelshaus
I know I can send email to my cell phone at [EMAIL PROTECTED]; the same holds true for many other providers, i.e. T-Mobile: [EMAIL PROTECTED] Virgin Mobile: [EMAIL PROTECTED] Cingular: [EMAIL PROTECTED] Sprint: [EMAIL PROTECTED] Verizon: [EMAIL PROTECTED] Nextel: [EMAIL PROTECTED] Using this woul

RE: Client-side validation or Server-side Validation?

2007-04-18 Thread Dan G. Switzer, II
Rick, >If it's client-side placing the message, it places by the id, e.g. >"id=errorMessage". >If it's server-side placing the message, you use a CFIF statement to >determine >that and place the error message in the same div via cfoutput. > >Correct to this point? Yes, if you look at my code, I'v

RE: Outputting Dollar Format on Bind

2007-04-18 Thread Dave Watts
> I know of about 3 ways to do it, but I can't remember what > version of Actionscript CFForm uses... Gimme a few to dig > that up and I'll post the best one. I thought Flex 1.5 used AS2? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber

RE: Outputting Dollar Format on Bind

2007-04-18 Thread Kevin Aebig
I know of about 3 ways to do it, but I can't remember what version of Actionscript CFForm uses... Gimme a few to dig that up and I'll post the best one. !k -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 11:30 AM To: CF-Talk Subject: Outputt

RE: CF and Java

2007-04-18 Thread Phillip Duba
What is line 91 in your java file? That's where the error in your class is being thrown, Phil -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 11:46 AM To: CF-Talk Subject: RE: CF and Java Looks like something is getting a null pointer, meaning som

RE: Flash Forms: ComboBox help

2007-04-18 Thread Kevin Aebig
I'm not sure how familiar you are with Flash and perhaps if you could respond back with some code it would make this more easy to help... Anyhow, to add items to a combobox, just bind to the dataProvider instead of adding each manually and when you want to remove items, you need to reference them

RE: Client-side validation or Server-side Validation?

2007-04-18 Thread Rick Faircloth
Hurray! So, Dan... I know I can use Jorn's Validation plug-in for client-side validation, and my normal CF routine for server-side validation. I just need to figure out how to use the same space for error messages for both client-side and server-side validation. If I understand correctly, you'r

Outputting Dollar Format on Bind

2007-04-18 Thread Bruce Sorge
I checked AsFusion and some ActionScript sites and I cannot find the answer. I have a cfformitem type of HTML that is bound to a query. What I want is to format the output to a dollar format. Code is below: I am sure it is easy, but I cannot find the answer. Thanks, -- Bruce Sorge "I'm a maw

Re: ColdFusion SMS Text Messages to Cell?

2007-04-18 Thread Brian Swartzfager
Hi, James, We're about to try the same thing at my university. We're going to create a portlet (using ColdFusion) in our university portal where anyone at the university who wants to get emergency text messages can provide us with their cell phone number and the name of their cell service prov

RE: making a page use cfdocument or not

2007-04-18 Thread Ian Skinner
This was on the Adobe forums just yesterday. The solution is here: ---> #content# #content# ~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.a

RE: Client-side validation or Server-side Validation?

2007-04-18 Thread Dan G. Switzer, II
>Does this describe the process you're trying to get me to understand? Yes. ~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid

Re: Display number of users online

2007-04-18 Thread Joel Watson
Thanks, this works great! I really appreciate your help, as well as the responses from everyone else! Joel >Here you go Joel, I got this code from someone else long ago, and now am >passing it on to you. =) You may store other data about them, but you >can go from here. > > > > > >sessiontracker

making a page use cfdocument or not

2007-04-18 Thread Chad Gray
I would like to make a page that will either be displayed as a PDF using CFDocument or as plan old HTML. I cant seem to do the below I get the error: The end tag encoutered on line 6 at column 11 requires a matching start tag. blah blah blah What is the best way to ma

RE: coldfusion based blogs

2007-04-18 Thread Brad Wood
I wish I got paid to work at Google. :) (I hear it's nice) -Original Message- From: Billy Cox [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 11:04 AM To: CF-Talk Subject: RE: coldfusion based blogs I wish I got paid to surf Google all day. ;) ~

RE: Client-side validation or Server-side Validation?

2007-04-18 Thread Rick Faircloth
Perhaps a little sunlight is appearing through the dark clouds of ignorance! :o) Rick -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 12:00 PM To: CF-Talk Subject: RE: Client-side validation or Server-side Validation? Does this describe th

  1   2   >