Board index » delphi » Limit Save Dialog Box?

Limit Save Dialog Box?

Is there a way to make the Standard Save Dialog Box to NOT allow directory
changes or accept to NOT accept long file names?

The file to be saved is a font.  Currently our system REQUIRES that font
files be in a pre-defined "font" directory and the name must me in 8.3
format.  We will eventually remove these limitations, but for now those are
the rules.

I would like to use a standard dialog box so that I can latter just take out
the limitations.

Can it be done?
Thanks

 

Re:Limit Save Dialog Box?


You can try to change the TSaveDialog object in the dialogs unit.

gertjan

Other Threads