Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dialing out
Message
From
23/11/2001 16:12:34
 
 
To
23/11/2001 14:18:34
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00578109
Message ID:
00585230
Views:
32
Cetin -

How come even though I do a define class tapi as tapi prior to gobjTapi = createobject("TAPI.TAPI.1")

I still get an error that Class Definition TAPI.TAPI.1 is not found ????

What I put in is:

LOCAL gobjTapi
=tapi_setup()
.
..
...


Procedure TAPI_SETUP
DEFINE CLASS TAPI AS TAPI
gobjTapi = createobject("TAPI.TAPI.1")
enddefine
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform