This topic is locked

Making Edit Field Hidden disables writing to database

5/24/2011 4:58:12 PM
ASPRunnerPro General questions
MK Frank R author

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?

Sergey Kornilov admin 5/25/2011

This is how it supposed to work - if you remove field from the form it won't be submitted.
Probably you need to explain the whole situation here so we can provide a workaround.