Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Width size calc
Message
De
06/08/1999 13:49:20
 
 
À
06/08/1999 12:30:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00250737
Message ID:
00250793
Vues:
18
Hello,

>Is there a calculation on determining the width of a data entry field?
>I have looked at the way vfp sizes fields when they are drop on the
>form, but I am not sure how vfp calculates the width. I am working
>in pixels. Thankyou

I remeber using this to caluclate column widths, I think they're one int he same.
iif(alist[x,3]<3, 20, alist[x,3]*7+4)
Alist[x,3] is the size of the field of course.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform