a script for delete all the info in the Source field?

If you need help on how to use the program
Post Reply
otreux
Posts: 194
Joined: 2008-10-22 16:55:46

a script for delete all the info in the Source field?

Post by otreux »

Someone can help me please? :)
otreux
Posts: 194
Joined: 2008-10-22 16:55:46

Post by otreux »

problem solved with this script:

program NewScript;
begin
SetField(fieldSource, ' ');
end.

if can help someone...bye :)
Post Reply