Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete certain fields from table
Message
De
08/05/2000 17:36:01
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Titre:
Delete certain fields from table
Divers
Thread ID:
00367412
Message ID:
00367412
Vues:
55
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform