In the docs is stated that a TabPanel cannot display forms that are in List view.(Due to performance reasons, if I understand correctly.) Now this is exactly what I am doing.
So is this a gub (a reversed bug), an error in the docs or am I a wizard ?
It’s a documentation “oops.”
You CAN display list view - but I believe you cannot display TABLE view forms in a tabpanel…
Bob Cusick
Oh yeah, you can do a Table view within a tab… I have several of them working great!
OK, here’s a clarification:
You’re right - I’m wrong.
The recommendation is that if you have LOTS of records in a list view, and you use them in a tabpanel - the performance will be affected.
Can you define “lots”.
In a TabPanel is the loading of records not limited to the viewable records. Does that mean that the whole list is loaded?
OK Bob, I can imagine that…
The lists I have in the tabpanels won’t go beyond 10 related records per tab or so…