quinta-feira, 13 de agosto de 2020

DICAS_3016_WINDEV_TUTORIAL_39_Pesquisa_Simples_Configurando_Pesquisa_PARTE_C



https://youtu.be/1qWWva47dsU


Bom Dia/Boa Tarde/Boa Noite

Esse Ao Vivo vai estrear as 14:00 do dia 25/08/2020 

DICAS 3016 - WINDEV TUTORIAL 39 - Pesquisa Simples - Configurando Pesquisa- PARTE C
Tutoriel WINDEV : Leçon 4.3.c. Recherche simple - Mise en place de la recherche



ASSUNTOS

EXPLICANDO O QUE SERA FEITO
ADICIONANDO OS CAMPOS DE DETALHE DO CLIENTE




Video original da Franca

https://youtu.be/KzdWOT-2olI


Playlist Windev TUTORIAL













mplementing the search
The "WIN_Menu" window was entirely created. We can now focus on the content of the Tab control pane for finding customers.
This Tab control pane will be divided into several areas:
  • An area for typing the sought elements.
  • An area for displaying the information found.
  • An area containing the browse buttons.

Area for displaying the information found

First of all, we are going to create the different controls used to display the information about the customer.
The method for creating edit controls in the window is the same as the method for creating the form window of product: a simple Drag and Drop from the "Analysis" pane.
  • To create the different controls used to display information about the customer:
    1. Display the WIN_Menu window in the editor and click the "Finding customers" tab pane. The empty tab pane appears.
    2. Display the "Analysis" pane in the editor if necessary: on the "Home" pane, in the "Environment" group, expand "Panes" and select "Analysis". The different data files described in the "WD Full Application" analysis appear in the pane.
    3. Click the Arrow icon on the left of the "Customer" data file: the items found in the data file are listed.
    4. With the mouse, select all items displayed in the tab pane. You can select multiple elements by holding the Ctrl key down.
    5. Drag and Drop these items to the "Finding customers" tab pane.
      Drag and Drop of items in the Customer data file
    6. The controls are automatically created in the Tab control pane. These controls are automatically linked to the corresponding item in the data file.
    7. Save the window (Ctrl + S).
  • We are going to align the controls and give them the same size:
    1. Select the "City" control then all edit controls found in the window (keep the Ctrl key down while clicking the different controls for example). The first selected control will be used as reference for the size of other controls.
    2. On the "Alignment" pane, in the "Inside and outside" group, click "Justify (Ins. and Out.)".
      Ribbon 'Alignment' pane
  • Run the window test ( Run the test of a window among the quick access buttons). Click the "Finding customers" tab pane. The window is displayed with empty controls.
  • Close the test window to go back to the editor.


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
DICAS 3005 - WINDEV TUTORIAL 28 - Adicionar e Modificar Janelas PRODUTOS - PARTE A
DICAS 3006 - WINDEV TUTORIAL 29 - Adicionar e Modificar Janelas PRODUTOS Formulario - PARTE B
DICAS 3007 - WINDEV TUTORIAL 30 - Adicionar e Modificar Janelas PRODUTOS ALINHAR CAMPOS - PARTE C








DICAS 3015 - WINDEV TUTORIAL 38 - Pesquisa Simples - Usando Controle Tab- PARTE B



https://youtu.be/tfrMWwdyLw0


Bom Dia/Boa Tarde/Boa Noite

Esse Ao Vivo vai estrear as 11:00 do dia 25/08/2020 

DICAS 3015 - WINDEV TUTORIAL 38 - Pesquisa Simples - Usando Controle Tab- PARTE B
Tutoriel WINDEV : Leçon 4.3.b. Recherche simple - Utilisation d'un champ Onglet

ASSUNTOS

CRIANDO UMA TAB 
ALTERANDO O NOME DA TAB
ALTERANDO O NOME DAS GUIAS
COLOCAR LISTA DE PRODUTOS DENTRO DA GUIA LISTA PRODUTOS 
COLOCAR DE VOLTA OS BOTOES TAMBEM 
COLOCANDO IMAGENS NAS GUIAS
ADICIONANDO ANCORA NA TAB



Video original da Franca

https://youtu.be/9j96PYOfbN0


Playlist Windev TUTORIAL










Modifying the window: using a Tab control
In this example, the search will not be performed in a new window: the WIN_Menu window will be used. At this time, this window displays the list of products.
We will use Tab controls to display various data in this window. Tab controls are used to group information by theme. The user can directly access a theme by clicking the desired "pane".
This system is used in all description windows of WINDEV.

Creating the Tab control

  • To display the data of the "WIN_Menu" window in a Tab control:
    1. Display the "WIN_Menu" window if necessary:
      • from the open documents bar.
      • by double-clicking its name the "Project explorer" pane.
    2. Select the window controls and move them to the home area of window. This may seem "strange", but it will make it easier to work on the Tab control and then associate the controls with the desired tab pane.
      Moving the window controls
    3. Create a Tab control in a window:
      • On the "Creation" pane, in the "Containers" group, expand "Tab and associated" and select "Tab".
      • Click in the window to create the Tab control.
      • Position the Tab control at the top left of the window.
      • A Tab control is created with two panes by default. The Tab control occupies the entire available space in the window.
    4. Select the controls in the home area of the window and move them to pane 1 of the Tab control.
    5. A green border appears when hovering controls on the Tab control. This border indicates that the controls placed on the current pane will be automatically associated with the pane.
    6. Enlarge (if necessary) the window and the Tab control to display the Table control and the buttons in the Tab control.

Remark

Handling controls in a Tab control
  • To check whether all controls are associated with the current tab pane, click another tab pane: all controls associated with the tab pane disappear.
  • To resize the Tab control while ignoring the anchors defined for the controls found in the pane, press the Shift key during the resize operation.
Window interface with Tab control

Modifying the Tab control

  • Modify the name of Tab control:
    1. Double-click the Tab control that was just created: the control description window appears.
    2. Modify the control name. The control is named "TAB_Viewing".
    3. Validate the control description window.
  • Two panes are created by default. We are going to modify their caption directly:
    1. Select the Tab control.
    2. Click "Pane 1". The pane becomes editable: type the "List of products" caption. Press Enter to validate.
      Caption of the tab pane in edit mode
    3. Click "Pane 2". The pane is displayed. Click "Pane 2" again. Type the caption: "Finding customers". Press Enter to validate.
  • We will associate an image with each pane of the Tab control. To do so:
    1. Display the description window of Tab control (double-click the control for example). The "General" tab of the description window allows you to configure the characteristics of each pane in the Tab control. The list of panes is displayed on the left. For each selected pane, its characteristics can be modified in the right section of screen.
    2. In the description window, select the "List of products" pane.
      Characteristics of a Tab control pane
    3. The pane characteristics are displayed.
      Characteristics of a Tab control pane
    4. We are going to associate an image to the tab pane via the WINDEV image catalog.

      Remark

      As soon as an image can be displayed in a control or window, WINDEV proposes to use the image catalog. This image catalog is started via the "Catalog" option (available by clicking the Show image options button). This catalog contains hundreds of images, cliparts, ...
    5. Click the Show image options button on the right of "Image" control. Select "Catalog" from the popup menu that is displayed. The image catalog window appears.
    6. Type "Product" in the search area. Click the magnifier to start the search.
      Searching for an image in the image catalogue
    7. Select Image of a product and validate ("OK").
    8. The screen for configuring the generated image is displayed. This screen is used to modify the characteristics of the image to generate: size, lightness, ... Keep the default options and validate.
    9. The image is generated in the project directory and the corresponding file is automatically associated with the current element.
    10. In the Tab control description window, click "Finding customers" in the list of static panes.
    11. Click the Show image options button on the right of "Image" control. Select "Catalog" from the popup menu that is displayed. The image catalog window appears.
    12. In the search area, specify "Person". Click the magnifier to start the search.
    13. Select, among the proposed images, the icon representing two persons ( Image of people ) and validate.
    14. Keep the options found in the setting screen of generated image and validate.
    15. Validate the Tab control description window.
  • A new control was just created: we must now manage its anchoring in the window. When the window is enlarged, the Tab control must also be enlarged in order to occupy the entire available space. Therefore, the control must stretch to the right and to the bottom.
    1. Select the Tab control.
    2. Display the popup menu (right mouse click) and select "Anchor".
    3. In the window for defining the anchor, select Anchor in height and width and validate.
    4. Save the window by clicking Save the element among the quick access buttons.



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
DICAS 3005 - WINDEV TUTORIAL 28 - Adicionar e Modificar Janelas PRODUTOS - PARTE A
DICAS 3006 - WINDEV TUTORIAL 29 - Adicionar e Modificar Janelas PRODUTOS Formulario - PARTE B
DICAS 3007 - WINDEV TUTORIAL 30 - Adicionar e Modificar Janelas PRODUTOS ALINHAR CAMPOS - PARTE C







quarta-feira, 12 de agosto de 2020

DICAS 3014 - WINDEV TUTORIAL 37 - Pesquisa Simples - Apresentacao - PARTE A



https://youtu.be/OFLnZz2bM8Q


Bom Dia/Boa Tarde/Boa Noite

Esse Ao Vivo vai estrear as 09:00 do dia 25/08/2020 

DICAS 3014 - WINDEV TUTORIAL 37 - Pesquisa Simples - Apresentacao - PARTE A
Tutoriel WINDEV : Leçon 4.3.a. Recherche simple - Présentation


ASSUNTOS

EXPLICANDO O QUE SERA FEITO NESSAS LICOES


Video original da Franca

https://youtu.be/MnuivOQ_ybk


Playlist Windev TUTORIAL












Lesson 4.3. Simple search and record browse
This lesson will teach you the following concepts
  • Managing the search for records.
  • Browsing records.
Lesson duration

Estimated time: 30 mn
Previous LessonTable of contentsNext Lesson
Overview
We have managed the addition and modification of records. It's fine. But it would be even better to be able to find a record (to modify it for example). That's what we are going to do now.
We are going to modify the main window of "WD Full Application" application to use tab panes.
  • The first tab pane will display the product list and manage the addition and modification of products (these operations have been performed in previous lessons).
  • The second tab pane will propose to find a customer by name. The customer form will be displayed in the same tab pane.
Two search modes will be implemented:
  • an exact-match search,
  • a generic search.
Window to create in this lesson
Then, you will have the ability to browse the records found in the data file from the customer displayed.

Answer

A corrected project is available. This project contains the different windows created in this lesson. To open the corrected project, in WINDEV's home page (Ctrl + <), click "Tutorial" and select "Full application (With windows)".


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
DICAS 3005 - WINDEV TUTORIAL 28 - Adicionar e Modificar Janelas PRODUTOS - PARTE A
DICAS 3006 - WINDEV TUTORIAL 29 - Adicionar e Modificar Janelas PRODUTOS Formulario - PARTE B
DICAS 3007 - WINDEV TUTORIAL 30 - Adicionar e Modificar Janelas PRODUTOS ALINHAR CAMPOS - PARTE C









Teste

Teste
teste