Yes, the script is located on the scene, so self is referring to the scene. I'm not sure how I call the GetDatalinqKeys. I tried following:
dim AbstimmungNr as xpdatalinqkey
dim AbstimmungWert as Integer
self.GetDatalinqKeys("ABSTIMMUNG KANTON")
self.getkeybyname("Abstimmung-Nr", AbstimmungNr)
AbstimmungWert = AbstimmungNr.toInt + 5
AbstimmungNr = AbstimmungWert.toString
ABSTIMMUNG KANTON is the name of the scene. Could you pleas make an example how to call up the Keys?
#XPression