Showing Form as Executable

E

elyse

Hello,

I've created a "Main" form that has a drop-down box object. The drop-down
object lists other form names so that when selected the appropriate form
opens.

Is there a way to make the "Main" form (the one with the drop-down box) an
executable, so that users only see this form when they open InfoPath? Or is
there a way to make the form look more like a main form (ie: no menus,
options, etc..) when opened?

Thanks for your help
 
G

Greg Collins [InfoPath MVP]

There is currently no way to make an executable of your form. This is something I've requested several times.

If you are using managed code, and you set your form to full trust security, then you can do whatever you want with the window decorations (menus, toolbars, etc).
 
Top