Greetings,
So after a lot of testing and errors I discover that Me.RemoveAllRows does not work and it should in the ComboBox in XOJO 2019R3 while replacing that with the deprecated one Me.deleteAllRows works perfectly.
Me.RemoveAllRows
Me.deleteAllRows
Should I file a bug report or is that normal ?
Is not normal. I think RemoveAllRows should work the same as DeleteAllRows.
Hi @Aurelian Negrea
RemoveAllrows is working for me. Is all of your code new using API 2.0, or is it a old project opened in the latest release and using API 1.0 code?
RemoveAllrows