ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL 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
<Source>.SavePosition (Function)
In french: <Source>.SauvePosition
ODBCNot available with this kind of connection
Example
// Find a record
Customer.ReadSeekFirst(Name, Name)
WHILE Customer.Found() = True
// Saves the current context
nPos = Customer.SavePosition(Name)
// Check a customer with another name
Customer.ReadSeek(Name, Name2)
IF Customer.Found() = True THEN Counter = Counter + 1
// Restores the context
HRestorePosition(nPos)
Customer.ReadNext(Name)
END
Syntax
<Résultat> = <Source>.SauvePosition([<Rubrique>] [, <Options>])
<Résultat>: Entier
<Source>: Type correspondant à la source spécifiée
<Rubrique>: Chaîne de caractères optionnelle
<Options>: Constante optionnelle de type entier
Remarks
Business / UI classification: Business Logic
Component: wd280hf.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help