Subject IBO Grid and Text BLOB display
Author yuraukar
I have a table with a "BLOB SUB_TYPE 1" column (i.e. variable long
text) an IBO grid is used to display this data. When the grid is shown
the first time, the BLOB text data is not displayed, instead it shows
"(column name)".
In addition to the grid, a text field is used to display the full
text. The grid displays the text for a row when it has been activated.
It seems that the edit field pulls the data in and then it can be
displayed by the grid.
Is there a way to force this without iterating through the dataset?