Hi all,
I have created a Chronoconnectivity V5 Connection and I want to make an Edit form in CF5.
So I followed the tutorial here:
http://www.chronoengine.com/faqs/72-ccv5/5208-connectivity-edit-with-chronoforms.html
This is OK except that there is no record selected displayed in the form when the record is selected. The edit form appears but the fields are blank or default.
I have placed a Hidden Field on the form with cf_id. cf_id is the primary key of the table.
The url to the edit form reads:
mydomain.com/component/com_chronoconnectivity5/act,edit/ccname,MbrOpsReportList/cont,lists/&gcb=37
and 37 is the cf_id of the record I have selected.
I am not sure how CC tells CF that cf_id is to be used for record identification in the edit form, or how the record is selected - since no parameter is passed.
Cheers
Tim
I have created a Chronoconnectivity V5 Connection and I want to make an Edit form in CF5.
So I followed the tutorial here:
http://www.chronoengine.com/faqs/72-ccv5/5208-connectivity-edit-with-chronoforms.html
This is OK except that there is no record selected displayed in the form when the record is selected. The edit form appears but the fields are blank or default.
I have placed a Hidden Field on the form with cf_id. cf_id is the primary key of the table.
The url to the edit form reads:
mydomain.com/component/com_chronoconnectivity5/act,edit/ccname,MbrOpsReportList/cont,lists/&gcb=37
and 37 is the cf_id of the record I have selected.
I am not sure how CC tells CF that cf_id is to be used for record identification in the edit form, or how the record is selected - since no parameter is passed.
Cheers
Tim