Hi, I have a problem displaying the contents of a table using Local_DB.
I created a table in design mode.
The app looks like this:
with the rolling blocks:
The function is simply to create a text with every row from 1 to NumberOfRows followed by a newline and display this text of the complete table in Label5.
Pressing Button2 gives the correct number of rows in Label3 but sometimes displays parts of the table, after first press nothing and sometimes the correct table.
What is my mistake??