I have tried this so many times and it works in another apps , but this is not working , i have a "bad argument message!

The problem is that you are storing the contents of TextBox1.Text into TinyDB, which is of type text but the ListView1.Elements property wants a list. One workaround would be to use ListView1.ElementsFromString which parses a text input as a comma-delimited list of values. Alternatively, make sure when you save information to TinyDB you're creating a list to store instead of a text.

It still not saving information as a list of info in tiny db , i have tried , ListView1.ElementsFromString

Its just changing the value , and saves just one valye

Try this way

1 Like

100% works !!
Thank you

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.