Return error after using ApplyUpdate()

Hi,

you can do this trick:

  • launch app
  • open your table with RDA.FillWithDASql
  • save table data to file with table.SaveToFile
  • close app
  • in designtime load table data from file
  • table will be opened and you can adjust cxGrid. in this case all fields will be filed with correct data

Hi,
Thanks for your advise.