how to make REQUERY with pagination
ors := ::oSetup:oServer:RowSet("Select * from produtos ? order by descricao",{"where inactive = 'N'"}, 50) // pagination with 50 **** ERRO DON´T WORK... ***
ors:Requery("where name like '%PINAPPLE% '") // WITH PAGINATION 50
ors:Requery( "where Inactive = 'S' ") // WITH PAGINATION 50
↧