Sean
Sean
Joined: Tue Jul 31 23:45:13 UTC 2018
Coding Dart/Flutter in my spare time
Latest Posts
-
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…