Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deleting tabs from a page frame
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00122191
Message ID:
00123314
Vues:
13
>I have a form with a pageframe on it that I am using as a base class for all of my data entry forms. the pageframe has 3 pages on it. My problem now is that not all of my forms need all 3 pages and I can't figure out how to get rid of the pages. Anyone have any suggestions on how I delete or make them invisible at design or run time?!


Try This:

if you have PageFrame1 with Page1,Page2 and Page3. You want to delete page2 at run-time you have to do this

Thisform.PageFrame1.Page2.PageOrder = 3 && It was 2
Thisform.PageFrame1.PageCount = 2 && It was 3

This really works

Bad English Spoken!!!!!
Dominican Republic, a Paradise in America
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform