is posible to use a checkbox field filtering in CCV5 header??
if i put two radiobutton with 1 or 0 values is running OK
but if i put one checkbox -> this not change values in fltr[model][field]
Do you have a sample with this?
i need to put much control fields to filter a long database.
Thanks
if i put two radiobutton with 1 or 0 values is running OK
but if i put one checkbox -> this not change values in fltr[model][field]
Do you have a sample with this?
i need to put much control fields to filter a long database.
Thanks
If the checkbox has the value "1" and its checked then it should display only records with value = 1
If its not checked then it will not reset, so you can add a hidden field BEFORE the checkbox, give it the SAME name and set its value = "0"
Regards,
Max
If its not checked then it will not reset, so you can add a hidden field BEFORE the checkbox, give it the SAME name and set its value = "0"
Regards,
Max
ok I've prove it
Have you solutioned the question of other poster about trim one row in chronoconnectivity?
substr($row,0,50)
i trying too and imposible, jajajja
thanks for all MAX
THOMAS
Have you solutioned the question of other poster about trim one row in chronoconnectivity?
substr($row,0,50)
i trying too and imposible, jajajja
thanks for all MAX
THOMAS
Which one ? please post at that topic and I should receive a notification.
Regards,
Max
Regards,
Max
This, http://www.chronoengine.com/forums/posts/f12/t99250/limit-characters-from-a-record.html
In this post the nam09 sayme that he created another field varchar(50) tn the database but i think that is posible to use substr
Thomas
In this post the nam09 sayme that he created another field varchar(50) tn the database but i think that is posible to use substr
Thomas
But I have already posted a reply there, it should work fine using the PHP code I posted.
Regards,
Max
Regards,
Max
Finaly i found one solution:
Where if exist values in cell show a link with a popup window with all information.
In all places where i tried no running (substr)
Is very posible i mystake the code but we must keep on running.
One thing more.
LOCALES in Chronoconnectivity is running. in chronoforms is ok but in CV5 no running.
Dou you know what can it matter?
Thanks. MAX
email.em_detalle: return ($row['email']['em_evento'] != ''? '<a class="jcepopup noicon" href="blanco.html" target="_blank" data-mediabox="width[600];height[1];title[Tu respuesta::' . $cell . ']">Respuesta</a>': "" );
Where if exist values in cell show a link with a popup window with all information.
In all places where i tried no running (substr)
Is very posible i mystake the code but we must keep on running.
One thing more.
LOCALES in Chronoconnectivity is running. in chronoforms is ok but in CV5 no running.
Dou you know what can it matter?
Thanks. MAX
Regarding the locales issue, please make sure you have the latest CC update installed!
Regards,
Max
Regards,
Max
I have installed these packages
because in this web i had forms and lists running.
THOMAS
ChronoForms5 Package Sitio Paquete V5.0 2015 ChronoEngine.com Team No aplicable 10172
ChronoConnectivity5 Package Sitio Paquete V5.0 2015 ChronoEngine.com Team No aplicable 10170
ChronoForms5 Sitio Módulo V5 RC1.2 December 2013 ChronoEngine.com No aplicable 10088
Chronoforms5 Sitio Plugin V5.0 08.Dec.2013 ChronoEngine.com content 10087
ChronoForms5 Administrador Componente 5.0.8 23.February.2015 Chronoman No aplicable 10086
ChronoConnectivity5 Sitio Plugin V5.0 08.Dec.2013 ChronoEngine.com content 10084
ChronoConnectivity5 Administrador Componente 5.0.1 23.February.2015 Chronoman No aplicable 10083
because in this web i had forms and lists running.
THOMAS
Hi Thomas,
There is an update available for Connectivity, please download and install the latest Connectivity v5 update.
regards,
Max
There is an update available for Connectivity, please download and install the latest Connectivity v5 update.
regards,
Max
This topic is locked and no more replies can be posted.