Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Kdtele ActiveX
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP1
Miscellaneous
Thread ID:
01070113
Message ID:
01070316
Views:
28
>Hi
>Thank you so much for your code
>Did You examine that yourself?
>when i want to use that it return this error : Type Mismatch
>at this line
>
>lvRet = ThisForm.oform.kdphone1.GetLineCaps(ThisForm.combo1.ListIndex, @lvLineCaps) && Geting LineCaps
>
No, I am not puting it in a form and use Combo for that. I just make:
oPhone = CREATEOBJECT("KDTele.KDPhone") && Or whatever is the name (I don't remembr, I did this in the office :o)))
lcCaps = 0
oPhone.GetLineCaps(0,@lcCaps) && W/o any errors.
Maybe the line number is Zero based, not sure. Try
lvRet = ThisForm.oform.kdphone1.GetLineCaps(ThisForm.combo1.ListIndex-1, @lvLineCaps) && Geting LineCaps
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform