آشنایی با اصول و روشهای برنامه نویسی در Access |
1 | نمایش رایگان معرفی اجمالی Access و کاربردهای برنامه نویسی | VBA in Access Introduction. | |
2 | نمایش رایگان اشاره به روش های مختلف کد نویسی در Access | Introduction with programming methods in MS-Access | |
3 | نمایش رایگان معرفی عمومی Expression Builder | Expression Builder introduction | |
4 | نمایش رایگان معرفی عمومی Macro Builder | Macro Builder introduction | |
5 | نمایش رایگان معرفی عمومی Code Builder | Code Builder introduction | |
6 | معرفی زبان کدنویسی SQL و کاربردهای آن در ویرایش | SQL script introduction in MS-Access | |
آشنایی عمومی با زبان برنامه نویسی Visual Basic |
7 | معرفی Visual Basic به عنوان زبان پایه برنامه نویسی | Visual Basic language Introduction | |
8 | معرفی زبانهای OOP و OBP | OOP & BOP introduction | |
9 | تبیین رابطه بین VB با VBA و VB Script و VB.Net | VB vs. VBA & VB script vs. VB.Net | |
10 | معرفی VBA– بیان مزایا و معایب و تفاوت ها | VBA Advantages and disadvantages of | |
11 | معرفی Object و نحوه ورود به محیط کدنویسی از طریق اشیاء موجود در فرم ها و گزارشات | Object Type Introduction | |
Expression Builder |
12 | معرفی مفهوم Event (رویداد) و Event Procedure (روال رویداد) | Event & Event Procedure Introduction | |
13 | آشنایی با برخی از رویدادهای مهم اشیاء نظیر | Introduction with important object’s events | |
14 | آشنایی کلی با محیط Expression Builder | Expression builder environment Introduction | |
15 | اشاره به توابع موجود در Built-in Functions | Built-in functions | |
16 | استفاده از راهنما در Expression Builder | Expression Builder Help | |
Macro |
17 | مفهوم ماکرو | What is Macro in MS-Access | |
18 | اشاره به نحوه عملکرد ماکروها در برنامه های آفیس | How Macro Works? | |
19 | نحوه ساخت یک ماکرو در اکسس | How to Create a Macro in MS-Access | |
20 | Assign کردن یک ماکرو در یک رویداد موجود یک شی | Using Macro in Object’s Event. | |
21 | ساخت یک ماکرو با چندین دستور پشت سر هم | Create a Macro with several commands | |
22 | امنیت اجرای ماکرو و تنظیمات مربوطه | Macro security settings | |
تعاریف اولیه و محیط برنامه نویسی VBA |
23 | برخی از تعاریف کلیدی برنامه نویسی شی گرا | Introduction with OOP concepts | |
24 | ورود به محیط کد نویسی | Dive to Coding environment | |
25 | آشنایی با محیط کدنویسی VBA | Introduction with Code Editor | |
26 | معرفی کنترل های مهم در فرمها | Introduction with Form’s Controls | |
27 | خصوصیات (Properties) | Properties Introduction | |
28 | اجرا، Debug و Compile | Compile & Debug in MS-Access | |
29 | معرفی Object Browser | Object Browser Introduction | |
30 | تعیین شی و رویداد و برنامه نویسی بر اساس رویداد | Event Programming in MS-Access | |
اشیاء و مشخصه ها |
31 | معرفی کارکرد و مشخصه های کنترلهای مهم | The function and characteristic of the important controls introduction | |
32 | تغییر Proprty های اشیاء | Change the Proprty of the objects | |
33 | اشاره به ثابت ها | Refer to the constants | |
34 | کار روی تغییر مقادیر خصوصیات | Working on changing the values of the properties of the object | |
متغیرها و آرایه ها |
35 | معرفی مفهوم متغیر و کاربردهای آن | The introduction of the concept of the variable and its applications | |
36 | قواعد نامگذاری متغیرها | The naming rules for variables | |
37 | نحوه تعریف متغیرها | How to define variables | |
38 | معرفی انواع متغیرها | The introduction of a variety of variable | |
39 | استفاده از گزینه Require Variable Declaration | Require Variable Declaration option | |
40 | آشنایی با دامنه (Scope) | Understanding scope in programming | |
41 | مفهوم آرایه و نحوه تعریف آن | The concept of an array and how to define its | |
متد ها و دستورات پر کاربرد |
42 | معرفی Docmd | Introducing the Docmd | |
43 | حرکت بین رکوردها | Move between records | |
44 | آشنایی با msgbox | Understanding the MGBOX | |
45 | آشنایی با InputBox | Understanding the InputBox | |
دستورات شرطی و تکرار |
46 | دستور شرطی If | The conditional command : If | |
47 | دستور شرطی Select | Conditional Select command | |
48 | حلقه تکرارDo While | “Do While” Loop | |
49 | حلقه For | “For” loop | |
50 | خلاصه نویسی با With | Summary with “With” | |
روال ها و توابع (Procedures & Functions) |
51 | معرفی ماژول و تبیین لزوم استفاده از ماژول ها | Introduction of module and explaining the necessity of the use of the modules | |
52 | آشنایی با روال (Procedure) | What is Procedure in MS-Access VBA | |
53 | دامنه استفاده از توابع و روال ها | The scope of the use of functions and Procedures | |
54 | نحوه تعریف UDP | How to define the UDP | |
55 | تفاوت بین روال ها و توابع | The difference between the Procedures and functions | |
56 | آشنایی با تابع (Function) | What is Function in MS-Access VBA | |
57 | آشنایی با برخی توابع و روالهای برنامه نویسی | Recognition of some functions and Procedures in VBA programming | |
خطایابی و مدیریت خطا |
58 | معرفی خطاهای رایج در کدنویسی VBA | The introduction of the common errors in VBA coding | |
59 | اجرای قدم به قدم کدها | Step by step execution of codes | |