This topic is locked
[SOLVED]

 Fields only for Display

12/4/2012 12:27:39 PM
ASPRunnerPro General questions
K
kleanthis author

I need to display fields data from another table as a read only in the add page, and does not need to be saved them.
I add the fields with the "insert field" in the editor; I make them "depended on" and work fine. But I cannot submit my records because the two fields that I add are not in same table as my rest of the fields. Can anyone help me?

Sergey Kornilov admin 12/4/2012

You need to remove fields from joined table in BeforeAdd event:

values.Remove("joinedfield")


More info:

http://xlinesoft.com/asprunnerpro/docs/update_multiple_tables.htm

K
kleanthis author 12/5/2012

Works excellent.

Thanks