Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 9.0 SP1 Strange Behavior
Message
From
30/11/2006 13:10:03
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
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:
01173802
Views:
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.

Check for any control that may be offscreen - with negative or overly big .top and/or .left property. Also, any control that may be behind the grid or other control. You should be able to locate it in PEM sheet, if there's such a control.

If you keep hittin the tab key (also ctrl-tab), do you eventually see a control getting the focus?

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform