Re: esql:row-count inside esql:row-results

2002-11-01 Thread Jerry Fowler
I forget what version you're in, but I found that in 2.0.3 I had to do this: rowcount xsp:expr + _esql_query.rowCount()/xsp:expr /rowcount to get by a long-since-forgotten generator error. Antonio Gallardo Rivera wrote: Is this tag already working? I am having troubles with it. inside

Re: esql:row-count inside esql:row-results

2002-11-01 Thread Antonio Gallardo Rivera
I am using 2.1 lastest CVS in XSP. Antonio Gallardo. El Viernes, 01 de Noviembre de 2002 09:13, Jerry Fowler escribió: I forget what version you're in, but I found that in 2.0.3 I had to do this: rowcount xsp:expr + _esql_query.rowCount()/xsp:expr /rowcount to

esql:row-count inside esql:row-results

2002-10-31 Thread Antonio Gallardo Rivera
Is this tag already working? I am having troubles with it. inside row-results I cannot use it. I am building some excel files and I need the value of esql:row-count to navigate trought the cols. I dont know how many cols will be, there are dynamically based on the row-count that the given