Tab Panel Within a List View

Hey, i’m still a little new to Servoy but I’m running into a problem and I’m not sure what I’m doing wrong. I have a serious of series of questions grouped together in what we call a Question Group. So what i want to do is have my Question Group displayed and in nested tab panel point to a form that lists all the Questions for that Question Group. It sounds simple enough, however, when the page loads, the new tab panel i have showing is all grayed out, that is until i click on the textbox of a Question Group, i guess making it the current row or highlighted row. when i click off that selected textbox, the new tab panel goes back to gray. Its almost like it needs to know which row is selected before the tab panel displays but I can’t think thats how it suppose to work. Any suggestions?

Thanks in advance,
Gary

Screen Shot after the Textbox is Selected

If you change the form from a listview to a record view - everything will work out fine. It has to do with tabpanels and the way list views are rendered (each row is a “copy” of the first row - with new data in it).

Hope this helps.

thanks for the reply, so to make sure im reading this right you cant have a nested tab panel using a listview? i think as far as what we’re trying to do with our applications look and feel we really would rather not have to make another controller to navigate the record view of the form. it just becomes too many arrows flying around on the screen and the user could get confused. do you know of any work around that we could do to make the listview work with that tabpanel?

Thanks again for your reply.

How about this: put your question into the HEADER portion of the list view, and then do a “find” for the related records underneath.

Unlike FMP - stuff in the header (and footer) work like “normal” fields, buttons, etc.