Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SelectonEntry - Grid
Message
De
04/09/1998 05:21:30
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
03/09/1998 16:28:06
Joao Godinho
Fredesenvolv, Lda
Lisbon, Portugal
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00132923
Message ID:
00133157
Vues:
17
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform