主頁 > 知識庫 > 記錄集內(nèi)隨機(jī)取記錄的代碼

記錄集內(nèi)隨機(jī)取記錄的代碼

熱門標(biāo)簽:鎮(zhèn)江云外呼系統(tǒng)怎么樣 vue 地圖標(biāo)注拖拽 自動外呼系統(tǒng)怎么防止封卡 電話機(jī)器人銷售公司嗎 成都銷售外呼系統(tǒng)公司 客服外呼系統(tǒng)呼叫中心 保定電銷機(jī)器人軟件 土地證宗地圖標(biāo)注符號 電話機(jī)器人案例
%
' Moving to random record - Steven Jones' Extension
If Not(記錄集名稱.bof and 記錄集名稱.eof) Then
' reset the cursor to the beginning
If (記錄集名稱.CursorType > 0) Then
記錄集名稱.MoveFirst
Else
記錄集名稱.Requery
End If

記錄集名稱_totalrn = -1
記錄集名稱_totalrn = 記錄集名稱.RecordCount ' ony works on some recordsets, but much faster
If (記錄集名稱_totalrn = -1) Then ' and if it didn't work, we still have to count the records.

' count the total records by iterating through the recordset
記錄集名稱_totalrn=0
While (Not 記錄集名稱.EOF)
記錄集名稱_totalrn = 記錄集名稱_totalrn + 1
記錄集名稱.MoveNext
Wend

' reset the cursor to the beginning
If (記錄集名稱.CursorType > 0) Then
記錄集名稱.MoveFirst
Else
記錄集名稱.Requery
End If

End If

' now do final adjustments, and move to the random record
記錄集名稱_totalrn = 記錄集名稱_totalrn - 1
If 記錄集名稱_totalrn > 0 Then
Randomize
記錄集名稱.Move Int((記錄集名稱_totalrn + 1) * Rnd)
End If
End If
' all done; you should always check for an empty recordset before displaying data
%>

標(biāo)簽:天津 麗江 臺灣 重慶 內(nèi)江 懷化 公主嶺 成都

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《記錄集內(nèi)隨機(jī)取記錄的代碼》,本文關(guān)鍵詞  記錄,集內(nèi),隨機(jī),取,的,代碼,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《記錄集內(nèi)隨機(jī)取記錄的代碼》相關(guān)的同類信息!
  • 本頁收集關(guān)于記錄集內(nèi)隨機(jī)取記錄的代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章