Page 1 of 1

Need someone to help me write script

Posted: 2005-06-13 13:28:00
by poopa
Hi,
What I need is somehow to copy in all records the field 'Languages' to the field 'Translated Title'
I imported my list from Extreme Movie Manager and thats were the import procedure put it.
Can anyone plz help me?

Posted: 2005-06-13 13:35:53
by antp
You mean that the import puts the translated title in the wrong field? I should correct it then :D

Well, here is a script that will do this move:

Code: Select all

program NewScript;
begin
  SetField(fieldTranslatedTitle, GetField(fieldLanguages));
  SetField(fieldLanguages, '');
end.

Posted: 2005-06-13 13:55:29
by poopa
10x!

im not sure ur app doesnt put it in the correct place
its possible it wasnt in the correct place in XMM
since there is no such field
i had to improvise