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 controles Campo de entrada
  • Overview
  • Operating mode
  • Integrated spelling checker
  • OpenOffice spelling checker
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
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications.
This spell check can be performed on the user computer:
  • with the integrated spelling checker.
  • with Word or OpenOffice 2.0 (or later).
To use the integrated spelling checker:
  1. Configure (if necessary) the project to use the integrated spell checking:
    • Open the project description window. To do so, go to the "Proyecto" tab, "Proyecto" group, and click "Descripción".
    • In the "Options" tab:
      • Select the spelling checker "Integrated checker".
      • Check "Copiar automáticamente los diccionarios en el directorio de generación" to include the dictionaries with the executable. It is also possible to integrate the corresponding files into the application library.
    • Validate.
  2. Load the different dictionaries needed via DictionaryLoad.
    Note: English and French dictionaries are automatically loaded..
  3. Apply spell checking on the different controls of the application (edit control, column of Table control):
    • check "Check spelling" in the "Details" tab of the control description window.
    • use the CheckSpell property in the WLanguage code.
    • use the ConfigureSpellCheck function in the WLanguage code.

To use the OpenOffice spelling checker:
  1. Configure (if necessary) the project to use the spelling checker with OpenOffice:
    • Open the project description window. To do so, go to the "Proyecto" tab, "Proyecto" group, and click "Descripción".
    • On the "Options" tab, select "OpenOffice checker".
    • Validate.
  2. Install OpenOffice on the end user's computer. For more details, see How to install OpenOffice 2.0?
  3. Install the OpenOffice dictionaries on the same computer. For more details, see How to install OpenOffice 2.0?
  4. Apply spell checking on the different controls of the application (edit control, column of Table control):
    • check "Check spelling" in the "Details" tab of the control description window.
    • use the CheckSpell property in the WLanguage code.
    • use the ConfigureSpellCheck function in the WLanguage code.
Operating mode

Integrated spelling checker

If the built-in spelling checker is used, spelling correction is automatically performed in input fields and table columns: words not present in the built-in dictionary are automatically underlined in red.. The context menu of the underlined word allows you to select one of the proposed words, or add the word to the dictionary.
Automatic spelling checker
The words that are added to the dictionary can be found in: "C:\Users\<User>\AppData\Roaming\PC SOFT\perso.dic". They can be edited and deleted if necessary.

OpenOffice spelling checker

Two spelling checkers can be proposed according to the word processor installed on the computer.
If the word processor is Word, the Word spelling checker can be automatically started on the edit controls ("Spell check" in the context menu).
Spell check with Word
Note: This option is only available if Word is installed on the current workstation..
If OpenOfficeis used, spelling correction is automatically performed in input fields and table columns: words not present in the OpenOffice dictionary are automatically underlined in red.. The context menu of the underlined word allows you to select one of the proposed words, or add the word to the dictionary.
Spell check with OpenOffice
Note: This option is only available if OpenOffice and its dictionary are installed on the current machine.. See the documentation about this software to install the dictionaries.
Versión mínima requerida
  • Versión 14
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