Rocky Smolin - Beach Access Software
bchacc at san.rr.com
Fri Apr 30 10:41:02 CDT 2004
Gustav: Thanks you!!! Forgot about that 'name' thing. It worked perfectly. The E-Z-MRP Main Menu displays in Chinese! Best, Rocky Smolin Beach Access Software http://www.e-z-mrp.com ----- Original Message ----- From: "Gustav Brock" <gustav at cactus.dk> To: "Access Developers discussion and problem solving" <accessd at databaseadvisors.com> Sent: Friday, April 30, 2004 8:17 AM Subject: Re: [AccessD] Chinese Language > Hi Rocky > > Try with .FontName > > /gustav > > > > It seems that I can change the caption of a control through code: > > > ctl.Caption = rs(gstrLanguage) > > > ' Where gstrLanguage is the field name in the language table of the language > > selected by the user > > > but I can't change the font: > > > If InStr(1, gstrLanguage, "Chinese") <> 0 Then ctl.font = "Arial Unicode MS" > > > gives me 'object soesn't support this property or method'. > > -- > _______________________________________________ > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com