Hello everyone! I'm using AMC from a very long time a now that the project has reprised I would like to suggest some features that, for me, could make the difference:
1) the ability to search for more than one field at a time, and to filter values with different operators, like egual, disegual, in ...
Search found 4 matches
- 2012-02-27 16:46:22
- Forum: Ant Movie Catalog > Comments
- Topic: New features suggestion
- Replies: 0
- Views: 3156
- 2012-02-27 16:19:52
- Forum: Ant Movie Catalog > Templates
- Topic: Variable with script return error in new version 4.1.0
- Replies: 4
- Views: 2924
- 2012-02-21 18:22:18
- Forum: Ant Movie Catalog > Templates
- Topic: Variable with script return error in new version 4.1.0
- Replies: 4
- Views: 2924
- 2012-02-21 08:26:52
- Forum: Ant Movie Catalog > Templates
- Topic: Variable with script return error in new version 4.1.0
- Replies: 4
- Views: 2924
Variable with script return error in new version 4.1.0
Hi, I've made a report with a variable that mark the most recently added movies in this way, in the script box I've written:
begin
if [Date]>((Date)-90) then
tmp1 := '*'
else
tmp1 := ' '
end;
and then in the Memo box, I've put the [tmp1] variable.
This run perfectly in 3.8.0 release, but in the ...
begin
if [Date]>((Date)-90) then
tmp1 := '*'
else
tmp1 := ' '
end;
and then in the Memo box, I've put the [tmp1] variable.
This run perfectly in 3.8.0 release, but in the ...