Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Row Select
Message
 
 
À
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:
00391334
Vues:
8
>>>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?

Sorry, I was not clear enough. Yes, the above statement should remain in Grid.Init. I meant public oCurrentForm and oCurrentForm=this should be in Form.Load event.

>
>>
>> Make Condition() to be form method, not grid method.
>>
>> Let me know, if these ideas help.
>
>Jon
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform