-

   rss_sql_ru_access_programming

 - e-mail

 

 -

 LiveInternet.ru:
: 16.03.2006
:
:
: 4

:


, 12 2014 . 10:03 +
, .
Varchar(max) . , . , , , ... ? , ?
:
Dim BlockRecordChange As Boolean
Dim CurrRecord As Integer

Private Sub Form_Current()
   If BlockRecordChange Then
    DoCmd.GoToRecord acActiveDataObject, , acGoTo, CurrRecord
    BlockRecordChange = False
  End If
End Sub

Private Sub Form_MouseWheel(ByVal Page As Boolean, ByVal Count As Long)
    CurrRecord = Me.CurrentRecord
    BlockRecordChange = True
End Sub

http://www.sql.ru/forum/1088631/prokrutka-tekstovogo-polya-kolesikom-myshi


: [1] []
 

:
: 

: ( )

:

  URL