Re: refreshing on Resize
From: Peter De Baets (info_at_peterssoftware.com)
Date: 10/15/04
- Next message: Bill Mitchell: "Tables in Multiuser..."
- Previous message: BARKAROO: "Form to Enter Report Criteria works, but Query won't run from Macr"
- In reply to: Jordan: "refreshing on Resize"
- Messages sorted by: [ date ] [ thread ]
Date: 15 Oct 2004 14:02:18 -0700
You can use
Application.Echo False
and
Application.Echo True
to turn off screen updates, and then turn them on again.
Hope this helps,
Peter De Baets
Peter's Software - MS Access Tools for Developers
http://www.peterssoftware.com
"Jordan" <nojunk_allowed@nospam.com> wrote in message news:<uKPqbShsEHA.3324@TK2MSFTNGP15.phx.gbl>...
> I have a form that has a large list box on it. I have it so the list box
> expands and contracts as the form expands and contracts. Here is the code:
>
> Private Sub Form_Resize()
>
> Me.lstSubData.Height = Me.InsideHeight - 2800
> Me.lstSubData.Width = Me.InsideWidth - 600
>
> End Sub
>
> The problem is that the form flashes rapidly as it expand and contract and
> it can be very annoying. Is there a way to make my Access 2000 form not
> flash as much as it resizes?
- Next message: Bill Mitchell: "Tables in Multiuser..."
- Previous message: BARKAROO: "Form to Enter Report Criteria works, but Query won't run from Macr"
- In reply to: Jordan: "refreshing on Resize"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|