Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calculator
Message
From
16/07/2004 07:12:23
 
 
To
16/07/2004 06:33:04
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00925078
Message ID:
00925086
Views:
18
I have a problem with that clculator, the window is not modal so that i cannot get the _calcvalue inside the field when i exit the calculator
I put the code in the keypress of a textbox

if .....
activate window calculator
this.value = _calcvalue
this.refresh()
endif

but it doesn't work the way i want
any suggestion ?

>>Anyone knows about an ocx calculator which can return me the result of operations ?
>>Thank you
>>Alessio
>
>Hi,
>
>VFP actually has a calculator built in. Try:
>Activate Window Calculator
>** try some calculations, then
>? _calcvalue
>
>** You can also push values into the calculator:
>_calcvalue = 1234
>Activate Window Calculator
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform