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:
00825178
Message ID:
00825178
Vues:
57
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 aren't removed.
LOCAL oPage,;
  cvName

WITH THIS.Pageframe
*-- Aie La page 4 becomes Page3 ! And the page4 page6 aren't removed !
   FOR EACH oPage IN .OBJECTS
       cvName = UPPER( oPage.CAPTION )

      .REMOVEOBJECT(  cvName )
   ENDFOR
Thanks in advance For the help

bernhart
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform