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




---------------------------------------------------------------
This communication and the information it contains is intended for the person 
or organisation to whom it is addressed. Its contents are confidential and may 
be protected in law. If you have received this e-mail in error you must not 
copy, distribute or take any action in reliance on it. Unauthorised use, 
copying or disclosure of any of it may be unlawful. If you have received this 
message in error, please notify us immediately by telephone or email.

Flexipol Packaging Ltd. has taken every reasonable precaution to minimise the 
risk of virus transmission through email and therefore any files sent via 
e-mail will have been checked for known viruses. However, you are advised to 
run your own virus check before opening any
attachments received as Flexipol Packaging Ltd will not in any event accept any 
liability whatsoever once an e-mail and/or any attachment is received.

It is the responsibility of the recipient to ensure that they have adequate 
virus protection.

Flexipol Packaging Ltd.
Unit 14 Bentwood Road
Carrs
Industrial Estate
Haslingden
Rossendale
Lancashire
BB4 5HH

Tel:01706-222792
Fax: 01706-224683
www.Flexipol.co.uk
---------------------------------------------------------------

Terms & Conditions:

Notwithstanding delivery and the passing of risk in the goods, the property in 
the goods shall not pass to the buyer until the seller
Flexipol Packaging Ltd. ("The Company") has received in cash or cleared funds 
payment in full of the price of the goods and all other goods agreed to be sold 
by the seller to the buyer for which payment is then due. Until such time as 
the property in the goods passes to the buyer, the buyer shall hold the goods 
as the seller's fiduciary agent and bailee and keep the goods separate from 
those of the buyer and third parties and properly stored protected and insured 
and identified as the seller's property but shall be entitled to resell or use 
the goods in the ordinary course of its business. Until such time as the 
property in the goods passes to the buyer the seller shall be entitled at any 
time

-----Original Message-----
From: ProFox [mailto:[email protected]] On Behalf Of John Weller
Sent: 13 October 2017 14:40
To: [email protected]
Subject: RE: Odd Behaviour

Thanks Dave.  I've replaced the line with RaiseEvent(Thisform, "Refresh") and 
it works fine.  I just need to wait for it to fail again :-)  I'd not heard of 
RaiseEvent before, what can I expect to happen when it fails again?

I'm certain I haven't any subclassing although all my controls are subclasses 
of the originals but there is very little further code needed.
The form has 2 methods to enable and disable all the controls on the form but I 
have been using them for years without any problem.

John

John Weller
01380 723235
07976 393631


> -----Original Message-----
> From: ProfoxTech [mailto:[email protected]] On Behalf Of
> Dave Crozier
> Sent: 13 October 2017 13:33
> To: [email protected]
> Subject: RE: Odd Behaviour
>
> John,
> Just try and use
>       RaiseEvent(Thisform, "Refresh")
>
> I know it shouldn't cause any problem but it will allow you to trace
> into
it.
>
> Sure you haven't got any form subclassing code somewhere?
>
> Dave


_______________________________________________
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.
_______________________________________________
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.

Reply via email to