Posted 7 March 2019, 1:04 pm EST
I have a form with a FlexGrid control on it. It contains about 12 columns, 10 of which are bound to database fields. Two of the columns need to be set at runtime. No matter what I try to do, the FlexGrid will not show the values that I assign to the fields. I have tried using the SetData method and I have tried using code such as this:
fgSalesDeals(x, 6) = DealAgeCondition
No errors are returned, it simply does not display the data that I assigned to the field. The way this application needs to work makes it not possible to get the values into the grid in any way other than at runtime after the other columns have been populated from the database.
Any suggestions?