https://youtu.be/440OjUIfmS0
Esse Ao Vivo vai estrear as 20:00 do dia 11/09/2020 sexta
Bom Dia/Boa Tarde/Boa Noite
DICAS 2997 - WINDEV TUTORIAL 20 - PROJETO E ANALISE - CRIACAO
Tutoriel WINDEV : Leçon 3.3.a. Projet et analyse - Création
ASSUNTOS
https://windevdesenvolvimento.blogspot.com/2020/08/dicas-2997-windev-tutorial-20-projeto-e.html
https://youtu.be/440OjUIfmS0
https://doc.pcsoft.fr/fr-FR/?1410087521&name=lecon_33_projet_analyse
Video original da Franca
https://youtu.be/XxTPJjszmS4
Playlist Windev TUTORIAL
https://www.youtube.com/playlist?list=PLwJwZaqiZW-lxU1XF0M0htb5S5f8pavuE
Lesson 3.3. Project and analysis
- Creating a project.
- Creating an analysis.
Estimated time: 40 mn |
Previous Lesson | Table of contents | Next Lesson |
To create an application with database, you must:
- Create the project linked to the application. This project will group all application elements (windows, codes, queries, reports, ...).
- Create the analysis linked to the project. The analysis is used to describe all data files handled by the application.
Remark
| This lesson is used to create an application with HFSQL database. As already seen in the previous lesson, WINDEV allows you to create applications that handle other databases.
The "Appendix 2. Using data from an external database" lesson presents the operations that must be performed to create a project and an analysis based on an SQL database (via OLE DB or via Native Connector).
|
- To create the project:
- Start WINDEV (if not already done).
- Display the WINDEV home page if necessary (Ctrl + <).
- In the home page, click "Create a project" and select "Windows or Linux application". The project creation wizard starts. The different steps of the wizard help you create your project. The information specified in this wizard can be modified later.Tip
To create a project, you can also:
- Click among the quick access buttons.
- The element creation window appears: click "Project".
- The first step of the wizard allows you to select the operating system for which the project is intended. Select "Windows platform" and go to the next step of the wizard ("Next").
- For this lesson, we are going to create a "blank" project. You can also create a project based on an existing example, provided with WINDEV. Select "Create a blank project" and go to the next step of the wizard.
- WINDEV then proposes to specify the platform description. Keep the default options ("Windows 32-bit executable" and "Executable with windows"). Go to the next step of the wizard.
- The wizard proposes to type the name of project, its location and its description. In our case, this project will be named "WD My First Database".
- WINDEV proposes to create this project in the "\My projects\WD My First Database" directory. You can keep this location or modify it via the [...] button. For the project summary, type "The purpose of project is to manage the customers and their orders".
- The different steps of the wizard are specified on the left. These steps can be clicked directly. Since the other steps in the "Description" are not strictly necessary, you can click "Guidelines" directly.
- This step is used to define the code style. Don't modify the suggested options. Go to the next step.
- This step is used to define the style book. Select "Phoenix".
- Click the "Database" step. We are now going to specify the information regarding the database.
- Select "Yes, create a new database" and validate. The analysis creation wizard starts.
Remark
| To better understand the lessons found in this section and to optimize your training, we advise you to create the "WD My First Database" project.
A corrected example can be accessed at any time to check the validity of operations performed.
To open this corrected project, in WINDEV's home page (Ctrl + <), click "Tutorial" and select "My first database (Answer)".
|
- The steps of the analysis creation wizard are as follows:
- Specify the analysis name and directory. By default, the analysis name corresponds to the project name and the analysis directory is a ".ana" directory in the project directory. We will keep these default parameters.
- Next, you can choose the types of databases used by the project. Select "HFSQL Classic" (WINDEV's default database).
- V
- Specify the analysis name and directory. By default, the analysis name corresponds to the project name and the analysis directory is a ".ana" directory in the project directory. We will keep these default parameters.
DICAS 2978 - WINDEV TUTORIAL 1 - 1.1B - WINDEV TEMA ESCURO E IDIOMA DO AMBIENTE
DICAS 2979 - WINDEV TUTORIAL 2 - 1.2- CRIAR JANELA E INSERIR TEXTO E EXIBIR
DICAS 2980 - WINDEV TUTORIAL 3 - 2.1- VARIAVEIS PARTE 1
DICAS 2981 - WINDEV TUTORIAL 4 - 2.2- VARIAVEIS ESCOPO - PARTE 2
DICAS 2982 - WINDEV TUTORIAL 5 - 2.1- VARIAVEIS OPERADORES PARTE 3
DICAS 2983 - WINDEV TUTORIAL 6 - 2.1.D - VARIAVEIS STRINGS PARTE 4
DICAS 2984 - WINDEV TUTORIAL 7 - 2.1.E - VARIAVEIS ARRAYS PARTE 5
DICAS 2985 - WINDEV TUTORIAL 8 - 2.2.A - CONDICOES IF-SWITCH PARTE 1
DICAS 2986 - WINDEV TUTORIAL 9 - 2.2.B - CONDICOES PARTE 2
DICAS 2987 - WINDEV TUTORIAL 10 - 2.3.A - LOOP PARTE 1
DICAS 2988 - WINDEV TUTORIAL 11 - 2.3.B - LOOP EXEMPLOS PARTE 2
DICAS 2989 - WINDEV TUTORIAL 12 - Lesson 2.4. The procedures - PARTE 1
DICAS 2990 - WINDEV TUTORIAL 13 - Leçon 2.4.b. Procedures Parametros - PARTE 2
DICAS 2991 - WINDEV TUTORIAL 14 - PROCEDURES REFERENCIA - PARTE 3
DICAS 2992 - WINDEV TUTORIAL 15 - PROCEDURES OPCIONAIS OU OBRIGATORIAS - PARTE 4
DICAS 2993 - WINDEV TUTORIAL 16 - PROCEDURES EXEMPLOS - PARTE 5
DICAS 2994 - WINDEV TUTORIAL 17 - PERGUNTAS E RESPOSTA - PARTE 1
DICAS 2995 - WINDEV TUTORIAL 18 - PERGUNTAS E RESPOSTA - PARTE 2
DICAS 2996 - WINDEV TUTORIAL 19 - WINDEV E OS BANCOS DE DADOS
DICAS 2997 - WINDEV TUTORIAL 20 - PROJETO E ANALISE - CRIACAO
DICAS 2998 - WINDEV TUTORIAL 21 - PROJETO E ANALISE - ARQUIVOS DADOS CLIENTE - PARTE 2