Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TreeView Expand / NodeClick
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00707240
Message ID:
00708295
Vues:
14
Thanks Borislav. This seems to be a simpler way to go about. I 'll just check all the places where there is a refresh and I will try to make the minimum call changes.

Thanks for responding.

>Hi Bhavbhuti,
>
>If I understand you corectly I want to avoid recursion call of SyncTreeView method from Refresh method of a form.
>
>The first thing that came to my mind is to put à parameter in Reresh metod of a form:
>
>PROCEDURE Refresh
> LPARAMETER not_recurse && The default falue is .F. (i.e. when this        method is called w/o parameter    not_recurse == .f.
>...
>
>   IF NOT not_recurce
>      thisform.TreeView.SyncTreeView
>   ENDIF
>ENDPROC
>
>PROCEDURE SyncTreeView
> ...
>
>   thisformRefresh(.t.)
>ENDPROC
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform