This topic is locked

Disable Updates of some fields

3/20/2007 6:40:54 AM
PHPRunner General questions
D
dckamo author

Hi,
How do I disable the update of a readonly field on my add or Edit form. These fields were

obtained from an inner join and are not part of the table that is being updated.
Regards

Kes

J
Jane 3/20/2007

Kes,
just uncheck these fields on the ADD/EDIT pages on the Choose fields tab (step 6) in the PHPRunner.

D
dckamo author 3/20/2007

Kes,

just uncheck these fields on the ADD/EDIT pages on the Choose fields tab (step 6) in the PHPRunner.

D
dckamo author 3/20/2007

Kes,

just uncheck these fields on the ADD/EDIT pages on the Choose fields tab (step 6) in the PHPRunner.

D
dckamo author 3/20/2007

Hi Jane,
Thank You for your response.
If I uncheck the field in step 6 the field disappers from the add/change screen. My intention is

to have it as readonly.
Regards

Kes

J
Jane 3/20/2007

Kes,
you can't use fields from another table on the Add/Edit pages.
To display these fields on the Add/Edit pages use AddOnLoad or EditOnLoad events on the Events tab.