Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Translation from VB6 To VFP
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01337017
Message ID:
01337025
Views:
13
This message has been marked as a message which has helped to the initial question of the thread.
It depends. If TE_CALLMEDIA, TE_CALLNOTIFICATION and TE_CALLSTATE represent separate bits than add will work, otherwise you'll have to use BITOR() function.

>I'd like to know how this constant declaration would translate to VFP. Being TE_CALLMEDIA, TE_CALLNOTIFICATION and TE_CALLSTATE numeric values would it means add?
>
>
>Const TAPI3_CALL_EVENTS = _
>    TE_CALLMEDIA Or _
>    TE_CALLNOTIFICATION Or _
>    TE_CALLSTATE
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform