Ответить на сообщение
Вернуться к теме
Вы отвечаете на сообщение:
ник: Силblч
The Painting property uses the following settings. Setting Description True (Default) The form or report is repainted. False The form or report isn't repainted.
Example The following example uses the Painting property to enable or disable form painting depending on whether the SetPainting variable is set to True or False. If form painting is turned off, Microsoft Access displays the hourglass icon while painting is turned off. Public Sub EnablePaint(ByRef frmName As Form, _ ByVal SetPainting As Integer) frmName.Painting = SetPainting ' Form painting is turned off. If SetPainting = False Then DoCmd.Hourglass True Else DoCmd.Hourglass False End If End Sub
Ваше имя:
Пароль:
Сообщение:
Прикрепить:
Для вставки смайлов в текст щелкните по значку.