TAILIEUCHUNG - Access 2007 VBA Programmer’s Reference phần 5

Hình 14-4. Người đọc cố gắng để reacquire khóa tự nhiên, chương trình này ưu tiên cho hàng đợi nhà văn. Điều đó làm cho cảm giác thực tế mà bạn muốn muốn người đọc để có được thông tin mới nhất cập nhật. Tất nhiên, có các chủ đề cần khóa nhà văn được gọi là AcquireWriterLock () trong khi ReaderWriterLock trong tiểu bang | Chapter 12 Customizing the Ribbon Next implement the onLoad callback routine to store a copy of the Ribbon. This should appear in the module declarations section Public gobjRibbon As IRibbonUI Public Sub onRibbonLoad ribbon As IRibbonUI save a copy of the ribbon for future invalidation Set gobjRibbon ribbon End Sub To determine whether the tab should be made visible implement the getVisible callback as shown. This code uses the Column property to check the third column in the combo box to determine whether the user is a Manager. Public Sub OnGetVisible ctl As IRibbonControl ByRef Visible If tabAdmin Then check the login form to determine visibility. if the form is closed just return false. If Not frmLogin .IsLoaded Then Visible False Exit Sub End If The combo box on the login form contains the role this can be either Manager or Employee. Show the tab if it is Manager otherwise hide it. If Forms frmLogin 2 Manager Then Visible True Else Visible False End If Else Visible True End If End Sub Finally add code to the Login button on the form to invalidate the Administration tab. Private Sub cmdLogin_Click invalidate the admin tab to determine visibility tabAdmin End Sub To test the callbacks select different users from the combo box to show and hide the tab. Customizing the Office Menu As mentioned earlier the Office menu is updated when you create a new Ribbon from scratch. In addition to the changes made by the Ribbon you can also customize the Office menu to suit your needs. In Office 2007 the Office menu is intended for options that affect an entire document or application. 418 Chapter 12 Customizing the Ribbon To customize the Office Menu use the officeMenu node which is a child of the Ribbon node as shown below. customUI xmlns http office 2006 01 customui ribbon startFromScratch true officeMenu button idMso FileNewDatabase visible false button idMso FileOpenDatabase .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.