Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete certain fields from table
Message
From
08/05/2000 17:36:01
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Title:
Delete certain fields from table
Miscellaneous
Thread ID:
00367412
Message ID:
00367412
Views:
54
Hello

I am new to Visual FoxPro. I would like to delete fields from a table I am using. How would you go about deleting a field based off of certain criteria? I run this code in the init of my listbox when form first loads.

*If name of field is not entered then delete this blank record
If MyFirstTable.ItemName = "" then
*Delete blank record
DELETE
*Skip to next record
SKIP
*Check to make sure we are on valid record
IF EOF() THEN GO BOTTOM
ENDIF

Sometimes this code deletes what I would consider valid records. Is there anything else I could try to get this to work?

Thank you
Kenneth Gilbert Jr, MCP
Next
Reply
Map
View

Click here to load this message in the networking platform