ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / SQL functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Positions on the specified result row of the query. This row becomes the current row.
Warning This function must be used when browsing the result of a SQLFirst/SQLCol query. For more details, see Types of SQL browse.
Example
// Modification de l'ascenseur
// Positionnement direct selon la valeur de l'ascenseur
SQLSeek("REQ", ASC_ASCENS1)
Syntax
SQLSeek(<Query name> , <Row number>)
<Query name>: Character string
Name of the query created and executed with SQLExec, or executed with SQLExecWDR.
<Row number>: Integer
Number of the result row to select.
Remarks
  • The SQL.Out variable is set to True if the row does not exist.
  • The SQL.Current variable contains the number of the current row.
Component: wd300hf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help