Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameterized Views
Message
From
30/06/2000 11:20:54
 
 
To
30/06/2000 09:00:41
Arie Van Der Ent
Arie Van Der Ent V.O.F.
Warnsveld, Netherlands
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00387019
Message ID:
00387097
Views:
20
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform