Hello!
When manually changing a dropdown , I want to select one row in database and take a description field to move in text area.
---------------- Desing -------------

Content = {var:options}
reload event = dynamic
---------------- Setup -------------

Read_Data 18, it works
Designer label : readclasse
Model name : PrimaryDatabase
table : Ark_Classe
Where condition : idclasse:{data:ddclasse}
Select type : Index the results list by one or more
Fields to retrieve : Description
PHP:
$options;
$options = $this->get("read_data18", "default");
return $options;
Custom code17:
Content : {view:field_textarea5}
My debug after that

But my field Area are empty ?? but .. Why ?
small precision, I am not a pro of PHP !!
Sorry for my english and thank you for reading me
When manually changing a dropdown , I want to select one row in database and take a description field to move in text area.
---------------- Desing -------------
Content = {var:options}
reload event = dynamic
---------------- Setup -------------
Read_Data 18, it works
Designer label : readclasse
Model name : PrimaryDatabase
table : Ark_Classe
Where condition : idclasse:{data:ddclasse}
Select type : Index the results list by one or more
Fields to retrieve : Description
PHP:
$options;
$options = $this->get("read_data18", "default");
return $options;
Custom code17:
Content : {view:field_textarea5}
My debug after that
But my field Area are empty ?? but .. Why ?
small precision, I am not a pro of PHP !!
Sorry for my english and thank you for reading me