Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
YAQ on order on instantiation
Message
From
15/02/2008 03:20:21
 
 
To
15/02/2008 03:16:21
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01292806
Message ID:
01292899
Views:
27
>>
>>
>>The init method of the container has the following code
>>that executes after default control initialization code
>>
>>for each loObject in this.objects
>>   if pemstatus(loObject,"cvl_Inited",5)
>>      if !loObject.cvl_Inited
>>         loObject.Init()
>>         loObject.cvl_Inited=.T.
>>      endif
>>   endif
>>endfor
>>
>Some optimization. :)
>
>for each loObject in this.objects
>   if pemstatus(loObject,"cvl_Inited",5) AND !loObject.cvl_Inited
>      loObject.Init()
>      loObject.cvl_Inited=.T.
>   endif
>endfor
>
Wow !
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform