Hi Max
I have a simple structure like this :
CC->call to CF with [cgb] selected rows and return to ->CC( using CF-conection action)
Te issue here is that connection action has only as variable the action, could be a good proposal to include other options as &limit=all&gcb=null
but anyway, is there any way to reset limit=all and cgb=null?, because when I return to cc I have default limit=5 and gcb=(last selected options)
I also tried with pre-display-processing code without result
[attachment=0]Captura.JPG[/attachment]
I have a simple structure like this :
CC->call to CF with [cgb] selected rows and return to ->CC( using CF-conection action)
Te issue here is that connection action has only as variable the action, could be a good proposal to include other options as &limit=all&gcb=null
but anyway, is there any way to reset limit=all and cgb=null?, because when I return to cc I have default limit=5 and gcb=(last selected options)
I also tried with pre-display-processing code without result
<?php
$_POST['limit']=1000;
$_POST['lgcb']=1000;
?>
[attachment=0]Captura.JPG[/attachment]
Right picture is[attachment=0]Captura.JPG[/attachment]
This topic is locked and no more replies can be posted.