IN VB and other programming languages you can access the command bar items:
e.g.
Sub cmdPrint_Click()
Item.GetInspector.CommandBars.Item("Menu Bar").Controls("File").Controls("Print...").Execute
End Sub
Really need to do something similar to this but using php, to direct the print layout to print preview view. Does anyone know how? or have any leads?
Any help really welcome!
Cheers