Hello, I am trying to use a VB4 True DBGrid in unbound application mode to
display the results of an SQL statement. At design time, the grid is
configured to have two columns. During run time, I add columns dynamically
based on how many columns the SQL statement returns. The new columns are
visible and I can set the captions.
When the resulting data is displayed in the grid, the first two columns
(which were pre-existing from design time) show the data beautifully.
However, no data is shown in the new columns that were added at run time.
I know that the data is being properly assigned to the cells, but it is not
being displayed.
Any ideas?
Thanks!
--
Sarah Ross