Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return info from a Topaz signpad
Message
From
30/12/2010 06:32:10
 
 
To
30/12/2010 04:23:04
General information
Forum:
Visual FoxPro
Category:
Tablet PC
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01493576
Message ID:
01494140
Views:
56
>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?
Previous
Reply
Map
View

Click here to load this message in the networking platform