Hi,
I have a form which has several frames on it that contain textboxes and labels. In design-time I made some of the frames invisible (frame.visible=false).
Then in run-time when I try to do frame.visible = true it has no effect. The frame is still invisible. Why??
I have a form which has several frames on it that contain textboxes and labels. In design-time I made some of the frames invisible (frame.visible=false).
Then in run-time when I try to do frame.visible = true it has no effect. The frame is still invisible. Why??