Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 9.0 SP1 Strange Behavior
Message
De
30/11/2006 11:43:12
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01173695
Message ID:
01173758
Vues:
13
This Goes In The "LostFocus" Method of a ComboBox:
If !Empty(selFactura)
        xFactura = FacturaS.Factura
	xValor   = FacturaS.Valor
	xBalance = FacturaS.Balance

        Select FacturaSC
	   Append Blank
	      Replace FacturaSC.Factura With xFactura
	      Replace FacturaSC.Valor   With xValor
	      Replace FacturaSC.Balance With xBalance
				
	Thisform.Refresh()
EndIf
After this code (nothing difficult I think), the focus must go to the next control in the tab order, which is a Grid, but the Grid never gets the focus. I think that the focus never leaves the ComboBox.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform