Recent content by GregZ

  1. G

    Data input in English

    The demo was set up for "Chinese Simplified, PRC", which has a Locale ID of 00000804. For "Chinese Traditional, Taiwan" the Locale ID is 00000404. So, in the code behind the form "tblSomeData", under the cmdChinese_Click() sub, change this line from: SetLanguage ("00000804") to...
  2. G

    Data input in English

    You're welcome Scott. Any problems let me know. Greg
  3. G

    Data input in English

    Hi Scott, I have an application where I need to switch between Chinese and English entry, so developed the code to do this. It is capable of switching between any languages. First I'll list the code, then explain how to use it. 'You'll need to create 2 standard modules. In the first place...
Back
Top Bottom