Thanks,
Brian
What is wrong? "empty, lifeless grid" is not very descriptive.
You will have problems if you re-create the cursor while it is tied to
the grid. If you need to do that, set the grid's RecordSource to ''
before re-creating the cursor then set it again.
Also, after inserting records into the grid move the record pointer to
the top and call grid.Refresh(). If the record pointer is at the end
of the cursor you may not see any records in the grid.
When using cursors, make sure your RecordSourceType property is set to Alias
and not Table.
--
Bill Browne
www.edgefinderstudios.com
"Jack Jackson" <jackn...@pebbleridge.com> wrote in message
news:6g9op0t47ph3878pg...@4ax.com...
"Brian Stegeman" <brian.s...@midmomicro.com> wrote in message
news:uM327OSz...@TK2MSFTNGP14.phx.gbl...
"Jack Jackson" <jackn...@pebbleridge.com> wrote in message
news:6g9op0t47ph3878pg...@4ax.com...