AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Funcionalidades Automáticas de la Aplicación (FAA) / FAA en ventanas
  • Overview
  • Modifying and customizing the search window
  • Overview
  • Integration in the application
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Overview
In a window, you have the ability to perform:
  • A search for a word in a specific edit control.
    In this case, select "Find" in the context menu of the control.
  • A search for a text in the different controls of your window.
    In this case, press Ctrl + F and type the word to find.
    The search is performed:
    • before version 18: in Edit control fields and table lines.
    • from version 18: in all window fields. All the elements corresponding to the search are highlighted in yellow. The "Next" and "Previous" buttons are used to move between the selected elements.
Modifying and customizing the search window

Overview

WINDEV gives you the ability to include the search window used by the AAF in your application. You will have the ability to customize:
  • the appearance of this window (modification of skin template for example).
  • the languages supported by this window. This feature is very useful when translating this window into the different languages available in the application.

Integration in the application

To include the search window in your application:
  1. On the "Proyecto" tab, in the "Proyecto" group, expand "Importar" and select "WINDEV elements and their dependencies".
  2. Select the subdirectory that contains the elements to import. The search window is located in the "\Programs\Data\Preset Windows\EN\AAF" subdirectory of the WINDEV installation directory.
  3. WINDEV lists the elements of the directory. This directory contains the different elements corresponding to the customizable AAFs. The elements corresponding to the search window are:
    • the "CContextSearch.wdc" class.
    • the "WinDevAAF_SearchWindow.wdw" window, for a search performed in an edit control.
    • the "WinDevAAF_SearchWindowAllWin.wdw" window, for a search performed in the entire window.
  4. Validate. The class and the window are included in the project. These elements can be modified. The modified elements will be automatically taken into account during the search performed in the window and/or in an edit control.
Remarks:
  • The imported elements must not be renamed.
  • If these elements are included in your application, you may not benefit from the improvements performed during the different updates. Don't forget to check whether they have evolved.
  • Warning: To modify these items, the corresponding files must not be read-only.. Modify the characteristics of the files in Windows if necessary.
Versión mínima requerida
  • Versión 11
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

Señalar un error o enviar una sugerencia | Ayuda local