Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Refresh problem
Message
De
26/05/1998 12:42:44
 
 
À
26/05/1998 12:02:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00101877
Message ID:
00101960
Vues:
23
>>Hi! I've created a form for entering data for a parent & child file.I'm using a grid with methods for adding and deleting items. What happensis that the grid refresh properly only some of the times. I'm usingthisform.lockscreen=.T. thisform.gridrefresh thisform.lockscreen=.F.but even then on adding new item after the first few items the gridjust dosen't seem to refresh ?ThanksSonali
>
>If you add items programatically, you can set focus to the first control on the first column, in order to refresh this row.
>
>mygrid.setfocus()
>mygrid.column1.text1.setfocus()
>
>If you add items interactivelly within the grid you'll not need this.
>
>Hope this helps

But I would have thight that by refreshing the grid all the rows are automatically refreshed and the display correct.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform