Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 9.0 SP1 Strange Behavior
Message
From
30/11/2006 11:43:12
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01173695
Message ID:
01173758
Views:
12
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform