[thelist] CF - multiple groups, and SQL too perhaps

rudy limeback r937 at interlog.com
Wed Mar 22 23:51:56 2000


> <cfoutput query=getreviews group=locationname>
> #locationname#
> <cfoutput group=auctiontitle>
> #auctiontitle#
> <cfoutput>
> #reviewid#
> </cfoutput>
> </cfoutput>
> </cfoutput>
>
>i got it to work...


thanks chris, isaac, this is good to know, and better than my hack


<tip type="coping with frontpage">

test, test, test

our intranet home page had its dropdown "go" menus disabled today,
resulting in a hundred or so calls to the help line (or so the help line
manager told me when he came to ask me to fix the problem)

turns out the, um, junior person whose job it is to update the daily
messages on the home page did something screwy in frontpage and somehow
changed the carefully crafted

  <script ... src="/foo/bar/external.js">

to

  <script ... src="file://foo/bar/external.js">

note this does not throw an error (the browser just carries on without the
included script) until someone actually tries to do something that requires
a javascript function, which of course is not defined...

moral: you cannot just let frontpage re-save a page on the server, and then
go home -- you have to test, test, test

</tip>

_____________
rudy limeback
http://r937.com/
http://evolt.org/