sábado, 8 de agosto de 2020

DICAS 3003 - WINDEV TUTORIAL 26 - RAD COMPLETO



https://youtu.be/hGu32nglOKg


Bom Dia/Boa Tarde/Boa Noite

Esse Ao Vivo vai estrear as 11:00 do dia 20/08/2020
DICAS 3003 - WINDEV TUTORIAL 26 - RAD COMPLETO
Tutoriel WINDEV : Leçon 3.4. RAD complet

ASSUNTOS

EXPLICANDO O QUE É RAD
FAZENDO O RAD COMPLETO
EXECUTANDO O PROGRAMA E MOSTRANDO

https://windevdesenvolvimento.blogspot.com/2020/08/dicas-3003-windev-tutorial-26-rad.html

https://doc.windev.com/en-US/?1410087522&name=lesson_34_the_full_rad

Video original da Franca

https://youtu.be/UGz2Lkj7Z9o


Playlist Windev TUTORIAL
https://www.youtube.com/playlist?list=PLwJwZaqiZW-lxU1XF0M0htb5S5f8pavuE













What is RAD?
R.A.D. stands for "Rapid Application Development". The RAD is used to automatically build an application, which means all necessary windows, reports and queries.
As already seen, to develop an application in WINDEV, you must create a project and an analysis (if necessary). The analysis contains the definition of the structures of data files used in the processes.
The RAD module of WINDEV is based on this analysis. The RAD module includes a wizard allowing you to choose the application template to generate (the RAD pattern) and the main options regarding the operating mode of your application.
Remark
WINDEV is supplied with several "RAD patterns" allowing you to generate several application templates. You also have the ability to create your own RAD patterns.
See Creating a RAD pattern for more details.
The windows, the reports, the queries and the code generated by RAD can be customized. You also have the ability to modify the types of controls, the default values, ...
The RAD can also be used to generate several types of windows, it is the window RAD. The Window RAD is available when a new window is created in your application.
Let's see how to use the Project RAD module.
Remark
RID (Rapid graphical Interface Design)
WINDEV also allows you to generate windows containing the controls linked to the analysis items only. The code required for these windows to operate must be written by the developer.
See Type of windows/pages created by RID for more details.
Generating RAD
  • To start generating RAD:
    1. On the "Project" pane, in the "Generation" group, click "Full Application RAD". The wizard for generating the RAD application starts.
      RAD generation - RAD Pattern selection
      Select the pattern that will be used for RAD generation: "Simple RAD" for example. Go to the next step of the wizard.
      Express
      Only the simple RAD template is available in Express version. The wizard does not allow you to choose the RAD pattern to use. The wizard directly allows you to choose the data files to select.
    2. All data files found in the analysis will be taken into account:
      RAD generation - choosing data files
    3. Go to the next step.
    4. The entry points of application correspond to the entries available in the menu. Keep the Customer, Orders, PaymentMode and Product data files only:
      RAD generation - Entry points
      Go to the next step.
    5. Specify whether the Table controls generated in the application windows must be allow the input or not. In our example, the Table controls will allow the user to type new information. Select "Yes: Allow the input in the Table controls (editable Table controls)". Go to the next step.
    6. Specify whether the user groupware will be used in the application. It will be presented later in this tutorial. Select "No: Don't include the user groupware management".
      RAD generation - User groupware
    7. Go to the next step. Specify whether the automatic menu will be included in the application. Answer "Yes: Include the '?' menu".
      RAD generation - Menu?
    8. Go to the next step. The RAD generation wizard is ended. Validate. The wizard for generating the automatic menu starts.
      Remark
      The automatic menu is a help menu suited for your applications. This menu allows the users of your applications to easily access several features.
  • The different options proposed by the wizard for generating the automatic menu are as follows:
    Choosing the menu options '?'
    1. Keep "Help for AAF (Automatic Application Features)".
    2. Finish the wizard.
Remark
When creating the '?' menu, the option "? .. Help for AAFs (Automatic Application Features)" automatically added into your application:
  • the "CCMenu" component. This option uses a procedure from this component to operate.
  • the "WINDEV AAF 25.PDF" file. This file will be automatically opened when the menu option is used.
The application is generated and its test can be run.
Remark
UI errors may appear in the "Compilation errors" pane. These errors signal interface problems, especially in the reports (captions too long for example). To correct these errors, the reports must be modified.

Application test
Let's now run the test of generated application.
  • To run the application test:
    1. Click Run project test among the quick access buttons. The application starts.
    2. In the menu, select "Customers/Prospects .. List of Customers/Prospects".
    3. The list of customers is displayed.
    4. To add a new person, click the "New" button. An input form is displayed.
      RAD - Entry form at runtime
    5. Type information about a customer and validate.
    6. Close the list of persons.
    7. In the menu, select "Product .. List of products". The list of products is displayed.
    8. Close the test window. The WINDEV editor is redisplayed.



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
DICAS 2999 - WINDEV TUTORIAL 22 - PROJETO E ANALISE - ARQUIVOS DADOS CRIACAO ARQUIVO PEDIDO - PARTE 3
DICAS 3000 - WINDEV TUTORIAL 23 - PROJETO E ANALISE - IMPORTANDO CVS-ARQUIVO TEXTO - PARTE 4
DICAS 3001 - WINDEV TUTORIAL 24 - PROJETO E ANALISE - IMPORTANDO ARQUIVO PRODUTO - PARTE 5
DICAS 3002 - WINDEV TUTORIAL 25 - PROJETO E ANALISE - LINK - PARTE 6
DICAS 3003 - WINDEV TUTORIAL 26 - RAD COMPLETO
DICAS 3004 - WINDEV TUTORIAL 27 - VISAO GERAL





Nenhum comentário:

Postar um comentário

Teste

Teste
teste