Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Row Select
Message
De
12/07/2000 12:13:21
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00390749
Message ID:
00391310
Vues:
9
>>Hi Marcia,
>>
>>Here is a copy of this thread, maybe you can think of
>>somthing I did not see.
>>
>>Thanks
>>
>>Doron
>>
>Two ideas just to try:
>1) Put grid.Refresh() in Grid.AfterRowColChange(). It would decrease the perfomance, but let's see, if it would help.
>2) If the first would not help and your form calls another form, try this idea:
> In Form Load (after all you code)
> public oCurrentForm && I tried to make it private in calling program, but this doesn't work, if form is modeless
> oCurrentForm=this
>
> This.SetAll("DynamicBackColor","oCurrentForm.Condition()","Column")

Will this work in the Load event? Aren't objects only accessible after the load event. Shouldn't it be in the grid's init event, or the form's?

>
> Make Condition() to be form method, not grid method.
>
> Let me know, if these ideas help.

Jon
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform