REQUIRED property

Edit line, edit box, edit table.

When true, requires control to contain data. Used primarily with database linked controls.

status = Get_Property(objectname, "REQUIRED")

oldstatus = Set_Property(objectname, "REQUIRED", newstatus)

Required processing is done on LOSTFOCUS, so return 1 (instead of 0) in your LOSTFOCUS event code to enable required processing. Controls set as required are also checked during the WRITE event.

  • guides/programming/programmers_reference_manual/required.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1