ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Automatic Application Features (AAF) / AAF on Edit controls
  • Overview
  • How to?
  • Advanced management
  • Modifying the window for line selection
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview

How to?

Several methods can be used to automatically position the edit cursor on a specific line in an edit control:
  • Select "Go to line..." in the context menu of the control.
  • Press Ctrl + G.
  • Run AAFExecute:
    AAFExecute(<Edit control>, aafGotoLine)
    The following window appears:
The user can enter the number of the requested line and validate.
Advanced management

Modifying the window for line selection

By default, the window for line selection is available in English and in French.
To modify this window or translate it, simply include it in the project:
  1. On the "Project" tab, in the "Project" group, expand "Import" and select "WINDEV elements and their dependencies".
  2. Select the "Programs\Data\Preset Windows\EN\AAF" directory.
  3. Select the "WinDevAaf_ReachLineWindow.wdw" window.
  4. Validate the import. The window is included in your project and it can be translated or modified.
Remarks:
  • The window must not be renamed.
  • If this window is included in your application, you may not benefit from the improvements made to this window during the different updates. Don't forget to check whether this window has evolved.
  • Caution: To modify this window, the corresponding file must not be read-only. Modify the characteristics of the file in Windows if necessary.
Minimum version required
  • Version 15
Comments
Click [Add] to post a comment

Last update: 09/04/2023

Send a report | Local help