Search found 3 matches

by fstcommander
2009-11-16 01:02:25
Forum: Ant Movie Catalog > Comments
Topic: New Feature
Replies: 12
Views: 5541

UPC SCAN -- help

Guys:
a little guidance here. I have the script looking for the UPCdatabace.com reading the movie name andso far work great.

Know if i want to do it in batch. I will need to read the media label field. butI'm doing it in this way:

MovieUPC:= GetField(fieldMedialabel);
but it return an UNKNOWN ...
by fstcommander
2009-11-13 12:29:46
Forum: Ant Movie Catalog > Comments
Topic: New Feature
Replies: 12
Views: 5541

UPC SCAN -- help

That sound great!
I'm not an expert using scripts but will do my try.

Any sugestions, will be welcome.
You know how it is. If you do not have a project you don't practice. (at lease my case)
javascript:emoticon(':D')

PD
ANTP ,
Thanks, this is a great Application!!! I use it few years ago. Now I ...
by fstcommander
2009-11-13 02:51:01
Forum: Ant Movie Catalog > Comments
Topic: New Feature
Replies: 12
Views: 5541

Help with this script

I tried it. I got to rename
function GetOption(OptName: string): Integer; and
function FindLine(Pattern: string; List: TStringList; StartAt: Integer): Integer;

I place a "n" before the name because I receive and error.


after that start to run. but know it got stop in line 193

it look like it ...