Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change pageframe page order, insert/delete pages?
Message
 
 
À
11/05/2005 22:45:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01013247
Message ID:
01013251
Vues:
16
This message has been marked as the solution to the initial question of the thread.
>Is it possible to re-order the position of pages in a pageframe using the VFP Form Designer? Likewise, is it possible to delete pages from an existing pageframe in the Form Designer or insert new pages between other pages in an existing pageframe.


Hi Malcolm,

  • You can reorder pages using PageOrder property of a page.
  • To delete a page, select it and press Delete key.
  • You can add pages by increasing PageCount property of the PageFrame and than use PageOrder property of a page to move it into desired place

    Keep in mind that ActivePage property is based on the display order of the pages but Pages() collection - on the creation order.
    --sb--
  • Précédent
    Suivant
    Répondre
    Fil
    Voir

    Click here to load this message in the networking platform