Sean
Sean
Joined: Tue Jul 31 23:45:13 UTC 2018
Coding Dart/Flutter in my spare time
Latest Posts
-
Re: Can I automatically enter different choices from a table into a Combobox from another table depending on the choice from another Combobox?
You are correct that it is not possible to create Choice fields on the fly, yet. I would use a switch statement instead of nested if-then-else statements, but that's a personal call.…