Array of Widgets

TColeman

Member
I am using Progress 9.0.

I am building a status type of application where I am having the same information displayed from different sites. As I find a site record I want to display it in its own frame, but I don't want the site to necessarily be tied to a specific frame.

ie. site 1 is always displayed in frame 1
site 2 is always displayed in frame 2

some times site 1 is not available and I want site 2 information displayed in frame 1.

Can I have an array of widgets? So that way I can do a FOR EACH and increment the frames using an array.

Thanks,

Terri
 
Top