[AccessD] Another Translation Problem

Rocky Smolin - Beach Access Software bchacc at san.rr.com
Sun Jun 13 10:01:40 CDT 2004


John:

Thanks for that format.  It works:

    Me.TabCtl140.Pages("&Header").Caption = TranslateMsgbox("Header")

although I had to add the tab name to the Pages.  I found that you can also
use an index number starting at zero as well.

However, in order to display Chinese I have to change the font to Arial MS
Unicode. This I do in the translate routines for the label and command
button captions, but there doesn't seem to be any way to change the font on
the tabs names themselves.

Me.TabCtl140.Pages("&Header").FontName = "Arial Unicode MS"

doesn't compile.  Apparently FontName is not a property of the tab control
page headings.

Does anybody know if the tab heading font can be changed?  I don't even see
a way to do it in design mode.

MTIA,

is

----- Original Message ----- 
From: "John Bartow" <john at winhaven.net>
To: "Access Developers discussion and problem solving"
<accessd at databaseadvisors.com>
Sent: Saturday, June 12, 2004 11:46 AM
Subject: RE: [AccessD] Another Translation Problem


> Rocky,
> Me.tabMain.Pages.Caption = "New Page Title"
>
> John B.
>
> -----Original Message-----
> From: accessd-bounces at databaseadvisors.com
> [mailto:accessd-bounces at databaseadvisors.com]On Behalf Of Rocky Smolin -
> Beach Access Software
> Sent: Saturday, June 12, 2004 11:57 AM
> To: AccessD at databaseadvisors.com
> Subject: [AccessD] Another Translation Problem
>
>
> Dear List:
>
> Is there a way to change the name on a page of a tab control through code
> after the form is opened?  I need to change those displayed page names to
> different languages.
>
> MTIA
>
> Rocky Smolin
> Beach Access Software
> http://www.e-z-mrp.com
>
> --
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>
>
>
> -- 
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com




More information about the AccessD mailing list