This topic is locked

ASPRunner 4.1

6/8/2007 1:57:04 PM
ASPRunnerPro General questions
L
luic author

Hi,
I add two new fields in one table in the database. Then I would like the Add/Edit pages to include these two fields. When I re-open the project, the two new fields appear automatically in Add/Edit page. However, after the application is rebuilt, I can't see the new fields in the Add/Edit page in runtime. The Add/Edit pages were heavily customerized with the formatting. I don't want to reset the pages and re-do again. What will be the solution ?
Thanks.
Chris.

Sergey Kornilov admin 6/8/2007

Chris,
you can switch to HTML mode and add edit controls manually.

{build_edit_control field="FieldName" value=$value_FieldName mode="edit"}