Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Kdtele ActiveX
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP SP1
Divers
Thread ID:
01070113
Message ID:
01070316
Vues:
27
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform