ongke0711 > 22-12-22, 12:56 PM
(21-12-22, 10:04 PM)ketoan_it Đã viết: E có tải file UndoSubForm_DAOTransaction, khi nhấn nút Huỷ trên form frmNhap thì bị lỗi và thoát access, e có gán bẫy lỗi thì nhận được thông báo lỗi 91-object variable or with block variable not set.
Nhờ a giúp đỡ xử lý ạ.
ketoan_it > 26-12-22, 10:15 AM
(22-12-22, 12:56 PM)ongke0711 Đã viết:(21-12-22, 10:04 PM)ketoan_it Đã viết: E có tải file UndoSubForm_DAOTransaction, khi nhấn nút Huỷ trên form frmNhap thì bị lỗi và thoát access, e có gán bẫy lỗi thì nhận được thông báo lỗi 91-object variable or with block variable not set.
Nhờ a giúp đỡ xử lý ạ.
Tôi cũng đã test lại và sửa các kiểu nhưng vẫn chưa tìm ra nguyên nhân. Không biết là do thư viện ACEDAO.dll hay do logic code lỗi (lẫn lộn giữa các Workspace với CurrentDb).
Bạn dùng chuyển qua dùng ADO hoặc kỹ thuật khác tạm nhé.
Private Sub cmdHuy_Click()
WS.Rollback
Set Me.Recordset = Nothing
Set Me.sfmNhapXuatCT.Form.Recordset = Nothing
NapPhieuNhap
End Sub