Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Focus not moving off button
Message
From
11/12/2007 13:56:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Focus not moving off button
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:
01274885
Views:
46
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
Beth
Next
Reply
Map
View

Click here to load this message in the networking platform