slovato
20th May 2006, 01:13
Hello...
I´m using Baan5C with Informix database, I have a report with an integer field that I use for the year. I'm using set.max(year) for the variable, but when I´m retrieving information from a query to the database the query doesn´t works fine.
set.max(year)...
select .....
from...
where...
table.fiel < :year ....
Then I discovered that if I change the value running the debugger for example: year :=2006 it works.
Does somebody have any idea about how to avoid this problem??? I've tried the same running under Oracle db and I haven't had any trouble doing that....
Thanks.
LOBO SLFNOVA:o
I´m using Baan5C with Informix database, I have a report with an integer field that I use for the year. I'm using set.max(year) for the variable, but when I´m retrieving information from a query to the database the query doesn´t works fine.
set.max(year)...
select .....
from...
where...
table.fiel < :year ....
Then I discovered that if I change the value running the debugger for example: year :=2006 it works.
Does somebody have any idea about how to avoid this problem??? I've tried the same running under Oracle db and I haven't had any trouble doing that....
Thanks.
LOBO SLFNOVA:o