Forums

edit link

chrissy6930 11 Mar, 2015
hi all,

I have created edit links on my listEntries connection following this tute:
http://www.chronoengine.com/faqs/72-ccv5/5208-connectivity-edit-with-chronoforms.html

CF Form: addEntries - custom fields: title,type,entry
connection action: name:listEntries, action:save

CC Connection: listEntries
column list: _EDIT_:Edit; edit linkable:listEntries.title
edit action - form event:addEntries:load

but I am having a prob:

upon using the link while the CF form opens and the uri includes the appropriate id but the actual entry is not being displayed. what am I missing ?
NickOg 11 Mar, 2015
The first thing that strikes me is that you may not have added the HTML Render form action in 'On Load' using the set up tab.

Nick
chrissy6930 12 Mar, 2015
ty for your response Nick! :-)
but the HTML (render form) is in place

maybe I should rephrase the look of what I see after using the edit link on the connection:
the uri includes the id... the form shows up but the respective entry does not show
nemesyssoft 13 Apr, 2015
I'm also having this problem. When I click the "Edit" link in the CC form, I get the CF form but no data. I checked the SQL statement from the debugger and the WHERE clause seems to be OK as it says "WHERE cf_id = '1'". There is obviously one row in that table that has its cf_id set to 1. I just don't understand why the data doesn't display.
GreyHead 13 Apr, 2015
Hi nemesyssoft,

I think that the problem here is that the CCV5 Edit link passes the id as 'gcb' not as 'cf_id' I'm not clear where that WHERE clause is being created though ??

Bob
nemesyssoft 13 Apr, 2015

Hi nemesyssoft,

I think that the problem here is that the CCV5 Edit link passes the id as 'gcb' not as 'cf_id' I'm not clear where that WHERE clause is being created though ??

Bob



Well, Bob, considering the number of replies you had, if you don't know where that WHERE clause is created, I certainly don't know!

But, thanks for replying anyway.
This topic is locked and no more replies can be posted.