Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with the ColumnWidths
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Problem with the ColumnWidths
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01121143
Message ID:
01121143
Vues:
46
Hi everybody,

This is the code I have in the Init of my form:
store .f. to .cboFieldRequest.visible, .lblFieldRequest.visible  
		.cboInsurances.top = .cboFieldRequest.top
		.lblInsurance.top = .lblFieldRequest.top
		** Get list of insurances for this account
		=Trans_insurances_list(.oCallingForm.cTrans_pk,"c_Trans_Insurances")
		.cboInsurances.RowSourceType = 6 && Fields
		.cboInsurances.RowSource = "c_Trans_Insurances.cText, cTrans_Insurances_pk"
		.cboInsurances.ColumnWidths = "50,0"
For some unknown reason when I open this combobox it displays very long text instead of specified ColumnWidths.

Do you know what is wrong?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform