This topic is locked

Process Record Values - Read only Field Appear Blank

1/14/2016 5:35:44 AM
PHPRunner General questions
D
DUKE author

Hi Everyone,
I am having an interesting issue with PHPRunner Entrerprise x64 8.1 Build 25268.
PROCESS RECORD VALUES:
In the Process Record Values area I assign some fixed values from a linked table to certain fields:
$values['Client'] = $values['L36'];
The 'Client' field is set as read only for the edit page. (By double clicking the field and making it read only in the editor)
The problem is:
When I edit the page, the read only fields are all blank - they dont display any value.
When I use javascript to set the fields to read only, the values do display, but I would prefer to make the values read only in the page editor.
Any Ideas?
Update: This ONLY happens when I assign values from the linked table. If I do something like : $values['Client'] = "ABC"; then the values show up.

Sergey Kornilov admin 1/18/2016

Hard to tell what might be wrong without seeing your project.
Just in case make sure that field like L36 appears on the Edit page, otherwise $values['L36'] will be empty.