ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / SQL functions
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
Positions on the specified result row of the query. This row becomes the current row.
Caution: This function must be used during an SQLFirst/SQLCol browse of query result. For more details, see Types of SQL browse.
Example
// Modify the scrollbar
// Direct positioning according to the scrollbar value
SQLSeek("QRY", SCROLL_SCROLLBAR1)
Syntax
SQLSeek(<Query name> , <Row number>)
<Query name>: Character string
Name of the query created and executed with SQLExec, or executed with SQLExecWDR.
Java The queries created in the query editor must be specified in the format of a character string.
<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: wd290hf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help