When I try to use a timer eep my session locks up.

The button code I use has the command:
pause 2 using 'Test button'
RETURN

The timer eep has this command:
cls
getproperty rbase_Form color 'fColor'

switch (.fColor)
case 'red'
property rbase_Form color 'blue'
break

case 'blue'
property rbase_Form color 'red'
break

endsw
RETURN

When I click the button if I leave out the "CLS" in the timer it looks the 
timer doesn't fire.  With the "CLS" it clears the pause 2 message but it 
doesn't fire rest of the timer code and I can't click on the form to close.  I 
need to use task manager to log out.

If I don't click the button the timer runs fine.  Is there anything that I need 
to be looking at to use a pause 2 message with the timer?

Reply via email to