If I use
xt.assign "fieldname1_editcontrol", False
xt.assign "fieldname2_editcontrol", False
to make controls on Add and Edit pages invisible, the values("fieldname1"), values("fieldname2")
are no longer written to the database.
How do I make them invisible yet still be able to manipulate them and have the values saved?