SetFocus - method of the PmgWTable object
Description:
Causes the object to receive the focus. If the PmgWTable object has the focus, then it can be managed by the keyboard (scroll, move marked cell, edit, ...).
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oTable = pMe.Items("/Table");
oTable.SetFocus();
Dim oTable
Set oTable = pMe.Items("/Table")
oTable.SetFocus