I can't think of a control to do it. I can only think of a kludgey workaround. You can display the single row by making it from a view with a "where limit = 1". Then when the form starts, count how many detail rows there actually are. If there's >1 then display a button that has a + sign on it. That plus sign would make visible a dbgrid/scrolling region that would have all the rows from the table, and make the single row invisible.
Karen -----Original Message----- From: Jim Belisle <[email protected]> To: rbase-l <[email protected]> Sent: Tue, May 31, 2016 1:05 pm Subject: [RBASE-L] - plus sign for multiple rows in detail section I want to show rows from the quote header and detail along one line. I know I can make a view to do this. What I want is this. An object I can put in my form that will show a single row when there are multiple rows of the quote detail with the ability to click and it will expand to show the multiple rows. So if the row actually had many rows in the detail section, it would default to a single row but show a plus sign signifying more rows. Click on the plus sign and the rows appear. Any such object I can use? James Belisle Making Information Systems People Friendly Since 1990 -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

