Bpk mungkin harus ketik manual untuk membuat "Controls" yg kedua dst.
Thank's ----- Original Message ----- From: "Cecep W" <[email protected]> To: <[email protected]> Sent: Tuesday, 02 March 2010 11:45 AM Subject: [belajar-access] Re: Me-non active-kan beberapa menu bar > Maaf mas BO...maksud saya adalah ada masalah pada saat membuat > procedure "CBarTool.Controls("New Menu1").Controls("Custom2").Enabled > = False". untuk membuat "Controls" yg kedua tidak bisa karena setelah > titik itu tidak ada lagi pilihan "Controls" di VBA-nya, jadi saya > hanya bisa buat procedure CBarTool.Controls("New Menu1"). > apakah bisa ditangkap maksud saya? > > Regards > Cecep Wahyudin > > > ----- Original Message ----- > From: "Belajar Office" <[email protected]> > To: [email protected] > Date: 2 Maret 2010 11:04 > Subject: Me-non active-kan beberapa menu bar > >> >> Bpk mungkin tinggal set saja ke false menu mana yg hendak di disable. >> Contohnya adalah: >> >> Kalau menunya langsung, seperti menu File: >> CBarTool.Controls("Custom1").Enabled = False >> Kalau menunya dibawah, seperti menu File -> Print: >> CBarTool.Controls("New Menu1").Controls("Custom2").Enabled = False >> Kalau menunya dibawah terus ada lagi kekanannya, seperti menu File -> >> Send -> Email: >> CBarTool.Controls("New Menu1").Controls("New >> Menu2").Controls("Custom3").Enabled = False >> >> Kalau hendak di enable kan lagi, set sebagai True. >> >> Thank's >> ----- Original Message ----- >> From: Cecep W >> To: [email protected] >> - Perlihatkan kutipan teks - >> >> > > > ------------------------------------ > > SPAM IS PROHIBITEDYahoo! Groups Links > > > ------------------------------------ SPAM IS PROHIBITEDYahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/belajar-access/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/belajar-access/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

