Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deleting items from lists
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01040178
Message ID:
01040278
Vues:
14
>Thankyou Tamar
>
>Everytime I try to click remove I get the messagebox 'You have not selected a composition type to remove' even if I have selected or not.
>
>Thanks

Why you're going backwards in your loop?
It should be
 for lnI=1 to .ListCount
         if .selected(m.lnI)
             llAny = .t.
             if YesNo("Delete?")  
                delete
             endif
      next
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform