If I open a window with on paint is there a method to terminate the on paint and to restart?
Regards,
Otto
If I open a window with on paint is there a method to terminate the on paint and to restart?
Regards,
Otto
Otto,
Please provide a small example of what you want to do ? thanks

> repaint the plan with the on paint but sometimes I would like to stop this behavior.
For example the tooltip executes a on paint.
It looks like you are being redundant, you are repainting every time windows repaints. I think you want to use ON RESIZE instead of ON PAINT.
Give it a try.
James
Otto wrote:I repaint the plan with the on paint but sometimes I would like to stop this behavior.
For example the tooltip executes a on paint.

Hello James, Enrico and Mauricio,
Thank you for your answer.
I will try your suggestions.
Maurizio, can you share a little bit of code. How you do this?
Best regards,
Otto
Otto
Ci sentiamo via email
Maurizio
Hello James,
thank you for your answer.
In case I would start using your database class is it possible to implement it in a gentle way.
I mean could I implement the class parallel to conventional data access in one prg.
Best regards,
Otto
Otto,
>In case I would start using your database class is it possible to implement it in a gentle way. I mean could I implement the class parallel to conventional data access in one prg.
Yes you can.
James
Thank you James.
I downloaded the file from your homepage.
Regards,
Otto
Otto,
>I downloaded the file from your homepage.
Keep in mind that the demo only works with FW/Clipper.
James