Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return info from a Topaz signpad
Message
De
30/12/2010 06:32:10
 
 
À
30/12/2010 04:23:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Tablette PC
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01493576
Message ID:
01494140
Vues:
57
>Jim,
>
>i put some code in the pendownmethode and the code is executed but i have to problems :
>
>1° how do i know if a hotspot is selected ?

When you added your hotspots, you gave them a numerical identifier, so test that:

DO CASE
*test for 'OK'
CASE THIS.KeyPadQueryHotSpot(0) > 0

*test for 'Clear'
CASE THIS.KeyPadQueryHotSpot(1) > 0


>2° when the code is executed the pendown methode seems de-activated. Do you know what is going on ?

Are you looking at this in the debugger? Stop that, if so. Otherwise can you rephrase the question?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform