RC-WinTrans Object Model Help | 
  TranslationProject.OpenDocument
 | 
Opens the "TranslationProject" object's Document view.
Syntax:  | 
	 OpenDocument()  | 
  
| Example: | Dim Projs As TranslationProjects Dim Proj As TranslationProject Set Projs = Application.Workspace.TranslationProjects Set Proj = Projs.Item(1) Call Proj.OpenDocument  | 
  
See also: