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:57:06
 
 
To
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:
00322906
Views:
23
Boy, that's so easy I'd almost think myself stupid!

Except, I've tried so hard to get away from empty because
it's not rush optimizable.

THANKS FOR THE HELP!


Eddie

>>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
>
If Bill Gates had a penny for every time windows crashed he'd be... Oh wait he does!
Previous
Reply
Map
View

Click here to load this message in the networking platform