Search found 4 matches

by tbp
2010-09-27 22:18:30
Forum: Ant Movie Catalog > Bug reports
Topic: Listview1 Bug - Title got lost
Replies: 1
Views: 2074

Listview1 Bug - Title got lost

Hi,

I have found some errors with the Listview1.
Under some Conditions the Listview-Item-Title got lost if the item is deselected and selected again or updated.
An other irritating error. If I put in a title and then try to remove the title, it always restore the title. If I put in an other Title ...
by tbp
2010-09-14 20:22:28
Forum: Ant Movie Catalog > Comments
Topic: How to use a added field in scripts
Replies: 4
Views: 2581

thx. Now everything works fine.
by tbp
2010-09-14 18:15:00
Forum: Ant Movie Catalog > Comments
Topic: How to use a added field in scripts
Replies: 4
Views: 2581

Ok, i thought fieldCount was a field too ;-)

With fieldFileName = 31 and fieldCount = 32 I can now start the application but now I got a "list-index over Maximum (31)" during splash-screen.
So "ApplyLanguage;" (triggerd by "TMainWindow.FormShow") cause the error in the "Caption := Strings ;" line ...
by tbp
2010-09-13 23:47:04
Forum: Ant Movie Catalog > Comments
Topic: How to use a added field in scripts
Replies: 4
Views: 2581

How to use a added field in scripts

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 ...