OpenFile

Syntax

OpenFile([in] BSTR filename, [in, optional] BOOL  updatelinks, [in, optional] BOOL readonly)

Description

This method opens a new or existing PS/nVision report layout.

Parameters

There are three arguments associated with this method: the file name (with full path) and two optional arguments: update links and read-only.

Example

ObjDesignerCmd.OpenFile("c:\user\BALANCE.xls", TRUE, FALSE)