elsedik قام بنشر يناير 29, 2017 قام بنشر يناير 29, 2017 كيف يتم الغاء الرسالة الموجودة فى الصورة برمجيا مع كل نسخ الاوفيس
بحار الاكسس قام بنشر يناير 29, 2017 قام بنشر يناير 29, 2017 File ------> Option -------> trust Center----->trust center Setting Never Show information about blocked content macro setting-----> enable All Macros
elsedik قام بنشر يناير 29, 2017 الكاتب قام بنشر يناير 29, 2017 3 دقائق مضت, بحار الاكسس said: File ------> Option -------> trust Center----->trust center Setting Never Show information about blocked content macro setting-----> enable All Macros الغاء الرسالة الموجودة فى الصورة باستخدام الاكواد
بحار الاكسس قام بنشر يناير 29, 2017 قام بنشر يناير 29, 2017 (معدل) Private Sub Form_Load() If CreateObject("WScript.Shell").RegRead("HKEY_CURRENT_USER\Software\Microsoft\Office\" & Application.Version & "\Access\Security\" & IIf(Application.Version < 12, "Level", "VBAWarnings")) <> "1" Then CreateObject("WScript.Shell").RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Office\" & Application.Version & "\Access\Security\" & IIf(Application.Version < 12, "Level", "VBAWarnings"), "1", "REG_DWORD" End If End Sub طبعا هذا الكود يوضع فى النموذج الافتتاحى للبرنامج تم تعديل يناير 29, 2017 بواسطه بحار الاكسس
الردود الموصى بها
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.