Thanks, Manoharan, that works. Of course, any subsequent changes in the Class Designer will remove this change from the cdxml file. So as a practical matter, any manipulation of properties that are not in the Class Designer properties list has to happen after the application is finished. Is there a way to get other properties into the Class Designer? Jonathan Poor Rubin & Poor, Inc. In a message dated 8/4/2009 12:14:33 P.M. Eastern Daylight Time, [email protected] writes:
[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 **************A Good Credit Score is 700 or Above. See yours in just 2 easy steps! (http://pr.atwola.com/promoclk/100126575x1222846709x1201493018/aol?redir=http://www.freecreditreport.com/pm/default.aspx?sc=668072&hmpgID=115&bcd =JulystepsfooterNO115) --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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]
