Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why Class's Method cannot return value?
Message
De
07/07/1999 08:41:57
 
 
À
07/07/1999 01:10:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00238098
Message ID:
00238196
Vues:
13
>Hi,
> I just do as:
>
> Command1_Click
>
> myvar = thisform.myole.mymehtod (error)
>
> Class.Method
>
> RETURN 1
>
>Anything goes wrong??
>
>Thank you


I assume that (error) simply means that this is where you're getting your error. Try calling your method using parenthesis (sp?).

myvar = ThisForm.MyOle.MyMethod()
Sylvain Demers
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform