ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / How to proceed? / Programming
  • Principle
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
Principle
To set the focus to a column in Table control (i.e. to be positioned in input in this column), you must:
  1. Position on the selected row.
  2. Use SetFocusAndReturnToUserInput to set the focus to the desired column.
Code example:
nRowNum is int
 
nRowNum = 5
TABLE_OrdLine = nRowNum
// Position in the ProductRef column on row #5
SetFocusAndReturnToUserInput(TABLE_OrdLine.COL_ProductRef)
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/27/2022

Send a report | Local help