How to set the page size to unbounced?

Hallo!

When starting a x query, i get 5 elements back. I know that 5 is the default page size value, but how can i set it to unbounced?

Marcel

Hi Marcel,
I think you can set the pagesize to zero to get all qualifying instances in one request:

  
Set myTamino = CreateObject("TAMINOX.TaminoX1")
...
myTamino.lPagesize = 0


Does this help?

Hi Bill,

no it doesn’t work. But it isn’t so bad, i can browse to the next page with ne next 5 results by using the GetNext-Method.

Thanks nevertheless…

Marcel