Re: .NET errors after CF 9.01 Update

2010-12-07 Thread Rick Root
ng is fine - including calling DLLs from the 32 bit .NET framework Rick ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusio

Re: CF9/Win7 64 bit issues

2010-12-06 Thread Rick Root
On Mon, Dec 6, 2010 at 8:03 PM, Russ Michaels wrote: > > There are other reasons to install the IIS6 management tools, such as if > you > plan to use windows built in SMTP server which requires it. > > God help those people. Worst. SMTP Server. Ever.

Re: CF9/Win7 64 bit issues

2010-12-06 Thread Rick Root
But that *WAS* on the 9.0 install, not the 9.0.1 updater On Mon, Dec 6, 2010 at 7:39 PM, Rick Root wrote: > I didn't even notice but you're right, it DID ask me if I wanted to do > something to IIS - I thoguht all it did was disable 32 bit applic

Re: CF9/Win7 64 bit issues

2010-12-06 Thread Rick Root
I didn't even notice but you're right, it DID ask me if I wanted to do something to IIS - I thoguht all it did was disable 32 bit applications. Rick ~| Order the Adobe Coldfusion Anthology now! http://www.amazon

Re: CF9/Win7 64 bit issues

2010-12-06 Thread Rick Root
Nope. Downloaded mine on Friday. On Mon, Dec 6, 2010 at 6:40 PM, Steven Durette wrote: > > Really? I thought if you got the latest download from Adobe that it was > v9.0.1 > > ~| Order the Adobe Coldfusion Anthology now! htt

Re: CF9/Win7 64 bit issues

2010-12-06 Thread Rick Root
e IIS6 compat stuff. Maybe that's why my .NET stuff isn't working... Rick ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://

Re: CF9/Win7 64 bit issues

2010-12-06 Thread Rick Root
on changes for CF8 to IIS so I don't know for sure. Rick ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com

Re: RE: Virtual Directories and IIS

2010-12-06 Thread Rick Root
aline-MI-1990" to be invisible to Coldfusion (would it still be part of the cgi.script_name?) Rick ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: Monster Regex

2010-12-06 Thread Rick Colman
;), "((", > "(", "all"), "\)\s*\)", ")", "all") > > > > From: "Rick Colman" > Sent: Monday, December 06, 2010 3:55 PM > To: "cf-talk" > Subject: Re: Monster Regex > > getting malformed

Re: Monster Regex

2010-12-06 Thread Rick Colman
ot;, "all"), "((", > "(", "all"), ")\s*)", ")", "all") > > > > From: "Rick Colman" > Sent: Monday, December 06, 2010 3:28 PM > To: "cf-talk" > Subject: Re: Mo

Re: Monster Regex

2010-12-06 Thread Rick Colman
on, Dec 6, 2010 at 12:03 PM, Rick Colman wrote: >> Been whacking at this one for a while, and it eludes me. >> >> ((T ACC) (I ATT) (T ACT) (P CCA) (E GAA) (T ACT) (S TCC) (R CGT) (P CCA) >> (I ATC) ;0-9 >> (T ACT) (M ATG) (D GAT) (H CAC) (L CTG) (E GAG) (K AAA) (N

Re: Monster Regex

2010-12-06 Thread Rick Colman
this mostly worked, but did not remove one of the last trailing double )) results like: (T ACT) (N AAC) (D GAT) (T ACT) (A GCT) (T ACT) (M ATG) (D GAT) (H CAC) (L CTG) (E GAG) (K AAA) (N AAC) (E GAA) ) On 12/6/2010 11:26 AM, Jason Fisher wrote: > clean = replaceList(reReplace(x, "\s*;\d+-\d+",

Re: RE: Virtual Directories and IIS

2010-12-06 Thread Rick Root
Yes, each is managed and customized by different people. On Dec 6, 2010 2:18 PM, "Russ Michaels" wrote: Rick, What is the purpose of all these sub directories, is each site actually different? What are you actually trying to achieve. Russ -Original Message----- From:

Monster Regex

2010-12-06 Thread Rick Colman
GAA) You will advance the state of genomic science !!! (yuck ... I hate RE ...) Rick ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Re: CFHEADER on Chrome to download an Excel CSV / Mime Type problem

2010-12-06 Thread Rick Root
Have you tried using this mime type instead? application/msexcel On Mon, Dec 6, 2010 at 1:42 PM, Brook Davies wrote: > > I've been using the following code for years with no problems on > IE,FF,Safari to force the download of a CSV file that will be associated > with and opened by Excel: > >

Virtual Directories and IIS

2010-12-06 Thread Rick Root
site? like, in the case www.mydomain.com/mywebsite1/foo.cfm, if there ws no "/mywebsite1/" physical directory, then look for "foo.cfm" in the web root.. but do not REDIRECT (because we rely on "/mywebsite1/" being in

Re: .NET errors after CF 9.01 Update

2010-12-06 Thread Rick Root
r and over again, deleted cached files... etc... argh! On Sun, Dec 5, 2010 at 8:31 AM, Rick Root wrote: > A reboot resolved this problem for me as well > > > On Sat, Dec 4, 2010 at 10:58 PM, Rick Root wrote: > >> On Wed, Dec 1, 2010 at 11:24 AM, Stefan Richter >> wro

Re: Split String

2010-12-06 Thread Rick Root
How about this... seems to work. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm

Re: Schedule task more frequent than 1 inute

2010-12-06 Thread Rick Root
t;Gateway T ypes" and add it, THEN go to "Gateway Instances" and add the specific instance of the gateway for your purpose. Rick ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-An

Re: Dumping VAR Scope?

2010-12-05 Thread Rick Root
I've been doing that myself for a year or so.. but I've been at this job since 2002, so there's some code that doesn't do it ;) Rick ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: .NET errors after CF 9.01 Update

2010-12-05 Thread Rick Root
A reboot resolved this problem for me as well On Sat, Dec 4, 2010 at 10:58 PM, Rick Root wrote: > On Wed, Dec 1, 2010 at 11:24 AM, Stefan Richter > wrote: > >> >> E so I tried rebooting the server... now getting a blank page which is >> much, much better.

Re: Dumping VAR Scope?

2010-12-05 Thread Rick Root
ended up re-writing the function and local scoping all the variables :) I will try that other potential method when I get a chance though... Rick ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Col

Re: .NET errors after CF 9.01 Update

2010-12-04 Thread Rick Root
ot me to the error you were seeing. I got a little more error information from the error.log in C:\Coldfusion9DotNetService (but it really isn't helpful to me) Rick .NET-side stack trace = .NET-side stack trace: at com.jnbridge.jnbproxy.ExceptionFactory.throwException(JNBException e, Hasht

Re: Dumping VAR Scope?

2010-12-04 Thread Rick Root
On Sat, Dec 4, 2010 at 10:15 AM, andy matthews wrote: > > If you're running CF9, you can dump the LOCAL scope. Variables are placed in > this scope by default in CF9. Thanks. We're not talking about CF9. Rick ~

Problems with cfajaxyproxy after CF8 to CF9 upgrade

2010-12-04 Thread Rick Root
SearchClassmatesGetCount function is required but was not passed in. " The author of the aforementioned blog post said he went back to the CF 9 cfide/scripts directory but I'm afraid if I do this my other issues will be unfixed, or might

Re: Schedule task more frequent than 1 inute

2010-12-04 Thread Rick Root
On Fri, Dec 3, 2010 at 8:22 AM, Stefan Richter wrote: > > Is there any way to schedule a task in CFadmin more frequently than once a > minute? I need to run it 2-3 times  minute if possible. I have the perfect solution for you. http://www.opensourcecf.com/simplegateway/ I wrote a very simple

Re: OT - MySQL

2010-12-03 Thread Rick Root
't use MySQL and I am a big fan of SQL Profiler so http://dev.mysql.com/tech-resources/articles/using-new-query-profiler.html It's not graphical though and I've never used it but maybe it can help you... Rick ~|

Re: Dumping VAR Scope?

2010-12-03 Thread Rick Root
e other responses, dumping the var scope in CF8 is not possible. Rick ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseo

Re: Memory Usage Pattern question

2010-12-03 Thread Rick Root
On Fri, Dec 3, 2010 at 12:51 PM, Brook Davies wrote: > > 1.       I understand that setting -Xms1024m -Xmx1024m should immediately > allocate that amount of ram to the JVM. So why does the taskManager report > the memory usage at 300 megs (prior to the event)? I think the answer to this one is t

Re: Dumping VAR Scope?

2010-12-03 Thread Rick Root
On Fri, Dec 3, 2010 at 12:05 PM, Russ Michaels wrote: > > ISTR that in CF9 it creates an internal scope called called local > > so try cfdump var="#local#"> > Which is why I had this in my original post: > Qualifiers - not on CF9, and not using =)

Re: Dumping VAR Scope?

2010-12-03 Thread Rick Root
On Fri, Dec 3, 2010 at 12:03 PM, Matt Quackenbush wrote: > > Rick, to my knowledge there is no way to dump the var'd variables as a > whole.  That said, of course you can always dump individual var'd variables. That is m

Re: splitting a string into multiple sections

2010-12-03 Thread Rick Root
On Fri, Dec 3, 2010 at 12:01 PM, Rick Colman wrote: > > If I have a long text string, and want to chop it up into sections and > extract each section, like: > > (1 537 825) > > first section is position 1-536 > second section is position 537 to 824 > third section

splitting a string into multiple sections

2010-12-03 Thread Rick Colman
If I have a long text string, and want to chop it up into sections and extract each section, like: (1 537 825) first section is position 1-536 second section is position 537 to 824 third section is 825-end can someone suggest a CF approach to do it? have not done it before. tnx if you can he

Re: Dumping VAR Scope?

2010-12-03 Thread Rick Root
bles# dumps the function names #variables.functionName# dumps metadata about the function (arguments, return type, etc) Rick ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430

Re: Dumping VAR Scope?

2010-12-03 Thread Rick Root
On Fri, Dec 3, 2010 at 11:17 AM, Robert Harrison wrote: > > Is the CFC defined > >        output="true" No, but that's not relevant. if output is true or false, you can still call and it will dump it. Or you can put the dump inside a http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/143027

Dumping VAR Scope?

2010-12-03 Thread Rick Root
How do you dump the var scope inside a CFC? Qualifiers - not on CF9, and not using I can tell you what DOESN'T work. Rick ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Antholo

Re: Diagnosing DB / CF problem

2010-12-02 Thread Rick Root
request, and somehow, Coldfusion failed to receive the result - perhaps due to a network problem... I am at a loss on how to resolve this issue. Networking is *WAY* out of my league. I don't even know what an "unmanaged switch" is, nor do I really have any idea what the network topography

How to make a CFSELECT Required

2010-11-29 Thread Rick Colman
I want to force the user to select a country code when submitting a form. The select box looks like: selected>Please select selected >Australia etc. I do not want them to be able to select the "value=""" opti

Re: Diagnosing DB / CF problem

2010-11-29 Thread Rick Root
This might come in handy thanks Dan! On Sun, Nov 28, 2010 at 8:42 PM, Dan Crouch wrote: > > I see similar things like that happen sometimes and SeeFusion won't kill them > either. In those cases, many times what I can do is run an sp_who on the > database and look for the offending query,

Re: Diagnosing DB / CF problem

2010-11-29 Thread Rick Root
often but the failure is a socket operation to the client, not a DB operation We used to have more of those hung processes due to socket operations because they were actually caused by a bug in a specific (fairly old) version of Internet Explorer (I don't recall which)... and that version of IE

Re: Diagnosing DB / CF problem

2010-11-28 Thread Rick Root
ure, and we've got SQL Server 2008 Standard ... I'll have to hit up google to see if there are any other methods of getting what the activity monitor shows in sql server... Rick ~| Order the Adobe Coldfusion Anthology

Diagnosing DB / CF problem

2010-11-28 Thread Rick Root
kill these threads is to restart the CF instances... Rick ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/grou

Re: moving data from sub-window into a form

2010-11-23 Thread Rick Colman
field. On 11/23/2010 5:41 PM, Rick Colman wrote: > Here is what I am trying to do: > > a) open a form - several form fields will have an IMPORT button > > b) IMPORT button opens a sub-window (cfwindow) which runs a query and > displays the query results in a table > > c) s

moving data from sub-window into a form

2010-11-23 Thread Rick Colman
resource that might provide some insights? TNX. Rick ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf

Re: How to Display "lined up" Output

2010-11-23 Thread Rick Colman
by itself works great, but then I get one giant long 500 character text line ... On 11/23/2010 10:29 AM, Ian Skinner wrote: >If you don't want to use a table or grid, you may also want to try > then under utilized... tags that gives you old fashioned > character alignment, over riding the

Re: How to Display "lined up" Output

2010-11-23 Thread Rick Colman
I may need to "copy and paste" the text string into another form field. Putting in extra ascii characters (like a line break) may screw things up because of the way the text is later processed. apparently, does not work with ... On 11/23/2010 10:29 AM, Justin Scott wrote: >> It looks like on

Re: How to Display "lined up" Output

2010-11-23 Thread Rick Colman
) (Y TAC) (Q CAG) (K AAG) (K AAA) (L CTG) (E GAA) (L TTG) (S TCT) (E GAA) etc. On 11/23/2010 10:18 AM, Rick Colman wrote: > I have a lot of nucleotide data coming back from a query, that looks like: > > (T ACC) (I ATT) (T ACT) (P CCA) (E GAA) (T ACT) (S TCC) (R CGT) (P CCA) > (I ATC) (D

How to Display "lined up" Output

2010-11-23 Thread Rick Colman
rammer and you guys are really great about helping out.) Rick. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com

Re: REGEX hell

2010-11-22 Thread Rick Colman
This worked!! TNX. On 11/22/2010 6:04 PM, Michael Dinowitz wrote: > Are you sure it's a space and not 2 spaces? Or a tab? Try using \s* to > indicate that there may be one or more space characters. > > \)\s*\) > > > > On Mon, Nov 22, 2010 at 8:48 PM, Rick Colma

REGEX hell

2010-11-22 Thread Rick Colman
I am trying to replace two trailing parens )) with a single paren. here is a sample string: (K AAA) (N AAC) (E GAA) ) looks like there is a space in between the two )), so I tried: but this is not working. Any ideas as two what is wrong greatly appreciated. ~~~

RE: Problem with undefined js variable set via cf...

2010-11-17 Thread Rick Faircloth
Gracias! Thanks, Michael! Perfecto! Rick -Original Message- From: Michael Grant [mailto:mgr...@modus.bz] Sent: Wednesday, November 17, 2010 3:20 PM To: cf-talk Subject: Re: Problem with undefined js variable set via cf... Define your var outside of the function. var

Problem with undefined js variable set via cf...

2010-11-17 Thread Rick Faircloth
would the var, "jsActiveWebrootDirectory", always be "undefined" in the file containing the "url" line above when the 01-processEmailProperty.js function is called? Does the question make sense? I can reword it if it's not clear... Rick ~~

Re: Homesite on Windows 7

2010-11-16 Thread Rick Colman
I am having the same problem trying to "save as" on my web directories on a remote server (CrystalTech). Could it be another dumb Vista/Windows 7 security hack? On 11/16/2010 8:04 AM, Michael Grant wrote: > This is how I have mine set up and I still can't create a new file (CTRL+N) > and then s

Homesite on Windows 7

2010-11-15 Thread Rick Colman
I STILL like homesite because it is file based - NOT projects. I don't do projects ... Anyways, did anyone ever solve the problem where HomeSite will not do a "save as" in Windows 7? I know there is a work around (file - create here - copy & paste - save) but it is still

Re: Countries Select Box

2010-11-11 Thread Rick Colman
that worked. write me if you want a copy ... On 11/11/2010 10:15 AM, John M Bliss wrote: > Little find-and-replace on this and you should be good to go: > http://snipplr.com/view/33790/form-country-code-select-with-if-selected-test/ > > On Thu, Nov 11, 2010 at 12:06 PM, Rick C

Countries Select Box

2010-11-11 Thread Rick Colman
I need to provide world-wide country postal abbreviations in a drop-down select box. there must be one of those out there, although I have searched. Anybody know where to get one. TNX. rick. ~| Order the Adobe Coldfusion

Re: Best Way to Trap SQL Error

2010-11-08 Thread Rick Colman
This was a really good idea, and solved the problem. I validated for an integer, and the error went away. TNX. On 11/8/2010 7:49 AM, Michael Grant wrote: > The best way would be to validate the data before getting your database > involved. > > > On Mon, Nov 8, 2010 at 10:07

Best Way to Trap SQL Error

2010-11-08 Thread Rick Colman
What is the best way to gracefully trap this sort of error ... Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1. The error occurred on line 3. TNX for any suggestions. Rick

RE: I think I'm just making this way too hard...

2010-11-05 Thread Rick Faircloth
Thanks for the suggestion. I did use hard-coded dates, but not 4's and 5's. Next step would have been that. However, per my latest post before this, I think we have a winner! :o) -Original Message- From: Bryan Stevenson [mailto:br...@electricedgesystems.com] Sent: Friday, November 05

RE: I think I'm just making this way too hard...

2010-11-05 Thread Rick Faircloth
y", 927. And running: select totalNew from04a_dailyNumberNewHMLSProperties where dateDiff(curdate(),dateOfTotal) = 0 returns the correct number for "today", 901. How simple and elegant! I can feel my headache being soothed already. Time to quit for th

RE: I think I'm just making this way too hard...

2010-11-05 Thread Rick Faircloth
ith a day of 4 or 5. IN other words, 4 doesn't just match yesterday, it also matches the 4th day of any month. So if you have older records, that could be skewing the results. Other than that your logic seems soundsbut we don't really have the whole picture... I can say T

RE: I think I'm just making this way too hard...

2010-11-05 Thread Rick Faircloth
ferent queries, however. But at least I'm not getting CF or MySQL errors! (see the post I just sent for the problem...) Rick -Original Message- From: Ian Skinner [mailto:h...@ilsweb.com] Sent: Friday, November 05, 2010 5:57 PM To: cf-talk Subject: Re: I think I'm just mak

RE: I think I'm just making this way too hard...

2010-11-05 Thread Rick Faircloth
#x27;d')# returns "4". So the queries are operating on the correct "day of the month". The variables aren't overwriting each other somehow, are they? This is just one of those days where I wonder If I have any future in this business. Rick -Original Message- Fr

RE: I think I'm just making this way too hard...

2010-11-05 Thread Rick Faircloth
7;d')# Now I can rest in peace. (or pieces if my headache does finally split my head) Have a good evening everyone! Rick -Original Message- From: Bryan Stevenson [mailto:br...@electricedgesystems.com] Sent: Friday, November 05, 2010 4:50 PM To: cf-talk Subject: RE: I think I&#

RE: I think I'm just making this way too hard...

2010-11-05 Thread Rick Faircloth
Subject: Re: I think I'm just making this way too hard... On 11/5/2010 12:14 PM, Rick Faircloth wrote: > What am I doing wrong? (Besides mostly likely making this > waaaaay harder than it should be... just fog on the brain today) > > Rick On 11/5/2010 12:25 PM, Ian Skinner wrot

I think I'm just making this way too hard...

2010-11-05 Thread Rick Faircloth
eger) datetime (timestamp, default "CURRENT_TIMESTAMP", e.g. 2010-11-05 15:04:20) What am I doing wrong? (Besides mostly likely making this way harder than it should be... just fog on the brain today) Rick ~| Ord

RE: Recommended Shopping Cart

2010-11-03 Thread Rick Eidson
I like CFShopKart for the same reason you do... But I posted a question here and on their forums and have not got a response yet... I am sure it's something simple. Rick -Original Message- From: Dakota Burns [mailto:dakota.bu...@gmail.com] Sent: Wednesday, November 03, 2010 3:

RE: CFShopKart

2010-11-02 Thread Rick Eidson
database I get to the 3rd step and get the above error. I posted on the support forums but doesn't seem to be much traffic over there. Rick ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/

What is wrong with this loop update?

2010-11-02 Thread Rick Colman
project_id = #url.ProjectId# my diagnostics give me: row: 1 id: 2 row: 2 id: 693 so that is ok. but both rows are updated with the last value (693) instead of being individually updated? What's wrong with this? TNX if you can help.

Getting Record Number within a Looping Query

2010-11-01 Thread Rick Colman
If I am looping over a query, how do I get the current record number for the loop? e.g. If I am looping for a fixed number of iterations, I can use an index="loopcount" and get the current loop number. How do I do this for a query?

RE: Question about using javascript in .cfm files...

2010-10-28 Thread Rick Faircloth
in both of those functions and then just reference them in your display templates when you set up the js vars. That would also give you a chance to override them on a per page basis. On Thu, Oct 28, 2010 at 3:39 PM, Rick Faircloth wrote: > > Question: > > What about using onApplica

RE: Question about using javascript in .cfm files...

2010-10-28 Thread Rick Faircloth
Question: What about using onApplicationStart in application.cfc to set global cf to js variables for the site and using onRequestStart in application.cfc to set specific page cf to js variables for a page. Gives me only one place to change variables. Any drawbacks to that approach? -O

RE: Question about using javascript in .cfm files...

2010-10-28 Thread Rick Faircloth
Alright, good deal. I'll put that to use right away and strip out my CF from the JS from now on. Thanks for the tip, everyone! Rick -Original Message- From: Michael Grant [mailto:mgr...@modus.bz] Sent: Thursday, October 28, 2010 2:30 PM To: cf-talk Subject: Re: Question about

RE: Question about using javascript in .cfm files...

2010-10-28 Thread Rick Faircloth
Yes, I definitely like the idea. I didn't like having to mix cf with the js. So, is this as simple as: and then using "jsVar" in the js? I haven't tried any of this or even searched for an answerjust being lazy. Example? Rick -Original Message- From: Micha

RE: Question about using javascript in .cfm files...

2010-10-28 Thread Rick Faircloth
Interesting approach, Carl! Haven't thought about that. I'll definitely give that a try! Thanks for the tip! Rick -Original Message- From: Carl Von Stetten [mailto:cmvon...@hotmail.com] Sent: Thursday, October 28, 2010 11:19 AM To: cf-talk Subject: Re: Question about using

RE: Question about using javascript in .cfm files...

2010-10-27 Thread Rick Faircloth
, Rick Faircloth wrote: > > I had the same idea of the function being called before the DOM > was loaded, so I tried moving the js to the head as opposed to the > end of the body to see if that mattered...didn't help. > > I think something is going on with Firefox when trying

RE: Question about using javascript in .cfm files...

2010-10-27 Thread Rick Faircloth
ke minor changes like adding a space to get a file to be read by the browser. I guarantee you it's not the first time I've had "quirkiness" when working with a lot of js, ajax, and cf together. Thanks for the feedback! Rick -Original Message- From: Michael Grant [ma

RE: Question about using javascript in .cfm files...

2010-10-27 Thread Rick Faircloth
ur nature. What are our natural principles but principles of custom? Blaise Pascal On Wed, Oct 27, 2010 at 11:44 AM, Rick Faircloth wrote: > > I've been using js files as .cfm files > so I can intermix cf variables in the js. > > i.e., naming myJSFile.js, "myJSFile.js.cf

Question about using javascript in .cfm files...

2010-10-27 Thread Rick Faircloth
ah, blah be defined if the js were in a .cfm file as readily as it would in a .js file? I keep running into a "checkUserFavorites is not defined" for which I cannot track down the problem. I'm reaching for an answer at this point, because I can't otherwise explain the error

Re: looping through an insert statement

2010-10-26 Thread Rick Colman
It is more than possible, it is likely ... typo ... SORRY On 10/26/2010 12:38 PM, Michael Grant wrote: > Is it at all possible you've got the table name incorrect? > > On Tue, Oct 26, 2010 at 2:24 PM, Rick Colman wrote: > >> ok, maybe I am cross-eyed and (tri

Re: looping through an insert statement

2010-10-26 Thread Rick Colman
le > > On Tue, 2010-10-26 at 11:24 -0700, Rick Colman wrote: > >> ok, maybe I am cross-eyed and (tried matching cases), but: >> >> PROTEINSEQUENCE1 sdalifsdaifasifsadi >> >> equals >> >> '#form['ProteinSequence'&Loo

Re: looping through an insert statement

2010-10-26 Thread Rick Colman
sdalifsdaifasifsadi which is what it should be ... On 10/26/2010 11:55 AM, Michael Grant wrote: > #form['ProteinSequence'&1]# ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/d

Re: looping through an insert statement

2010-10-26 Thread Rick Colman
NOAMINOACIDS2 15 NOTES [empty string] NUM_GENES 2 PROJECTNAME t esting PROTEINSEQUENCE1sdalifsdaifasifsadi PROTEINSEQUENCE2sdafklfsaklfsdklaf PURPOSE testing On 10/26/2010 11:30 AM, Carl Von Stetten wrote: > Rick, > > Can you provide a dump of the F

Re: looping through an insert statement

2010-10-26 Thread Rick Colman
ckboxes, an unchecked on would cause some chaos for sure (as it would > be undefined) > > HTH > > Cheers > > On Tue, 2010-10-26 at 11:07 -0700, Rick Colman wrote: > >> actually, two are int, so revised, but still did not work: >> >> >>

Re: looping through an insert statement

2010-10-26 Thread Rick Colman
yes, thank you, the form variables are actually there. On 10/26/2010 11:05 AM, Greg Morphis wrote: > Those are all coming from a form so have you tried dumping the form scope? > Make sure proteinsequence exists in the form > On Oct 26, 2010 12:59 PM, "Rick Colman" wrote: &g

Re: looping through an insert statement

2010-10-26 Thread Rick Colman
sdafklfsaklfsdklaf On 10/26/2010 11:00 AM, Michael Grant wrote: > And Project_ID, AA_Sequence, Gene_Name and Count are all string fields? > > > On Tue, Oct 26, 2010 at 1:58 PM, Rick Colman wrote: > >> It seems to die on the first loop because nothing gets inserted

Re: looping through an insert statement

2010-10-26 Thread Rick Colman
equence" & LoopCount]#', '#form["genename" & LoopCount]#', '#form["NoAminoAcids" & LoopCount]#' ) On 10/26/2010 10:51 AM, Michael Grant wrote: > Could you post your code? > If you only loop a single time do you still get th

Re: looping through an insert statement

2010-10-26 Thread Rick Colman
that did not work. what is funny is that the debug sql statement looks ok : Insert into ProteinSequence (Project_ID, AA_Sequence, Gene_Name, Count) Values( '20', 'sdalifsdaifasifsadi', 'g1', '15' ) On 10/26/2010 10:40 AM, Michael Grant wrote: > Maybe try this instead: > > Values( > '#thisp

looping through an insert statement

2010-10-26 Thread Rick Colman
root\sttr2\orders\neworder_main_confirm_action.cfm: line 77* 75 : '#form['ProteinSequence'& LoopCount]#', 76 : '#form['genename'& LoopCount]#', *77 : '#form['NoAminoAcids'& LoopCount]#'* 78 : ) 79 : Rick.

RE: (ot) (kinda) How do I upload an image to a website from an Android phone?

2010-10-24 Thread Rick Faircloth
oblem by trying to write my own Android App... -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Sunday, October 24, 2010 2:32 PM To: cf-talk Subject: RE: (ot) (kinda) How do I upload an image to a website from an Android phone? Thanks for the confirmation,

RE: (ot) (kinda) How do I upload an image to a website from an Android phone?

2010-10-24 Thread Rick Faircloth
Thanks for the confirmation, Dave... I guess that's how PhotoBuckets and Facebook, etc., enable upload to their sites...with their own "upload apps". Looks like I'll have to at least learn to build an "upload" app to send photos to websites. -Original Message- From: Dave Watts [mailto:

RE: (ot) (kinda) How do I upload an image to a website from an Android phone?

2010-10-23 Thread Rick Faircloth
a try. On Sat, Oct 23, 2010 at 12:22 PM, Rick Faircloth wrote: > > I'm getting into mobile development and have been > searching for days to figure out how to use a web-based form > to access images on my Samsung Fascinate and upload them to > websites I've built. > >

(ot) (kinda) How do I upload an image to a website from an Android phone?

2010-10-23 Thread Rick Faircloth
x27;m the first one to suggest this, but I'd love to see a list dedicated to mobile development! Thanks for any feedback! Rick ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

RE: Writing cfml content to an html file

2010-10-21 Thread Rick Sanders
Perfect, thanks! This is exactly what I was looking for. Still haven't totally got used to Cold Fusion yet. I was using Tang (Witango), and the file write action didn't require additional formatting because it doesn't use ## symbols. Rick -Original Message- From:

RE: Writing cfml content to an html file

2010-10-21 Thread Rick Sanders
ing CFML code to a page. The error > you're getting is likely from your hashmarks not being escaped. > > > andy > > -Original Message- > From: Rick Sanders [mailto:c...@webenergy.ca] > Sent: Thursday, October 21, 2010 9:23 AM > To: cf-talk > Subject:

Writing cfml content to an html file

2010-10-21 Thread Rick Sanders
Hey all, I'm trying to take some cfml content and write it to an html file using cffile. The cfml content has queries etc I'm getting all kinds of errors. Is there any way I can just get the cffile tag to write exactly what I want to the file parsing the cfml content? Error example: Invalid

RE: Totaling items in a recordet

2010-10-19 Thread Rick Sanders
This is something along the lines of what I was looking for. Now, is there a way to display the full array and have the totaled column as well? Kind regards, Rick -Original Message- From: Michael Grant [mailto:mgr...@modus.bz] Sent: Tuesday, October 19, 2010 4:26 PM To: cf-talk

RE: totaling items in a recordset

2010-10-19 Thread Rick Sanders
pplication! Thanks, Rick -Original Message- From: David McGraw [mailto:david.mcg...@gmail.com] Sent: Tuesday, October 19, 2010 4:24 PM To: cf-talk Subject: Re: totaling items in a recordset Actually... the best way would be to use a query of queries... SELECT SUM(prices) as result

totaling items in a recordset

2010-10-19 Thread Rick Sanders
Hey all. I am pulling prices from a database and want to total them. Is there a function like #total(query.column)# ? Kind Regards, Rick Sanders Webenergy Software 902-401-7689 http://www.webenergy.ca ~| Order the Adobe

Totaling items in a recordet

2010-10-19 Thread Rick Sanders
Hey all. I am pulling prices from a database and want to total them. Is there a function like #total(query.column)# ? Kind Regards, Rick Sanders Webenergy Software 902-401-7689 http://www.webenergy.ca ~| Order the Adobe

<    3   4   5   6   7   8   9   10   11   12   >