Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Locate blank rows
Message
From
16/01/2006 20:12:58
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
16/01/2006 19:29:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01087380
Message ID:
01087388
Views:
10
This message has been marked as the solution to the initial question of the thread.
>Hi friends
>is there any easy way to find a blank record in a table.
>
>at our sites ,there are few tables that contain blank records i.e. even though record is added no field is actually filled in. i need to delete such records.
>Thanks for the help.
select myTable
scatter name oBlank memo blank
scan
 scatter name oCurrent memo
 if compobj(oBlank,oCurrent)
    delete
 endif
endscan
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
Next
Reply
Map
View

Click here to load this message in the networking platform