Forums

filter boolean CCV5

ideagrup 31 Mar, 2015
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
Max_admin 02 Apr, 2015
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
ideagrup 02 Apr, 2015
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
Max_admin 02 Apr, 2015
Which one ? please post at that topic and I should receive a notification.

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
ideagrup 02 Apr, 2015
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
Max_admin 04 Apr, 2015
But I have already posted a reply there, it should work fine using the PHP code I posted.

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
ideagrup 04 Apr, 2015
Finaly i found one solution:

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
Max_admin 04 Apr, 2015
Regarding the locales issue, please make sure you have the latest CC update installed!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
ideagrup 05 Apr, 2015
I have installed these packages


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
Max_admin 07 Apr, 2015
Hi Thomas,

There is an update available for Connectivity, please download and install the latest Connectivity v5 update.

regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.