Zoom Box Font - Change Permanently

G

Guest

The font for the zoom box ([Shift]+[F2]) can be changed (Access 2000 and up)
but only remains that way for the current Access session. It reverts to the
default "Tahoma Regular 8pt" each time Access is started.

Is there a way to re-configure Access so that the default changes? I don't
want to change the font each time I start Access.
 
F

fredg

The font for the zoom box ([Shift]+[F2]) can be changed (Access 2000 and up)
but only remains that way for the current Access session. It reverts to the
default "Tahoma Regular 8pt" each time Access is started.

Is there a way to re-configure Access so that the default changes? I don't
want to change the font each time I start Access.

I'm with you, it is a pain in the rear, but unfortunately it's a
feature that is not available. Sorry.
 
G

Guest

Tks for the note, Fred, somehow I was hoping that there might be a registry
key somewhere.
Helmut

fredg said:
The font for the zoom box ([Shift]+[F2]) can be changed (Access 2000 and up)
but only remains that way for the current Access session. It reverts to the
default "Tahoma Regular 8pt" each time Access is started.

Is there a way to re-configure Access so that the default changes? I don't
want to change the font each time I start Access.

I'm with you, it is a pain in the rear, but unfortunately it's a
feature that is not available. Sorry.
 
S

Stephen Lebans

The ZoomBox is just a normal Access Form. This form and the associated
code is stored in the Access Utility.MDA.

You can call the ZoomBox function yourself, either filling in the
optional function parameters for font size etc. or presetting the
exposed font props from the utils class prior to calling the ZoomBox
function. A serach on GoogleGroups should yield some sample code.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.


HelmutR said:
Tks for the note, Fred, somehow I was hoping that there might be a registry
key somewhere.
Helmut

fredg said:
The font for the zoom box ([Shift]+[F2]) can be changed (Access 2000 and up)
but only remains that way for the current Access session. It reverts to the
default "Tahoma Regular 8pt" each time Access is started.

Is there a way to re-configure Access so that the default changes? I don't
want to change the font each time I start Access.

I'm with you, it is a pain in the rear, but unfortunately it's a
feature that is not available. Sorry.
 
G

Guest

Hi Stephen,
You're the man. You provided the push into the right direction. The rest
will be investigation and making it work.
Tks.
HelmutR

Stephen Lebans said:
The ZoomBox is just a normal Access Form. This form and the associated
code is stored in the Access Utility.MDA.

You can call the ZoomBox function yourself, either filling in the
optional function parameters for font size etc. or presetting the
exposed font props from the utils class prior to calling the ZoomBox
function. A serach on GoogleGroups should yield some sample code.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.


HelmutR said:
Tks for the note, Fred, somehow I was hoping that there might be a registry
key somewhere.
Helmut

fredg said:
On Tue, 8 Mar 2005 12:17:02 -0800, HelmutR wrote:

The font for the zoom box ([Shift]+[F2]) can be changed (Access 2000 and up)
but only remains that way for the current Access session. It reverts to the
default "Tahoma Regular 8pt" each time Access is started.

Is there a way to re-configure Access so that the default changes? I don't
want to change the font each time I start Access.

I'm with you, it is a pain in the rear, but unfortunately it's a
feature that is not available. Sorry.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top