Ok, so no replies so far...
I try to be more specific, as I understand checking all of the script looking for a vague mistake eats more time then it deserves.
The script compiles normally, and when run it returns a nice box of possible matches, if more then 1. Selecting a name on the list does bring the script to the right url, and html is being read.
If we take the AKA field as an example, the script does detect if the model has more then one name, and nicely cuts them from the html. For testing purposes the names get written to the logfile. The script then should also write this data to the database.
The script looks like:
AddFieldValue(pfAltNames ,Nomealt);
LogMessage('Alt Name: '+Nomealt);
So the readout at the logfile shows the name, but the database doesn't update. The only thing i can fink of is that somehow the script needs something else to be granted write permission to the database, but I can't find any clues when I try to read some of the other scripts out there.
I hope this clarifies my issue, and someone is willing to shed some light on the case.....