Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Blank records
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00011041
Message ID:
00011057
Views:
37
>These things happen. Best way is "LOCATE FOR EMPTY(x)" where
> x is a key field or some field that you know must have a value
>for the record to be valid. I get these all the time when
>appending from ascii files or starting work on someone elses
>work.
>jjh.

if len(alltrim(stringfield1+...stringfieldn))= 0 and ;
(numericfield1+...numericfieldn) = 0
***** then record is empty *****
delete record
...
endif
Lucien T. Elliott Programmer/Analyst
Staple Cotton CoOperative Association
416 West Market St | Greenwood | MS | 38930 | (662) 453 6231
Previous
Reply
Map
View

Click here to load this message in the networking platform