Article ID: 141441
Article Last Modified on 9/30/2003
=dbSetProp("Emp_view","View","RuleExpression",;
"Hire_date >Birth_date")
=dbSetProp("Emp_view","View","RuleText",";
'Hire date must be after birth date' ")
USE Emp_view
BROWSE
=dbSetProp("emp_view.last_name","field","RuleExpression",;
"not empty(last_name)")
=dbSetProp("emp_view.last_name","field","RuleText",;
" 'Last name cannot be blank' ")
USE Emp_view
BROWSE
Additional query words: VFoxWin akz
Keywords: kbcode KB141441