logo

New Response

« Return to the main article

You are replying to:

  1. I got the same problem, it dont like start=0, it lists all found entries with that parameter. I modified the code with this:

    In the computed text:

    textList10 := @Text(numList * 10+1); //added a +1 to avoid the start=0

    In the js script:

    function searchDB(path,query) { path+="?SearchView&Query="+query+"&start=1&Count=10"; window.location.href = "/"+path;

    //added the start=1

    Just a small test though, never tried it out fully.

    Regards Leif Pensar Eyeonweb

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: