Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid
Message
De
25/04/2004 04:22:32
 
 
À
24/04/2004 14:59:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: Grid
Divers
Thread ID:
00897935
Message ID:
00897975
Vues:
17

hi all;

i useto display fields at mygrid from mytable with arabic title
when i make append blank from mygrid to mytable i useto thisform.refresh
all title are change as table fields name(english title).and width change.
how i can keep mygrid as its.


This happens when the grid loses the Recordsource
because the workarea binded to the grid disappear into the grid datasession
( in the code you recreate the workarea or the grid go into another datasession );
when this happens, the Recordsource comes emptied, and the grid loses all the columns.

After you have a
RecordSource = .....
and this reload the grid in raw mode.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform