CreateViewTables

ACCPAC Common Controls

AccpacDBLink.CreateViewTables

Instructs the specified view to create the tables that it accesses on the current database link.

Sub CreateViewTables(ViewID As String)

Parameters

ViewID

[in] the Roto ID of the view

Remarks

This method loads the specified view on the current database link and calls viewCreate() to create the tables that the view needs.