Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refreshing - revisited
Message
De
15/04/2003 02:44:55
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00777260
Message ID:
00777570
Vues:
7
>I do not merely think it's a display problem- the data *cannot* be seen.
>The naviagation buttons and editing button behave normally. The grid is, however, blank; there are no row lines or column lines, and no visible data.
>Do you know how to get the grid to be repopulate and visible?
>
>Henry

Henry,
I thought so too but you were saying it was :)
with myGrid
 .RecordSource = ''
 * Prepare source
 .Recordsource = 'tablename'
endwith
Populates the grid w/o destroying current format (header captions, column count, contained controls etc)
with myGrid
 .RecordSource = ''
 .ColumnCount = -1
 * Prepare source
 .Recordsource = 'tablename'
endwith
Populates the grid from scratch.

However as I said before for a dynamic grid it sounds better to use an SQL RecordSourceType or Query RecordSourceType (or a view).
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform