Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to stop a release process
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00007264
Message ID:
00007589
Vues:
37
>> Hi Guys,
>> I want to stop the "release process" In the RELEASE methode of the form. This is posible ?
>>
>> All your comments will be appreciate.
>> Rock
>
>Hi legendre
> Call Queryunload before calling Release() method of form.
>
> IF !OkToRelease
> NODEFAULT
> RETURN .F.
> ELSE
> thisform.Release()
> ENDIF
>
> Hope this helps you.
>Thank Q
>Waheed

Hi Waheed,
I think that you can used the command NODEFAULT directly in release methode if you want

Thank's Waheed
Rock
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform