This topic is locked
[SOLVED]

 Modify edit page

1/8/2011 5:35:06 AM
PHPRunner General questions
M
matteofaini author

Hello everyone!
I need to modify an edit page, displaying fields that don't belong to that table (so they haven't to be updated or changed), but belong to another table, which is joined to the first one. (in my school register, the edit page of table "valutation of test" can't display student-name or the student-surname, but only the student-code: of course name and surnames are in the "students" table, whereas the "valutation" table has only their codes...)

If I add them in "view page"... no problems, but if I add them in the "edit page" I get an error because that fieds don't belong to the table.
I suppose something using phpsnippet... but I can't realize my task.
Anyone can help?
Thank you and whishes for a great 2011!

Sergey Kornilov admin 1/8/2011

You can display fields from other tables on the Edit page, just make sure they are shown as Readonly.

M
matteofaini author 1/10/2011



You can display fields from other tables on the Edit page, just make sure they are shown as Readonly.


Thank you... you are right. I realized that if I add other fields within "message_block" it's OK!

Thank you again!