Forums

linkable Action

livingwebstudio 04 Dec, 2015
hi,
i need to have more "edit" and "view" actions;
I have this table:
articolo.id:ID
articolo.titolo:Titolo
articolo.articolo_url:Download
articolo.txt:Approva
articolo.check_text:Approvato?
articolo.1:Inglese
articolo.check_inglese:Inglese?
articolo.grafica:Grafica
articolo.check_grafica:Grafica?
articolo.plagio:Plagio
articolo.check_plagiarism:Plagio?
articolo.autori:Autori
_EDIT_:Modifica
_DELETE_:Cancella

I have created a new action, "inglese"
I put this code in "Code"
{articolo.autori_1}

in settings, HTML,
articolo.autori:<a href="/jm/gestione.html?cont=lists&ccname=text_editor&act=inglese&gcb={articolo.id}">Visualizza</a>

but it doesn't work..
GreyHead 05 Dec, 2015
Hi livingwebstudio,

What exactly doesn't work?

I'm not clear what, if anything, the entry in the Code box does?

Bob
livingwebstudio 05 Dec, 2015
I need to have more EDIT action
EDIT_1 can modify 3 of 9 data, EDIT_2 othere 3 of 9 ..
Now with only one EDIT I can have only one modify table.
It's possible to create more edit actions?
And how can I link them in my connection?
GreyHead 05 Dec, 2015
Hi livingwebstudio,

Again, I don't understand what you are trying to do? You can have an Edit link to a ChronoForm that will load from and save to more than table if you need that.

Bob
livingwebstudio 05 Dec, 2015
I have this tbale in DB

id
data_1
data_2
data_3
data_4

I need four EDIT action:
EDIT 1 can only modify and update DATA_1
EDIT_2 can only modify and update DATA_2
EDIT_3 can only modify and update DATA_3
EDIT_4 can only modify and update DATA_4
Is it possible?
GreyHead 06 Dec, 2015
Hi livingwebstudio,

I would expect it to work of you add more Edit Actions on the Front List > Actions tab, give them different names, then link them to the four edit forms.

Bob
GreyHead 06 Dec, 2015
Hi livingwebstudio,

Please see the section on Linking the form to ChronoConnectivity in this FAQ

Bob
This topic is locked and no more replies can be posted.