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?
Need someone to help me write script
-
antp
- Site Admin
- Posts: 9902
- Joined: 2002-05-30 10:13:07
- Location: Brussels
You mean that the import puts the translated title in the wrong field? I should correct it then 
Well, here is a script that will do this move:
Well, here is a script that will do this move:
Code: Select all
program NewScript;
begin
SetField(fieldTranslatedTitle, GetField(fieldLanguages));
SetField(fieldLanguages, '');
end.-
poopa
- Posts: 5
- Joined: 2002-06-03 14:16:02