Hide 'Save As' menu...
I need to be able to disable the 'Save As' menu....
Currently I have this small application where I store templates from a
database.... I'm currently using Streams to move from and to the
ppdesigner... I also trapped the custom save event to store the template
back to the database.... To avoid the windows screen to popup i set a dummy
filename on the template property... however if the user select save as,
there is that file save as screen...
If I set the template to save to database, then both save menu items
become dissable... I just need the save as to be invisible....
Currently I have this small application where I store templates from a
database.... I'm currently using Streams to move from and to the
ppdesigner... I also trapped the custom save event to store the template
back to the database.... To avoid the windows screen to popup i set a dummy
filename on the template property... however if the user select save as,
there is that file save as screen...
If I set the template to save to database, then both save menu items
become dissable... I just need the save as to be invisible....
This discussion has been closed.
Comments
If you are using RB 10.x, take a look at the following example on how to
customize the designer menus and toolbars.
http://www.digital-metaphors.com/tips/Designer10_CustomizeMenusAndToolbars.zip
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
tks!