Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form/Formset propperty
Message
 
À
31/08/2004 14:36:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00938122
Message ID:
00938173
Vues:
37
It belongs to the formset..

>Is the toolbar an independent toolbar? If so create it like below and you can check for its existance before you create it again:
>
>
>IF TYPE('oToolbar')<>"O" .or. ISNULL(oToolbar)
>   oToolbar = CREATEOBJECT("MyToolbar")
>ENDIF
>
>
>
>
>>Hi.
>>Wich propperty do I have to check to see if a form or a formset is already open?
>>
>>I have a formset with a toolbar on it, i need the toolbar to load only once: the firts time I run the formset; not each time I run the formset.. The formset receives a parameter (at the Init event) wich indicates the name of the form I want to run.
>>
>>Thanks in advance.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform