Hi everyone,
I am having trouble executing the timer function.
The system does nothing when I run the .EXE \ PBD on Windows 7 and 10 workstations.
In my workstation that is Windows 10 it works in interpreted mode and from the .exe.
I have tried to run Timer (2) from a window with no code and it doesn't work.
From various events and it doesn't work.
Am I missing a DLL or program?
thank you very much for your help,
Fernando.
The system does not enter the Timer () event, I do not know why it does not do so on different workstations and on my computer.
Event Timer ()
li_timer = li_timer + 1
messagebox("Timer", "Ingrese: " +String (li_timer))
thanks and regards,
Fernando.