Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calculator
Message
 
To
25/07/2001 15:32:27
Emerson Reed
Folhamatic Tecnologia Em Sistemas
Americana - São Paulo, Brazil
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00535308
Message ID:
00535314
Views:
16
>How can I invoke VFP calculator from my textbox and place them in a specific coordinate?
>
>Emerson Santon Reed
>emerson@folhamtic.com.br

Foxtools can help here. Assuming it's be set with SET LIBRARY:
ACTIVATE WINDOW Calculator NOSHOW
lnwhandle = _WFindTitl('Calculator')
= _WMoveP(lnwhandle, nCol, nRow)
SHOW WINDOW Calculator
Note that the values of nRow and nCol are in pixels. To use row and column number values, use _WMove().
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform