[gelöst] aktuellen Schlüssel ermitteln

9. Mai 2007 10:14

Ich übergebe an eine Funktion einen Recordref, nun benötige ich den aktuell gesetzten Schlüssel. Ab hier fehlt mir eine Idee, wie ich das bewerkstelligen soll.
Zuletzt geändert von tba am 9. Mai 2007 10:46, insgesamt 1-mal geändert.

9. Mai 2007 10:20

CURRENTKEY
Use this function to return the current key of a database table.

CurrentKey := Record.CURRENTKEY
CurrentKey

Data type: text or code

The name of the current key of Record.

Record

Data type: record

A record that refers to the table for which you want to find the key currently in use.


Einfach in der Nav-Hilfe nach Key suchen :-)

mfg Jürgen

9. Mai 2007 10:45

Danke,
kann manchmal so einfach sein.
Ich hätte allerdings nicht erwartet, dass das auch mit RECORDREF funktioniert.