Hi,
Compteur de lignes
Fontion php init_n
$this->set("n", 1);
Fonction php add_n
$n = $this->get("n");
echo $n;
$this->set("n", $n+1);
Dans event
{fn:init_n}
Dans table view
Column list :
n:#
Column view :
n:{fn :add_n}
Bye
Compteur de lignes
Fontion php init_n
$this->set("n", 1);
Fonction php add_n
$n = $this->get("n");
echo $n;
$this->set("n", $n+1);
Dans event
{fn:init_n}
Dans table view
Column list :
n:#
Column view :
n:{fn :add_n}
Bye
Hi Christophe,
Thanks for posting this!🙂
Best regards
Thanks for posting this!🙂
Best regards
This topic is locked and no more replies can be posted.