|
|
|
|
|
<Source>.RestorePosition (Function) In french: <Source>.RetourPosition
Not available with this kind of connection
Restores the previously saved context of a data file (function <Source>.SavePosition): record in progress, filter, read pointers. <Source>.RestorePosition is used to restore: - the different pointers in the index,
- the current filter.
This function can be used with the data files, HFSQL views or queries.
Client.LitRecherchePremier(Nom, Nom)
WHILE Client.Trouve() = True
nPos = Client.SauvePosition(Nom)
Client.LitRecherche(Nom, Nom2)
IF Client.Trouve() = True THEN Compteur = Compteur + 1
HRestorePosition(nPos)
Client.LitSuivant(Nom)
END
Syntax
<Result> = <Source>.RestorePosition()
<Result>: Boolean - True if the specified position was restored,
- False otherwise. HError returns more details about the problem.
<Source>: Type corresponding to the specified source Name of the data file whose context is to be restored. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|