OpenView2

ACCPAC Common Controls

AccpacDBLink.OpenView2

Opens a view on the current database link.

Function OpenView2(
  ViewID As String,
  [pExtErrInfo] As Variant) As AccpacView

Parameters

ViewID

[in] the Roto ID of the view to open

pExtErrInfo

[optional, in]

Return Value

Returns an AccpacView object.

Remarks

Script languages, such as Javascript, that do not accept "out" parameters, should use this variation of the OpenView function.