Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Focus not moving off button
Message
 
 
To
11/12/2007 13:56:10
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01274885
Message ID:
01274888
Views:
11
This message has been marked as a message which has helped to the initial question of the thread.
>Hi All,
>
>I have a form with a grid, lots of textboxes, and some buttons. In one button, if the main code there is not to be run because of something wrong with data, I want the focus to go back to the grid, highlighting the selected record. But nothing I do seems to move the focus off the button.
>
>Here is the ending code I have under the button at the moment:
>
>  THISFORM.setbuttons()
>  KEYBOARD '{TAB}'
>  KEYBOARD '{TAB}'
>  THISFORM.REFRESH()
>
>
>setbuttons() just enables and disables the buttons as needed.
>I have tried:
>
>  THISFORM.setbuttons()
>  THISFORM.grid1.setfocus()
>  THISFORM.REFRESH()
>
>but that does not put the focus where I want it.
>
>TIA

Hi Beth,

Have you tried to check what is going on right after grid1.SetFocus()? From where do you call your code?
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform