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:56:48
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00322873
Message ID:
00322905
Views:
23
>I'm looking for a really simple way to tell if the
>general field contains an image or is still empty.
>I've tried fsize,len and others.
>If I do ? fieldname, it prints 'gen' or 'Gen' to differentiate
>whether or not there is data in it, but I need the program to be able to tell.


Eddie,
Easiest and supported in older versions is :
isblank(GenField) && .t. if blank

Also a VFP6 only way (sometimes handy) :
islower(transform(GenField)) && .t. if blank
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform