Hey there,

I have a form, which I am using as an output, which contains about 180 labels, and 90 images. The visible property of each image is initially False, and depending on the output I change the visible property of 15 of those images to True. This works all fine, besides the fact, that it literally takes about 1.5 minutes to literally open this form. Do I have too many objects in this form? Or is there a possible work around?

Thanks!