Code: Select all
oActiveX:setProp( "ToolBar", t. )
oActiveX:setProp( "MenuBar", .t. )
oActiveX:SetProp( "StatusBar", .t. )
Also, is it possible to do a print and preview using ActiveX? I can do them using the right-click menu, but I cannot find any documentation on how to call them using ActiveX. I would like to call printing and preview from the FW toolbar.
I did find that I can do:
Code: Select all
oActiveX:print()
I am using FWH Aug 2006 build, xHarbour, IE7 and XP Pro.
James