Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo question
Message
De
20/06/2007 17:27:38
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Combo question
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01234596
Message ID:
01234596
Vues:
52
I have the following code (simplified)
WITH .cboDefects
	.ControlSource = curItemData.defect_id
	.RowSource = 'curSecondDefects'
	.Refresh()
ENDWITH	
curSecondDefects structure is defect, id.
My expection was that combo will be showing a defect with id = curItemData.defect_id but it's not happening. Is it possible to get this working?

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform