How to check existing of picture, assigned to movie
Posted: 2005-10-26 10:06:19
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.
GetField(fieldPictureName)
GetField(fieldPictureSize)
GetField(fieldPicture)
nothing of above doesn't work...
Can I check this field in script???
Falc0nMan
Russia
if (GetField(fieldDescription)='') then
MovieMark := '=';
if (GetField(fieldLength)='') then
MovieMark := MovieMark + '*';
BUT I can't check existing the picture.
GetField(fieldPictureName)
GetField(fieldPictureSize)
GetField(fieldPicture)
nothing of above doesn't work...

Can I check this field in script???
Falc0nMan
Russia