In the IDE i can add groups and add items to those groups. In the details view it shows the group headings.
When i run the program it doesn't show the groups, it shows it as if there were no groups! What's going on??
Printable View
In the IDE i can add groups and add items to those groups. In the details view it shows the group headings.
When i run the program it doesn't show the groups, it shows it as if there were no groups! What's going on??
Only groups that have items assigned to them will be shown at run time. Are you saying that you set the Group property of an item and it still doesn't show the Group at run time? Do you definitely have the ShowGroups property set to True as well?
Thanks for the reply. :)
Yes, I've set the group property of an item(s) (and in the IDE it shows them fine).
I've also seen it not show the groups in the IDE when there's no items shown.
Yes, Showgroups is definatly set to true. Done both in the IDE and set at runtime just in case!