Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid records
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Divers
Thread ID:
01043755
Message ID:
01043821
Vues:
13
>SET FILTER TO NOT EMPTY(Name)
>LOCATE
>
The problem was to automatically size the grid height to the maximum number of records in the table. Something like this:
this.height = this.HeaderHeight + ;
RowHeight*reccount(MyTable)+ ;
iif(inlist(this.GridLines,1,3),this.GridLineWidth * reccount(myTable),0) + ;
iif(inlist(this.scrollbar,1,3),sysmetric(7),0)
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