
Sean
Sean
Joined: Tue Jul 31 23:45:13 UTC 2018
Coding Dart/Flutter in my spare time
Latest Posts
-
Re: How can I increment a number field on a table every time I create a new record? Better describing, how can I make Ninox look up the value of a field on a previous record and adjust it for the new record?
https://ninoxdb.de/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/changing-the-global-unique-ninox-id-5c5d761699946771b1c00e00 This is just one example of many on the forum. -
Re: How can I set a field to automatically search existing records for possible duplicates of the record I'm about to create?
Sorry again! Please use something other than "duplicate" because that is already command in Ninox. You could use "confirm" let confirm := dialog("Attention", "Create a duplicate record?", ["Yes",… -
Re: How can I set a field to automatically search existing records for possible duplicates of the record I'm about to create?
Ok, my brain caught up. The record has already been created, but the code won't let the duplicate information be entered. Here's a solution... if cntFirstName > 1 and cntLastName > 1 thenlet…