Badges
Latest Posts
-
Re: Is there a way to enforce the required fields so a record row will not be added unless all required fields are completed?
Alternatively you can use some logig steps (this is not the same but you 'll get warning), for example --- let t := this;if RequiredField = null then let check := dialog("Attention",… -
Concurrent schema modification...
I'm the only user (and Owner of course) in one of my teams and I was trying to make some changes but I keep getting this message: "Concurrent schema modification. Your changes have been reverted.…
-
Problems with Date/Time field
The below code isn't working in the web version: --- let d := date('Date / Time');select Table where date('Date / Time') = d --- Works fine in the Mac app.
