Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing - revisited
Message
From
15/04/2003 02:44:55
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00777260
Message ID:
00777570
Views:
8
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform