RE: SQL Encapsulation?

2006-02-03 Thread Baz
Hi Gang, Found your messages in my Junk Mail - was wondering why no-one responded! Brian you're right on all fronts. The example I gave was a paging one, but it's only an example, the real issue is re-using *portions* of SQL code in other queries - and not the query result itself. Here is a way t

RE: ValueList and Dynamic Query and Column

2006-02-03 Thread Dan G. Switzer, II
Michael, >I think I remember this being a problem, but I'm trying to create a >value list from a dynamic query and column. > >Something like this: > >function(query, column) >{ >return valueList(query.column); >} > >That's the gist of it, but it doesn't work. Any suggestions? Here's my blog

RE: Doctype

2006-02-03 Thread Kevin Graeme
Here's a decent intro article. http://www.alistapart.com/stories/doctype/ --- Kevin Graeme Cooperative Extension Technology Services University of Wisconsin-Extension > -Original Message- > From: Robert Everland III [mailto:[EMAIL PROTECTED] > Sent: Friday, February 03, 2006 6:44 AM >

RE: Coldfusion and Active Directory

2006-02-03 Thread Ian Vaughan
That worked thanks !! Just one more small point, I need to create a web form that will allow certain users based on their permissions to update/modify the user information stored in the AD. In the ldap attributes of the modify what is the LDAP equivalent of the SQL Where clause ? I.E. If I wante

RE: SQL Encapsulation?

2006-02-03 Thread Brian Peddle
I was basing my assumptions on writing these same things over and over from job to job for past 10 years. I assumed with the top 50 he is paging. I am also assuming he built up his where clause using a series of 'if' or 'case' statements so it won't always be the same. So if someone has 50 dropd

Re: OT: Doctype

2006-02-03 Thread John Beynon
this http://hsivonen.iki.fi/doctype/ gives a pretty good explanation, jb On 03/02/06, Robert Everland III <[EMAIL PROTECTED]> wrote: > I'm confused as to how the doctype affects css. I have some tools I made and > wanted to plug them into Lighthouse Pro and the doctype on lighthouse pro is > st

OT: Doctype

2006-02-03 Thread Robert Everland III
I'm confused as to how the doctype affects css. I have some tools I made and wanted to plug them into Lighthouse Pro and the doctype on lighthouse pro is strict. So when I put my tools into it, the rendered differently than they did under a different doctype. Where do I go to learn more about th

Re: SQL Encapsulation?

2006-02-03 Thread Deanna Schneider
Well, first of all, I didn't read his initial question to be one of pagination, which is what you're implying. I read it as one of reusing query results in multiple ways. In that scenario, you could very easily cache your object, either in the application or the session scope. So, you'd be storing

Re: CFMX errs on Java class .isAuthenticated() method

2006-02-03 Thread James Holmes
Sorry to contribute to the hijack of your thread Rob. Michel, start here: http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/java.htm On 2/3/06, Michel Deloux <[EMAIL PROTECTED]> wrote: > Hi all > > It's possible to use .class file with CF MX 6.1? How can I do that? -- CFAJAX docs and other

Re: CFMX errs on Java class .isAuthenticated() method

2006-02-03 Thread Michel Deloux
Hi all It's possible to use .class file with CF MX 6.1? How can I do that? Cheers MD 2006/1/19, RADEMAKERS Tanguy <[EMAIL PROTECTED]>: > >-Original Message- > >Folks--- How do I get around this one? In my CFMX6.1 template > >I instantiate userObj from a Java User class used for > >auth

<    1   2