Thanks Dave, I've done as you suggested. There was nothing there, not even a space.
John
John Weller 01380 723235 07976 393631
-----Original Message----- From: ProfoxTech [mailto:profoxtech-bounces@leafe.com] On Behalf Of Dave Crozier Sent: 13 October 2017 15:01 To: profoxtech@leafe.com Subject: RE: Odd Behaviour
John, That implies that you have some code in the refresh event of the form as
the
method code is working fine (As can be shown in the RaiseEvent()). Remember that even a single space in the Refresh method effectively invalidates the standard refresh code. It is very easy to have a single
space in
the Refresh() method and not notice that it is there. Another way to
ensure
it works is to put
DoDefault() Return
as the only code in the method.
Dave