Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Property Not Accessible
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00674022
Message ID:
00674087
Vues:
24
I want to set the DateRange property of oVol to a clsDateRange object:


>oVol = createobject("clsVolatility")
>oDate = Createobject("clsDateRange")
>oVol.DateRange = oDate && Not working.
>
>
>
>***************************************
>DEFINE CLASS clsVolatility AS CUSTOM
>***************************************
>
> Volatility = 0
>
> ADD OBJECT DateRange AS clsDateRange
>
>ENDDEFINE
>
>
>***************************************
>DEFINE CLASS clsDateRange AS CUSTOM
>***************************************
>
> StartDate = {}
> EndDate = {}
>
>ENDDEFINE
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform