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