Sleep en VFP (Sleep in VFP)
En ocaciones se requiere poner un temporizador en la aplicación que cumpla únicamente la funcionalidad de esperar un determinado periodo de tiempo, para ello podemos utilizar la siguiente api.
(In ocaciones it is needed to put a temporizador in the application that fulfills only the functionality of waiting for a certain period of time, for it we can use the following api.)
Declare integer
Sleep in "kernel32" Long dwMilliseconds
Sleep(200) &&en milisegundos
Saludos,
Franklin Garzón
MVP Visual FoxPro