Okay, you need to look for this code
'## Forum_SQL
strSql = "UPDATE " & strActivePrefix & "TOPICS "
strSql = strSql & " SET " & strActivePrefix & "TOPICS.T_VIEW_COUNT = (" & strActivePrefix & "TOPICS.T_VIEW_COUNT + 1) "
strSql = strSql & " WHERE (" & strActivePrefix & "TOPICS.TOPIC_ID = " & Topic_ID & ");"
my_conn.Execute (strSql)
It should be in the getfirst() function, select all the code and cut it to the clipboard, now do a search for
if mypage = 1 then
Call GetFirst()
end if
and insert the code you just cut after the end if.
This bug has been fixed in the latest source