Global Variable Access Problem

2009-06-14 Thread Don L
I'm using cf8.0.1, developer edition (I could easily switch it to my licensed 8.0 edition as well). In my cfapplication.cfm file, I've defined the app name, session management etc with cfapplication tag (the usual stuff) and a cfscript for setting some global variables such as cfscript

Re: Global Variable Access Problem

2009-06-14 Thread Barney Boisvert
Is there another Application.cfc and/or Application.cfm somewhere that is superceding yours? The CFC version takes precedence if they are both present. cheers, barneyb On Sun, Jun 14, 2009 at 10:01 AM, Don Ldo...@yahoo.com wrote: I'm using cf8.0.1, developer edition (I could easily switch it

Re: Global Variable Access Problem

2009-06-14 Thread Don L
Is there another Application.cfc and/or Application.cfm somewhere that is superceding yours? The CFC version takes precedence if they are both present. cheers, barneyb On Sun, Jun 14, 2009 at 10:01 AM, D Barney, good thought, I forgot, top level applicatin.cfc or application.cfm supercedes

How to change the label of a CFINPUT tag dynamically

2009-06-14 Thread Dave Hatz
We are using CF7 and working with CFINPUT with Flash Forms. 2 questions: (1) How can I change the label of a CFINPUT during runtime. For example, we have the following tag: cfinput name=type label=his type=text. And during runtime, depending on user selection, I would like to change the

google style paging navigation

2009-06-14 Thread mike pop
does anybody have snippets for creating google style like paging navigation. First Rec - Previous Rec 31 32 33 34 35 36 37 38 39 40 Next Rec - Last Rec The current page should not display a link The Next Rec will increment the page link by one (e.g. if the user in this case clicks Next Rec,

Re: google style paging navigation

2009-06-14 Thread Ryan Letulle
Nathan Strutz at http://www.dopefly.com/projects/pagination/examples/ -- Ryan LeTulle On Sun, Jun 14, 2009 at 5:25 PM, mike pop mikepoplaw...@gmail.com wrote: does anybody have snippets for creating google style like paging navigation. First Rec - Previous Rec 31 32 33 34 35 36 37 38 39

CLS Warning

2009-06-14 Thread Phillip Vector
If anyone wants to know about CLS based in Tampa, FL (and other locations listed below), then please contact me off list. Orlando, Fl Miami, Fl Tifton, Ga. Atlanta, Ga. Birmingham, Al Meridian, Ms. Emporia, Va. Morristown, Tn

RE: google style paging navigation [SEC=Unclassified]

2009-06-14 Thread Miles Jordan
Here is another http://www.trilobiet.nl/blog/index.cfm?mode=entryentry=36349788-9712-E8E2-6C33C013178BF3B3 And there is also cf_resultpages somewhere on the interwebs. Miles Ryan Letulle wrote: Nathan Strutz at http://www.dopefly.com/projects/pagination/examples/ does anybody have

Re: Global Variable Access Problem

2009-06-14 Thread Don L
It looks he added either application.cfc or application.cfm at an upper level yesterday. Why did he do this (it effectively prevents my app from running)? Doing code change for the entire app would be messy. If all of a sudden he sets up a new business rule he should have informed me of

Re: Case Sensitive SQL

2009-06-14 Thread Peter Boughton
Probably a little over-the-top, but the point still stands. MS Access is fine for basic office use, but for web apps you're better off picking Derby, H2, MySQL, Postgres, etc - or one of the free 'Express' editions of Oracle or MS SQL Server. More importantly though, I just noticed this is