بسم الله الرحمن الرحيم
القسم الأول : رقم الهادرديسك
والهدف منه
لا يعمل البرنامج إذا
تم نقله من جهاز إلى آخر ( وذلك يعني أن العميل الذي تم له التحميل هو فقط الذي
يستفيد من البرنامج )
The program does not work if it is moved from one device to another (this means that only the client that has downloaded it is benefiting from the program)
The program does not work if it is moved from one device to another (this means that only the client that has downloaded it is benefiting from the program)
الخطوات
افتح قاعدة البيانات الخاصة بك
1- إنشاء جدول باسم " serial" يحتوي على حقل اسمه “serial”
2- إنشاء نموذج لهذا الجدول ونضع به الحقل “serial”
Create
a table named "serial"
Contains a "Serial" field named
نحدد الخصائص التالية
للنموذج
define the following Properties
of the form
منبثق = نعم
Pop Up = yes
شكلي أو مشروط = نعم
Modal = yes
نمط الحدود = لا
Border Style = No
أزرار التنقل = لا
Navigation buttons =
No
أشرطة التمرير = لا
Scroll bars = No
صندوق التحكم = لا
Control box = no
زر الاغلاق = لا
Close
Button= no
* إنشاء حقل غير مرتبط اسمه " t1 "
Create an unlike
field named "t1" "
* يتم وضع هذا النموذج
في بدء التشغيل
Put this form on
startup
3- إنشاء نموذج باسم " Form1 " وهو النموذج الرئيسي لقاعدة
البيانات الخاصة بك .
Create a form called
"Form1" which is the main form of your database.
4- إنشاء وحدة نمطية تحتوي على الكود التالي
Create a module
containing the following code
5- في حدث عند بدء
التشغيل للنموذج “serial” نضع سطر الأمر التالي
In the On Load event of the "serial" form, place the
following command line
DoCmd.Maximize
لتكبير النموذج ليملأ الشاشة
Enlarges the form to fill the screen
Call ShowDriveInfo
يستدعي عمل الوحدة النمطية
Calls the module's work
رابط حميل القاعدة
The database link
رابط تحميل الكود
Link the code
Link the code
رابط الفيديو
Link the video
Link the video






0 التعليقات:
إرسال تعليق