Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Splash screen
Message
 
 
À
13/03/2002 08:46:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00631969
Message ID:
00632035
Vues:
15
It's case sensitive. Use Sleep not sleep.

>Hi,
>
Declare Sleep IN Win32API integer
>Sleep( 15*1000 )
>Thisform.Release()
>
>Using this line giving error " Cannot find entry point sleep in the DLL. Reason please.
>
>Sajjad
>
>>>Hi:
>>>
>>>Place the following code in the Activate() method of a form. nDuration is a form property that holds the number of seconds you would like the form to stay alive.
>>>
>>>LOCAL nT1
>>>nT1 = SECONDS()
>>>DO WHILE (SECONDS()- nT1) < THISFORM.nDuration
>>>ENDDO
>>>THISFORM.RELEASE
>>>
>>>Charlie
>>
>>Or
Declare Sleep IN Win32API integer
>>Sleep( 15*1000 )
>>Thisform.Release()
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform