Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setfocus Problem
Message
From
30/11/1999 10:20:21
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00296829
Message ID:
00296849
Views:
24
Pete-

I think all you need a NODEFAULT after UpdateTable() to keep the lostFocus from executing.

>Hello gang,
>I have a simple form, with a command button and a text box, what I am trying to do is:, scan a value into the text box via a barcode reader, execute a routine ( at present from the LostFocus event of the text box ), which updates a table, clears the text box and sets the focus back to the text box, the problem I am having is setting the focus back to the text box, I've experimented with the placement of the code all to no avail, what I've got so far is this
>
>Textbox.LostFocus
>
>ThisForm.UpdateTable()
>This.SetFocus()
>
>The focus always goes to the next object ( the command button ), I've tried putting text box setfocus code in the ThisForm.UpdateTable() method all to no avail, any ideas
>
>Regards
>
>Pete Kane
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform