[email protected] wrote: > I'd like to try this, but I don't see where you'd place the statement to > change the property. I don't see this property listed for dForm in the Class > Designer. Is there another place I should look? > > Jonathan Poor In the cdxml file created by class designer (that is stored in the ui folder), we can make this change. On top of this xml file, you can insert this property called ShowMenuBar. An example is given below:
<dForm code-ID="dForm-top" Name="dForm" SaveRestorePosition="False" Top="147" Caption="Adding New Ledger Groups" designerClass="DesForm" CxnName="jccash" Left="312" ShowMenuBar="False" Icon="favicon.ico"> Manoharan _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
