Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's an easy way to tell if a general field contains d
Message
From
26/01/2000 11:34:28
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00322873
Message ID:
00322881
Views:
23
>I'm looking for a really simple way to tell if the
>general field contains an image or is still empty.

EMPTY() will work on general fields:
IF EMPTY(GenField)
    WAIT WINDOW "Field contains no data!"
ELSE
    WAIT WINDOW "Field does contain data!"
ENDIF
Sylvain Demers
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform