Replace a Value in a Field...

If you need help on how to use the program
Post Reply
Guest

Replace a Value in a Field...

Post by Guest »

Can any one explain me how can i change a value in any field.

Exemple: Change "Comedy" for "Comédia" (portuguese) in the Category

Thanks....
antp
Site Admin
Posts: 9639
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

You mean modify the value in all the movies ?

See the "find & replace" sample script
(Tools -> Scripting)

Or modify the list contents ?
Go to Tools -> Preferences -> Drop-down lists
Guest

Post by Guest »

I try this in the find&replace Script, but don't work:

// SCRIPTING
// Find & Repace a value in a field
program FindReplace;
const
OldValue = 'Comedy';
NewValue = 'Comédia';
Field = fieldCategory;
WholeFieldOnly = False;


Can any one help me...

Thanks
antp
Site Admin
Posts: 9639
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

What do you mean by "don't work" ?
Did you select all the movies that have to by modified (e.g. the whole list)
Because by default it applies that only to selected movie(s)
Last edited by antp on 2003-05-03 18:48:41, edited 1 time in total.
Guest

Post by Guest »

Thanks it work now... ;)
palantir
Posts: 14
Joined: 2003-04-06 08:10:49
Location: Porto

Post by palantir »

biba!

se quiseres, eu fiz uma versão do programa (versao 3.4.2) em português. é preciso fazer algumas alterações, mas sempre é melhor do que a brasileira...

não tenho os valores dos campos traduzidos, só está traduzida a estrutura do programa.

se quiseres mando-te isso por mail.
antp
Site Admin
Posts: 9639
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

what are you asking :??:
palantir
Posts: 14
Joined: 2003-04-06 08:10:49
Location: Porto

Post by palantir »

Sorry ;)

I was offering him the portuguese translation I made... only I was saying that in portuguese :hihi:
Post Reply