ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / How to proceed? / Programming
  • Principle
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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 sample:
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: 09/20/2024

Send a report | Local help