How to use a added field in scripts
Posted: 2010-09-13 23:47:04
Hi,
I have added a new text field (EFileName) in the FrmMovie Frame like the other fields.
Now I want to use this field in a script. It seems that I have to go over fieldFileName to get access. I tried to copy and modify the fieldOriginalTitle and strOrigignalTitle parts in the source Code.
But now I get to constant-errors:
One in movieclass.pas - function TMovie.GetFieldValue
ant the other one in movieclass.pas - procedure TMovie.SetFieldValue
I defined fieldFileName = 32; in fields.pas
Would be nice if someone could help me
Greetings
Thorben
I have added a new text field (EFileName) in the FrmMovie Frame like the other fields.
Now I want to use this field in a script. It seems that I have to go over fieldFileName to get access. I tried to copy and modify the fieldOriginalTitle and strOrigignalTitle parts in the source Code.
But now I get to constant-errors:
One in movieclass.pas - function TMovie.GetFieldValue
ant the other one in movieclass.pas - procedure TMovie.SetFieldValue
I defined fieldFileName = 32; in fields.pas
Would be nice if someone could help me
Greetings
Thorben