Sean
Sean
Joined: Tue Jul 31 23:45:13 UTC 2018
Coding Dart/Flutter in my spare time
Latest Posts
-
Limit Input to Rational Numbers in a Text Field
This code can be applied to "Trigger after update" in a text field to limit the input to rational numbers. It does not accept characters other than "-", [0-9] and ".…
-
Re: Is there a way to enforce the required fields so a record row will not be added unless all required fields are completed?
@Nick, one trick is this... html("<style>.hud-menu-button.menu-icon.menu-icon-trash{display: none;}.hud-menu-button.menu-icon.menu-icon-duplicate{display: none;}.hud-menu-button.menu-icon.… -
Re: Is there a way to enforce the required fields so a record row will not be added unless all required fields are completed?
@Mconneen, I remember reading about that approach in Alan Simpson's book "Understanding dBASE IV" almost 30 years ago, LOL. If I recall correctly, it was characterized as...…