Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Master Detail Page Set not working correctly

Guest
Jun 04, 2010 Jun 04, 2010

I set up a feedback form for an airshow and it is working fine, including several Master/Detail Page Sets. However, one page set is not working correctly, it can be seen here http://hollisterairshow.com/feedback-othercomments-master.php A very similar page which works correctly is here http://hollisterairshow.com/feedback-suggestions-master.php

It is supposed to show 20 results at a time in order by feedback number but one of the feedback forms is shown out of sequence. It also shows all the feedback documents but has the "Showing 1 to 20 of xx" display below the table.

The recordset SQL is

SELECT *
FROM feedback
WHERE feedback.othercomments IS NOT NULL
ORDER BY feedback.feedbacknumber

Is an index or something corrupt somewhere?

Thanks,

Tony

TOPICS
Server side applications
484
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 04, 2010 Jun 04, 2010

I should add that I tried creating a new version of the master/Detail page set and it had the same problems.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 03, 2011 May 03, 2011
LATEST

I ended up just showing the whole list - i.e. not breaking every 20 replies.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines