havrup
havrup
Joined: Fri May 22 11:52:50 UTC 2020
Latest Posts
-
Are there Trigger limitations?
I have a DCF (DMCF?) where a "Trigger after update" has the code: 'V.Välj Region' := ""; 'V.Välj Distrikt' := ""; 'V.Land' := text('V.Välj Land') it does't work BUT if I have the code: 'V.…
- Answered
-
Dynamic Choice Field text (Value) vs Number - Where can I find them?
I have an excel with Country, Region,District I import this to my GEO table. Then I have a DCF in my MAIN table that show all Countries and I pick what I want.…
-
Re: Is there a way to enforce the required fields so a record row will not be added unless all required fields are completed?
Clarification - I know the triggers on a table (“onCreate”) but I like to force my user in to a Special Tabel when they open the DB. I alos want to stop them from using the tabel view or at least… -
Re: Is there a way to enforce the required fields so a record row will not be added unless all required fields are completed?
Is there a way I can force a form/view/table to be open when a select a DB/Table? If so I can see a way to force the behavior. I need to do this as the DB get clutter with to many uncomplete records.…