Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Locate blank rows
Message
From
17/01/2006 02:59:20
 
 
To
16/01/2006 20:12:58
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01087380
Message ID:
01087430
Views:
10
>>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 ADDITIVE && this is faster
> if compobj(oBlank,oCurrent)
>    delete
> endif
>endscan
>
Cetin
Previous
Reply
Map
View

Click here to load this message in the networking platform