Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Property Not Accessible
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00674022
Message ID:
00674087
Views:
23
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform