Hi,
This may be simple answer but I can't figure it out. I have ChronoConnectivity 4.0 RC3.2 (also ChronoForms 4.0 RC3.5.1) on Joomla 2.5. In ChronoConnectivity's Adminlist there are two icons: Remove and New. How can I add Copy? Basically, selecting a record first, and then Copy would create a new record (new id) but copy everything else over.
I tried _COPY_:Copy:1. It won't copy the selected record.
Any suggestion would be greatly appreciated!
Thanks,
Zsolt
This may be simple answer but I can't figure it out. I have ChronoConnectivity 4.0 RC3.2 (also ChronoForms 4.0 RC3.5.1) on Joomla 2.5. In ChronoConnectivity's Adminlist there are two icons: Remove and New. How can I add Copy? Basically, selecting a record first, and then Copy would create a new record (new id) but copy everything else over.
I tried _COPY_:Copy:1. It won't copy the selected record.
Any suggestion would be greatly appreciated!
Thanks,
Zsolt
Hi Zsolt,
I don't think that there is a built-in copy function.
I'm not an expert in ChronoConnectivity but I would probably do it by adding a 'copy' link to each row and then having the link URL go to a ChronoForm form event where I used a little MySQL query to copy the corresponding record.
Bob
I don't think that there is a built-in copy function.
I'm not an expert in ChronoConnectivity but I would probably do it by adding a 'copy' link to each row and then having the link URL go to a ChronoForm form event where I used a little MySQL query to copy the corresponding record.
Bob
This topic is locked and no more replies can be posted.