Einzelnen Beitrag anzeigen

s-off
(Gast)

n/a Beiträge
 
#8

Re: Datensatznr. des Satzes welchem der Zeiger gerade liegt?

  Alt 24. Apr 2008, 09:55
Und Du bist sicher, dass Dein Query ein TADSQuery ist, und kein normales TQuery?

Mich wundert sowieso, dass Deine Hilfe auf deutsch ist - die Hilfe zu Advantage gibt es glaube ich nur in englisch und dort heißt es:

Zitat:
RecNo

Indicates the current record in the dataset.

Syntax

property RecNo: Longint;

Description

Examine RecNo to determine the record number of the current record in the dataset. Applications might use this property with RecordCount to iterate through all the records in a dataset, though typically record iteration is handled with calls to First, Last, MoveBy, Next, and Prior.
  Mit Zitat antworten Zitat