Re: Is there any way to stop monitor refreshing
Re: Is there any way to stop monitor refreshing
- Subject: Re: Is there any way to stop monitor refreshing
- From: David Wignall <email@hidden>
- Date: Tue, 17 Jul 2001 21:18:58 +1200
on 17/7/01 4:51 pm, Goksel Kahraman at email@hidden wrote:
>
I am trying to create a report file using information from data base. It
>
is working OK, but i don't want to see all activity. Is there any way to
>
stop monitor refreshing?
>
>
My OS is 9.1, MS Word 2001 for Mac , and i am using Smile 1.8.0
>
>
>
Emmanuel, thanks for your response, i couldn't find any info regarding
>
"update screen" property and i do not know how to use it.
Maybe this:
do Visual Basic "Application.ScreenUpdating = False"
-- turns the screen 'off'
do Visual Basic "Application.ScreenUpdating = True"
--turns it back on
dave