%@LANGUAGE="VBSCRIPT"%> <% ' *** Move To Record: update recordset stats ' set the first and last displayed record rsFolkArt_first = MM_offset + 1 rsFolkArt_last = MM_offset + MM_size If (MM_rsCount <> -1) Then If (rsFolkArt_first > MM_rsCount) Then rsFolkArt_first = MM_rsCount End If If (rsFolkArt_last > MM_rsCount) Then rsFolkArt_last = MM_rsCount End If End If ' set the boolean used by hide region to check if we are on the last record MM_atTotal = (MM_rsCount <> -1 And MM_offset + MM_size >= MM_rsCount) %>
![]() |
||||
|
||||
|