- Code: Select all Expand view
oActiveX:setProp( "ToolBar", t. )
oActiveX:setProp( "MenuBar", .t. )
oActiveX:SetProp( "StatusBar", .t. )
None are visible.
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 Expand view
oActiveX:print()
But this just makes a screenshot--it doesn't print the entire HTML page.
I am using FWH Aug 2006 build, xHarbour, IE7 and XP Pro.
James