Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameterized Views
Message
De
30/06/2000 11:20:54
 
 
À
30/06/2000 09:00:41
Arie Van Der Ent
Arie Van Der Ent V.O.F.
Warnsveld, Pays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00387019
Message ID:
00387097
Vues:
17
Just a shot --

Have you checked out the NVL() function? It takes 2 parameters. If the 1st is non-null, it is returned. If the 1st is null, the 2nd is returned (whether or not it is null)

You could use it as follows:

NVL (APossiblyNullValue, TheValueYouWantReturnedIfNull)
specifically:
NVL (lOK, .F.)

Jay "Dutch Power" van Santen
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform