A
|
ann 9/9/2010 |
Hi, $value=$_SESSION["No"];
$_SESSION["No"]=1; |
A
|
afa1999 author 10/3/2010 |
Hi, you can create an alias for any field on the Edit SQL query tab and then setup it as Custom on the View as settings dialog on the Visual Editor tab. Type the following code: $value=$_SESSION["No"];
$_SESSION["No"]=1;
|
A
|
afa1999 author 10/3/2010 |
Thanky you very much. It worked but when I need to get the list to export to excel, the number began with the first not 1 with 51, then I needed to try again, this time it began with 71. Is there any way to get the list with the beginning 1?
$_SESSION["No"]=1; to every process event. |