Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remove a page in a pageframe
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Remove a page in a pageframe
Divers
Thread ID:
00825177
Message ID:
00825177
Vues:
51
Hi all,

I want remove pages in a pageframe If the Page 's caption begins with "Page".
My code is not correct because all the pages are'nt removed.



LOCAL oPage,;
cvName

WITH THIS.Pageframe

FOR EACH oPage IN .OBJECTS
cvName = UPPER( oPage.CAPTION )

.REMOVEOBJECT( cvName )
ENDFOR



Thanks in advance For the help

bernhyart
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform