اذهب الي المحتوي
أوفيسنا
بحث مخصص من جوجل فى أوفيسنا
Custom Search

كيف أستدعي وصف التقرير ليكون ضمنه ؟


الردود الموصى بها

اخوانى الاعزاء

كل عام وانتم بخير

عندما اصنع تقرير اقوم بوصف عمل هذا التقرير في description فيظهر هذا الوصف بجوار اسم التقرير

والسؤال هو كيف يمكننى عن طريق مديول ان استخرج كل هذ الوصف لل description ?

وشكرا

رابط هذا التعليق
شارك

الأخ محسن ،

السؤال الأصعب هو عن وصف الجدول :excl:

بالنسبة لوصف التقرير وكذلك وصف النموذج إليك الحل

 

Public Function GetRepDescr(ReportName As String) As Variant
Static db As Database

If db Is Nothing Then Set db = CurrentDb()

On Error Resume Next

GetRepDescr = db.Containers!Reports.Documents(ReportName).Properties!Description

End Function



Public Function GetFormDescr(FormName As String) As Variant
Static db As Database

If db Is Nothing Then Set db = CurrentDb()

On Error Resume Next

GetFormDescr = db.Containers!Forms.Documents(FormName).Properties!Description

End Function

تفضل التجربة : Description.rar

تحياتي

تم تعديل بواسطه محب العلم
رابط هذا التعليق
شارك

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

زائر
اضف رد علي هذا الموضوع....

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • تصفح هذا الموضوع مؤخراً   0 اعضاء متواجدين الان

    • لايوجد اعضاء مسجلون يتصفحون هذه الصفحه
×
×
  • اضف...

Important Information