Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text Boxes in Container are not refreshing in Grid
Message
De
30/10/1999 10:07:34
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordanie
 
 
À
30/10/1999 09:53:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00284277
Message ID:
00284300
Vues:
14
>>I'm using 2 text boxes in container which is inserted in a grid..
>>
>>Each textbox's refresh is having following code :-
>>
>>This.Value = ThisForm.RetJvAmt(This.Name)
>>
>>But it is not refreshing values..
>>
>>Pls help..
>
>Add a DODEFAULT() after the line of code.

Pls note to make this workable, i had to Write following code in grid's refresh

This.Column4.DrCrAmt1.DrAmt.Refresh()
DoDefault()

& following code in textboxes refresh

This.Value = ThisForm.RetJvAmt(This.Name)
DoDefault()

Additionally columns Sparse property is set to .f.

Pls advs..
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform