Hi, I need to remove the Explorer button from the view screen on the web. I see in the INI some settings, but I can't find any documetation on it. The only message in the news group is pretty much an 'it's coming' message.
Try using the Delphi object inspector to set the WebTier options and then save and close the web module. The .ini file should be updated to reflect the new values. Then copy the .ini to the appropriate location.
Comments
TrsWebTier.ViewerSettings.ToolbarOptions
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
I just tested this again and it works when I test here.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
there's an entry in there for the tool bar.
So what I really need is some documentation on how to use the
ToolbarOptions= section of the INI, rather than hard coding my DLL.
Regards,
Nick
Try using the Delphi object inspector to set the WebTier options and then
save and close the web module. The .ini file should be updated to reflect
the new values. Then copy the .ini to the appropriate location.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com