Real NotBlank fields

AlxAlx Member Posts: 38
Hi everyone!

My problem is this: The NotBlank property of a field (e.g. A) only prevents the user from deleting a value of A in an already existing record. What it does not prevent is the user creating a NEW record without giving any value to field A.
How can I enforce that a value is selected every time a new record is created?

Thanx in advance,

Alx

Comments

  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Try searching the forum. You'll find a few threads about this subject when you search for "notblank".
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • tonijaumetonijaume Member Posts: 2
    why you don't try to use the Init Value property of the field, fill it with an non valid or rare value and the user will see he must change the value.

    Best Regards

    Toni Jaume
  • ArhontisArhontis Member Posts: 667
    OnInsert of the table, TESTFIELD for the field you want...
Sign In or Register to comment.