Fred Taylor wrote on 2017-06-20: > I remember something about ghosted images on a pageframe. I think what you > need to do is in the init of the pageframe, is to make each page active > from last-to-first before setting whatever the correct active page should > be. You can use LockScreen property so you don't "see" the pages flashing > by. > > Fred >
Fred, I remember that being a fix for ActiveX control issues. This is a multistep wizard. These pages have already been active by the time the behavior shows up. I just found a workaround when I noticed my emails. In the Click event, set the Command.Visible = .F.. In the CommandGroup.UIEnable, set the Command.Visible = .T. , when lEnable = .T.. Tracy Pearson PowerChurch Software _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

