Ask a Question related to Dreamweaver AppDev, Design and Development.
-
dwb67 #1
Conditional Table Row
I have a query that has records that have a group value: Group A, Group B,
Group C, etc.
I want to have a repeating region conditionally show the table row if the
group value when it has changed. Can this be done? I am looking for the
following result. I am assuming you could set a variable to hold the current
group and then use an if statement of some type to see if the group for the
current record was different from the saved value. If so, display the group
table row, if not skip it.
Group A
Item 1
Item 2
Group B < conditionally show so that it only shows once for each new group >
Item 1
Item 2
Could someone give me a pointer on this...
Thanks,
David
dwb67 Guest
-
Conditional query
<CFQUERY NAME='qGetDetailThumbs' DATASOURCE='va_db'> Select hotelId, name, supplier, url, thumbnailurl FROM hotel_images WHERE hotelId =... -
Conditional List Box in ASP
Hi there, I am having a few problems compiling a list box that is conditional on what is selected in another list box. What i need is a List box... -
Conditional setfocus
"Mike Mueller" <mikemueller@ecinet.net> wrote: Mike, do you actually have table fields for each month for 2 years in one record? If so, you... -
Conditional sum?
FMP6, MacOSX.2 I've created a calc field using the aggregate Sum(score) to give me a "total points scored" for all related records in a... -
Could not load type VTFixup Table from assembly Invalid token in v-table fix-up table.
We are getting this error after clearing the web.config of database infomation - even after using the wizard to re-enter the information. I could... -
Anthony Brown #2
Re: Conditional Table Row
Is sounds like you want to do "nested repeats".
Do a google search for nested repeats, and you should find what you are
looking for.
I believe there are some extensions as well to do this from Tom Muck
[url]http://www.tom-muck.com/extensions/help/simulatednestedregion/[/url]
"dwb67" <webforumsuser@macromedia.com> wrote in message
news:cv80ir$d2g$1@forums.macromedia.com...>I have a query that has records that have a group value: Group A, Group B,
> Group C, etc.
>
> I want to have a repeating region conditionally show the table row if the
> group value when it has changed. Can this be done? I am looking for the
> following result. I am assuming you could set a variable to hold the
> current
> group and then use an if statement of some type to see if the group for
> the
> current record was different from the saved value. If so, display the
> group
> table row, if not skip it.
>
> Group A
> Item 1
> Item 2
> Group B < conditionally show so that it only shows once for each new group> Item 1> >
> Item 2
>
> Could someone give me a pointer on this...
>
> Thanks,
>
> David
>
Anthony Brown Guest



Reply With Quote

