Hey,
I use a DB Read in the on load event to populate fields of my form. But they stay blank. The query that the DB Read generates is:
SQL=SELECT `DATA5`.`PARTNERS` AS `DATA5.JJPARTNERS`, `DATA5`.`RESOURCES` AS `DATA5.RESOURCES`, `DATA5`.`ACTIVITIES` AS `DATA5.ACTIVITIES`, `DATA5`.`PROPOSITION` AS `DATA5.PROPOSITION`, `DATA5`.`RELATIONSHIP` AS `DATA5.RELATIONSHIP`, `DATA5`.`CHANNELS` AS `DATA5.CHANNELS`, `DATA5`.`SEGMENTS` AS `DATA5.SEGMENTS`, `DATA5`.`COSTS` AS `DATA5.COSTS`, `DATA5`.`REVENUES` AS `DATA5.REVENUES` FROM `#__CHRONOENGINE_CHRONOFORMS_BUSINESSMODEL` AS `DATA5` WHERE `DATA5`.`USER_ID` = '42'
I have two questions about this query that maybe are the cause of the field staying blank:
[list]The table name in the query is #__CHRONOENGINE_CHRONOFORMS_BUSINESSMODEL, but in phpmyadmin it is cd2jq_chronoengine_chronoforms_businessmodel. Does this cause the fields to stay empty?[/list]
[list]The column names the query generates are DATA5.PARTNERS, ... but the field name is Partners, does this cause the fields to stay blank?[/list]
I don't know where to look else anymore, hopefully you can help me.
Greetings.
I use a DB Read in the on load event to populate fields of my form. But they stay blank. The query that the DB Read generates is:
SQL=SELECT `DATA5`.`PARTNERS` AS `DATA5.JJPARTNERS`, `DATA5`.`RESOURCES` AS `DATA5.RESOURCES`, `DATA5`.`ACTIVITIES` AS `DATA5.ACTIVITIES`, `DATA5`.`PROPOSITION` AS `DATA5.PROPOSITION`, `DATA5`.`RELATIONSHIP` AS `DATA5.RELATIONSHIP`, `DATA5`.`CHANNELS` AS `DATA5.CHANNELS`, `DATA5`.`SEGMENTS` AS `DATA5.SEGMENTS`, `DATA5`.`COSTS` AS `DATA5.COSTS`, `DATA5`.`REVENUES` AS `DATA5.REVENUES` FROM `#__CHRONOENGINE_CHRONOFORMS_BUSINESSMODEL` AS `DATA5` WHERE `DATA5`.`USER_ID` = '42'
I have two questions about this query that maybe are the cause of the field staying blank:
[list]The table name in the query is #__CHRONOENGINE_CHRONOFORMS_BUSINESSMODEL, but in phpmyadmin it is cd2jq_chronoengine_chronoforms_businessmodel. Does this cause the fields to stay empty?[/list]
[list]The column names the query generates are DATA5.PARTNERS, ... but the field name is Partners, does this cause the fields to stay blank?[/list]
I don't know where to look else anymore, hopefully you can help me.
Greetings.