#7081
CLKurutz
Participant

    THANK YOU very much for your input. I was able to take your coding/description and added the following code to get it working.

    If ActivityRoomTest.RoomSetup.itemindex = 0 then
    ActivityRoomTest.RoomSetupImage.Picture.LoadFromFile(“d:fvshgroupwise customviewsactivity roomregularactivity.bmp”)
    End If
    If ActivityRoomTest.RoomSetup.itemindex = 1 then
    ActivityRoomTest.RoomSetupImage.Picture.LoadFromFile(“d:fvshgroupwise customviewsactivity roomyoga2.bmp”)
    End If

    It works great. Thanks again.