Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Underlining grid column text??
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00043066
Message ID:
00043071
Vues:
45
>I'm trying to simulate HTML-style links in vfp in a grid column. But I'm having trouble getting the text underlining to trim to the table field length, when the field has variable length strings. Right now the underlining is sized to the longest text string in the entire column, so the short strings look funny. Any ideas on how to get underline to trim to exact string size?

magic marker?

are you underlining everything in a given column?

if the field is set to a given length, the spaces will be underlined [left(field,15) on a 10 char entry leaves 5 spaces to be underlined]. if based strictly on the field (no trim, left, etc.), only the chars in the field are underlined w/ this code.
this.setall("dynamicfontunderline","iif(appls.serial_num = lcserial_num, .t.,.f.)","column")
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform