Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refreshing Grid from other form
Message
De
10/11/1997 14:33:28
 
 
À
10/11/1997 14:30:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00059328
Message ID:
00059347
Vues:
39
>>>Hello.
>>>I have some a problem with refreshing a Grid from other form.
>>>For example. I have two forms. In the first form - "Form1" I have a list box with data.
>>>In the second form "Form2" I have a Grid.
>>>After dblClick or DragDrop methods I am append record to the table.
>>>The grid has ControlSource from this table.
>>>
>>>SELE MyTable
>>>APPEND BLANK
>>>REPLACE MyTable.Fields1 WITH Data1
>>>REPLACE MyTable.Fields2 WITH Data2
>>>FORM2.GRID1.REFRESH
>>>But..., I can see added records only when I press the Mouse button on the Grid.
>>>If the buffering of the Table = 1 it is works Ok...,
>>>but I change buffering to 5 and my grid will not be refreshed. :(
>>>Thanks for any help.
>>>Denis.
>>
>>Maybe Form2 has private datasession? Did you try to issue Tableupdate() before Grid.Refresh?
>
>Hello Edward.
>I am use buffering = 5 because I want UPDATE or REVERT many records at once.
>Denis.

I understood this. My question was: do these two forms use the same default data session or different ones?
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform