Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: Set Unbound Control TextAlign Property in microsoft.public.access.reports

Started 3 weeks, 1 day ago by Bob.Orta@gmail.com
Access 2003, SP3 I have a database that serves as a letter writer. One of the reports has several unbound controls that are controlled by seperate subs. I have a need to change the alignment (and content, as always) of one of the controls based on user selections on a data entry form. Although I have been coding in Access since...
Site: Discussions in microsoft.public.access.reports  Discussions in microsoft.public.access.reports - site profile
Forum: microsoft.public.access.reports  microsoft.public.access.reports - forum profile
Total authors: 3 authors
Total thread posts: 3 posts
Thread activity: no new posts during last week
Domain info for: microsoft.com

Other posts in this thread:

Marshall Barton replied 3 weeks, 1 day ago
Bob.Orta@gmail.com wrote: >Access 2003, SP3 > >I have a database that serves as a letter writer. One of the reports >has several unbound controls that are controlled by seperate subs. I >have a need to change the alignment (and content, as always) of one of >the controls based on user selections on a data entry form. ...

John Spencer replied 3 weeks, 1 day ago
I would use one of the following to set the controls alignment ctl.Properties.TextAlign = 2 txtPara11.TextAlign = 2 ctl.Properties("TextAlign") = 2 John Spencer Access MVP 2002-2005, 2007-2009 The Hilltop Institute University of Maryland Baltimore County Marshall Barton wrote: > Bob.Orta@gmail.com wrote:...

 

Top contributing authors

Name
Posts
Bob.Orta@gmail.com
1
user's latest post:
Set Unbound Control TextAlign...
Published (2009-11-11 13:40:00)
  Access 2003, SP3 I have a database that serves as a letter writer. One of the reports has several unbound controls that are controlled by seperate subs. I have a need to change the alignment (and content, as always) of one of the controls based on user selections on a data entry form. Although I have been coding in Access since version 2.0, I have never had a need to change a controls alignment property. So, I am unsure of the...
Marshall Barton
1
user's latest post:
Set Unbound Control TextAlign...
Published (2009-11-11 17:50:00)
  Bob.Orta@gmail.com wrote: >Access 2003, SP3 > >I have a database that serves as a letter writer. One of the reports >has several unbound controls that are controlled by seperate subs. I >have a need to change the alignment (and content, as always) of one of >the controls based on user selections on a data entry form. Although I >have been coding in Access since version 2.0, I have...
John Spencer
1
user's latest post:
Set Unbound Control TextAlign...
Published (2009-11-12 06:05:00)
  I would use one of the following to set the controls alignment ctl.Properties.TextAlign = 2 txtPara11.TextAlign = 2 ctl.Properties("TextAlign") = 2 John Spencer Access MVP 2002-2005, 2007-2009 The Hilltop Institute University of Maryland Baltimore County Marshall Barton wrote: > Bob.Orta@gmail.com wrote: > >> Access 2003, SP3 >> >> I have a database that...

Related threads on "Discussions in microsoft.public.access.reports":

Related threads on other sites:

Thread profile page for "Set Unbound Control TextAlign Property in microsoft.public.access.reports" on http://www.microsoft.com/communities/newsgroups.... This report page is a snippet summary view from a single thread "Set Unbound Control TextAlign Property in microsoft.public.access.reports", located on the Message Board at http://www.microsoft.com/communities/newsgroups.... This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity