Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SelectonEntry - Grid
Message
From
04/09/1998 05:21:30
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
03/09/1998 16:28:06
Joao Godinho
Fredesenvolv, Lda
Lisbon, Portugal
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00132923
Message ID:
00133157
Views:
16
>Olá again Ed
>If you put grid1.column1.text1.selectonentry = .t., if you click on the column it doens´t show it selected. I put on the grid1.column1.text1gotfocus this line
>this.setfocus, and voilá when you click on the column the column is showed selected, the problem is if you have code on the gotfocus method, it´s do it twice.
>I do see if the column is allready selected
>
>Thank´s
>
>P.S. We have all the time need, money is a little bit different
>Have a Break, see your relatives
Gotfocus in grid textbox fires twice ! True and not corrected in VFP6 too. But fortunately this bug lets my expanding editbox class (plays with rowheight and columnwidths) work w/o extra coding (will code when they ever correct it too). MS Knowledge base has a workaround similar to this :
*Custom form property timesthrough
*Gotfocus
if thisform.timesthrough <= 1
   * Code
else
  thisform.timesthrough = 0
endif
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform