Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
On key label
Message
De
06/11/1998 15:49:28
 
 
À
06/11/1998 15:45:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00155337
Message ID:
00155361
Vues:
24
>>It's better to use INKEY (it will really interrupt VFP processing), in your case VFP tends to process your keystroke only when process will stop, and loop is endless.
>
>
>There is no example of using inkey in the help. How do I use it?
>
>I tried this:
>
>do while !eof() and inkey() != 29 &&(ctrl+home)
>.
>.
>.
>enddo
>
>but nothing.
>
>Dave
do while .t.
 if inkey()=83  && Shift+S
  exit
 endif
enddo
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform