محمد ايمن قام بنشر يونيو 17, 2008 قام بنشر يونيو 17, 2008 كان قد تم طرح موضوع حماية زر الشفت ولكن ما حدث انه عند تنفيذ الكود تظهر الرسالة الاتية
rudwan قام بنشر يونيو 18, 2008 قام بنشر يونيو 18, 2008 لديك وحدة نمطية مفقودة و هي : Public Function SetProperties(strPropName As String, varPropType As Variant, varPropValue As Variant) As Integer On Error GoTo Err_SetProperties Dim db As DAO.Database, prp As DAO.Property Set db = CurrentDb db.Properties(strPropName) = varPropValue SetProperties = True Set db = Nothing Exit_SetProperties: Exit Function Err_SetProperties: If Err = 3270 Then 'Property not found Set prp = db.CreateProperty(strPropName, varPropType, varPropValue) db.Properties.Append prp Resume Next Else SetProperties = False MsgBox "SetProperties", Err.Number, Err.Description Resume Exit_SetProperties End If End Function
الردود الموصى بها
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.