Search found 1 match
- 2005-10-26 10:06:19
- Forum: Ant Movie Catalog > Scripts
- Topic: How to check existing of picture, assigned to movie
- Replies: 1
- Views: 950
How to check existing of picture, assigned to movie
I want to write script for checking empty fields (Description, Length and Picture) on every movie and setting one of fields (Resolution). if (GetField(fieldDescription)='') then MovieMark := '='; if (GetField(fieldLength)='') then MovieMark := MovieMark + '*'; BUT I can't check existing the picture....