Re: Can User Change FontSize in SFRM of MDE?
From: Brendan Reynolds (brenreyn)
Date: 08/24/04
- Next message: Dan Artuso: "Re: SELECT"
- Previous message: Andrew Wilkins: "Prevent Duplicates"
- In reply to: Andy: "Re: Can User Change FontSize in SFRM of MDE?"
- Next in thread: Andy: "Re: Can User Change FontSize in SFRM of MDE?"
- Reply: Andy: "Re: Can User Change FontSize in SFRM of MDE?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 24 Aug 2004 11:53:31 +0100
Andy, you say "when the subform is selected" the menu option is disabled.
Strictly speaking, a subform control can not be selected in form view (you
can select it in design view). In form view, either an individual control,
such as a text box, is selected, or a section, such as the detail section or
the form header or form footer section, is selected.
If a section is selected, the font size command is disabled, because a
section does not have a FontSize property. If an individual control, such as
a text box, is selected, the command should be available.
In an MDE, the change can not be saved - the FontSize property will revert
to its original value the next time the form is opened. To make the change
permanent in an MDE, you'll need to save the user's choices and reapply them
in the Open event of the form.
-- Brendan Reynolds (MVP) http://brenreyn.blogspot.com The spammers and script-kiddies have succeeded in making it impossible for me to use a real e-mail address in public newsgroups. E-mail replies to this post will be deleted without being read. Any e-mail claiming to be from brenreyn at indigo dot ie that is not digitally signed by me with a GlobalSign digital certificate is a forgery and should be deleted without being read. Follow-up questions should in general be posted to the newsgroup, but if you have a good reason to send me e-mail, you'll find a useable e-mail address at the URL above. "Andy" <pchelp@wtcinformme.com> wrote in message news:uiz9BFXiEHA.3320@TK2MSFTNGP11.phx.gbl... > TC; > > In the txtControl of a sfrm. > > Andy > > > "TC" <no@email.here> wrote in message > news:41296a9a$1_1@news.chariot.net.au... > > The font size >of what<? > > > > TC > > > > > > "Andy" <pchelp@wtcinformme.com> wrote in message > > news:ODMhTsyhEHA.140@TK2MSFTNGP12.phx.gbl... > > > TC; > > > > > > Should have been clearer. > > > > > > Can a user select from a menu item to change the font size "On The Fly"? > > > > > > Andy > > > > > > > > > "TC" <no@email.here> wrote in message > > > news:41259adb$1_1@news.chariot.net.au... > > > > Change the fontsize >of what<? > > > > > > > > me![blah].fontsize = 99 will happily change the fontsize of the > > control > > > > named 'blah' in the current form, regardless of whether the form is a > > main > > > > form or sub form, and regardless of whether the db is an mdb or an > mde. > > > > > > > > HTH, > > > > TC > > > > > > > > > > > > "Andy" <pchelp@wtcinformme.com> wrote in message > > > > news:erPS$7lhEHA.632@TK2MSFTNGP12.phx.gbl... > > > > > Hi; > > > > > > > > > > Can a User Change FontSize in SFRM of MDE? > > > > > > > > > > Added a custom menubar to allow a user to change the FontSize in a > > SFRM > > > of > > > > > an MDE file. > > > > > > > > > > When the sSFRM is selected the FontSize menu item grays out. > > > > > > > > > > Can/Has this been done? > > > > > > > > > > Thank You. > > > > > > > > > > Andy > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
- Next message: Dan Artuso: "Re: SELECT"
- Previous message: Andrew Wilkins: "Prevent Duplicates"
- In reply to: Andy: "Re: Can User Change FontSize in SFRM of MDE?"
- Next in thread: Andy: "Re: Can User Change FontSize in SFRM of MDE?"
- Reply: Andy: "Re: Can User Change FontSize in SFRM of MDE?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|