J
|
Jane 11/24/2008 |
Carlo,
if SESSION(strTableName & "pagesize")="" then SESSION(strTableName & "_pagesize")=5 |
C
|
carlo author 11/24/2008 |
thanks for your asnwer |
C
|
carlo author 11/28/2008 |
Hello Jane Carlo, please see my answers below: 2. to hide field value based on the another field value use Custom format on the "View as" settings dialog on the Visual Editor tab. Here is a sample: how i cold do it with a test upon another value in my report ? (i mean : i have code,description,qty,price,total if price is equal to zero the total i wudl to hide without using RS( ) )
Carlo, please see my answers below: 3. to change number of groups per page open generated ..._report.asp file, find and modify following code:
|
J
|
Jane 11/28/2008 |
Carlo, if rs("price")=0 then strValue = "" end if Is it possible to put it in events ?
|