I have 3 textboxes on my screen. Focus is in textbox1. When I hit the
tab key, the leave event of textbox1 has code that evaluates the text
property of textbox1 looking for a specific value. If it is a match, it
disables textbox2. The focus remains in textbox1 instead of being in
textbox3.
Is this a confirmed bug and if so, will it be fixed soon?
--
Nathan - GBIS
It works as expected here, focus ends on textbox3.
> Is this a confirmed bug and if so, will it be fixed soon?
From your description, you are talking about .net in which case, maybe,
most likely not.
If however, you are using VB6 (the subject of this group) then it
appears it already is, try making sure you have the latest vb6 service pack.
--
Dean Earley (dean....@icode.co.uk)
i-Catcher Development Team
iCode Systems
Please post your question here:
news://microsoft.public.dotnet.languages.vb
This newsgroup is for VB6(VB Classic) and lower, which is incompatible with
what you are using. DotNet has separate groups; all of which have either
"dotnet" or "vsnet" in the name. If the group has "vb" in the name without
"dotnet", then it's for VB6 and lower only.
Thank you