Luis
-
populate a "multiple choice" dynamically...
Is there a way to populate a "multiple choice" element dynamicall? I dont want to reset it - I would like to change the entries.... and then if possible create new ones..…
-
Searching for Tags and successive subsets of Views
Hi, any ideas please guys on the best way to do the following? lets get as example a database of books. The books may have multiple tags (eg Horror, Crime, True Crime, Fiction,…
-
Regex (tests) not working as expected ?
Hi I tested the expression (eg in regex101) and it works... ---> (?i)ber(?-i) This should return as true in any String the existence of "Ber", "ber", "bEr", etc for instance Bernard, Norbert, Robert,…
-
Unique Field in a table
sorry but I didnt fund it in the documentation... my bad probably How can I force a field in a table to be unique? eg a field that is used in a N:1 table relationship...…