|
|
|
|
<Source>.SavePosition (Function) In french: <Source>.SauvePosition
Not available with this kind of connection
// 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 Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|