Consultor Eletrônico



Kbase 20909: How to Disable PSTIMER.OCX
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Verified

GOAL:

How to Disable PSTIMER.OCX

FIX:

The two appropriate methods to disable a PSTIMER OCX are:

Set the Timer Interval to 0


chCtrlFrame:PSTimer:Interval = 0.

Set the Enabled property to false


chCtrlFrame:PSTimer:Enabled = False.