Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Listbox
Divers
Thread ID:
00628922
Message ID:
00628922
Vues:
44
Hello,

I have a problem with the listbox control:
USE AccesSet
SET ORDER TO seKey
WITH THISFORM
	.lstKeys.CONTROLSOURCE = "AccesSet"
	.lstKeys.ROWSOURCETYPE = 6
	.lstKeys.ROWSOURCE = "AccesSet.seKey,seDescript,seOrder"
	.lstKeys.VALUE = AccesSet.seKey
	.lstKeys.COLUMNWIDTHS = "35,170,35"
	.lstKeys.COLUMNCOUNT = 3
ENDWITH
The problem is the display of the numeric values: First I cannot enforce a space between the first two columns. The first column is right justified (numeric value) and the second column is left justified, which actually concatenates both columns together. The using of column lines is not the very best and I would prefer to display a space between them if that is possible.

Also the numeric values are cut at the right so you see only the half of the right most numbers. This happens in all columns which hold numeric values. I did not find a property that could change this.

Any suggestions?
Christian Isberner
Software Consultant
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform