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 ?
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 ?
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
Nick
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
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
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.
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
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
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.