Hello guys,
There is a basic functionality i am not able to achieve:
My URL contains some parameters:
/index.php?option=com_chronoforms6&cont=manager&chronoform=frm-bsc-dadosbase&FK0006BSCIndicadores=2&FK0007UO=CEPB
They are correctly read in my read_data3 event and contents can be seen on debug
My fields have exactly the same name and id as the database fields (and of course, the array elements)
My display section (after the read_data3 event) has read_data3 as data provider
and still the fields do not show the data we just read from the database.
What am i doing wrong?????
Help would be greatly appreciated
[file=11687]1.png[/file][file=11686]2.png[/file]
[file=11689]3.png[/file]
[file=11690]4.png[/file]
There is a basic functionality i am not able to achieve:
My URL contains some parameters:
/index.php?option=com_chronoforms6&cont=manager&chronoform=frm-bsc-dadosbase&FK0006BSCIndicadores=2&FK0007UO=CEPB
They are correctly read in my read_data3 event and contents can be seen on debug
My fields have exactly the same name and id as the database fields (and of course, the array elements)
My display section (after the read_data3 event) has read_data3 as data provider
and still the fields do not show the data we just read from the database.
What am i doing wrong?????
Help would be greatly appreciated
[file=11687]1.png[/file][file=11686]2.png[/file]
[file=11689]3.png[/file]
[file=11690]4.png[/file]
None of your images are actually showing, but you could always put the value in the field manually using {var:read_data3.Model.fieldname}
healyhatman, you magician, you...
Worked like a charm
Thanks
Worked like a charm
Thanks
This topic is locked and no more replies can be posted.