jwcolby
jwcolby at colbyconsulting.com
Sat Feb 21 00:47:16 CST 2009
Sorry, I forgot. The code in the form to perform the translation:
Option Compare Database
Option Explicit
Private Sub Form_Open(Cancel As Integer)
'
'Call the mTranslateFrm method of the translation supervisor and
'pass in a reference to this form, and a language field name
'
cXS.mTranslateFrm Me, mstrLanguageFldName
End Sub
John W. Colby
www.ColbyConsulting.com