Hi Tracy,
That is getting seriously technical :-) I'll see how it goes.
John
John Weller 01380 723235 07976 393631
-----Original Message----- From: ProfoxTech [mailto:profoxtech-bounces@leafe.com] On Behalf Of Tracy Pearson Sent: 13 October 2017 15:04 To: profoxtech@leafe.com Subject: RE: Odd Behaviour
John,
Another way to handle this would be code in two places. First no code here. Set the ControlSource to the ActivePage property. Then in any control on the pages, add code to the UIENABLE event, when lEnable is true, THIS.Parent.Refresh()
We actually added to the PageFrame subclass, during the INIT, it adds a hidden control to each page. This control has that code in it.
Just another way to do it.
Tracy