Aparajita, one a day you wrote: Don't wait 2 days to ask for help.
After 3 days of investigations I come with my ask:
>From your demo I use results_footer.a4d and search.a4p files.
For a long time everything worked fine, but I did something (I do not know
what) and when executed search.a4p:
case of
: ( defined ($f_search_x))
set session...
: ( defined ($f_previous_x))
set session...
: ( defined ($f_next_x))
set session...
else
redirect("../404.html")
end case
all variables are defined as false and redirect to 404 is executed.
I tried:
* rename variables (image fields) --> no change
* add some new image fields --> no change
* get form variable ("f_search_x" # "")
-->
Active4D error
Expecting a text expression.
: (get form variable ("f_search_x" # ""))
Thank
Miro Novak
_______________________________________________
Active4D-dev mailing list
[EMAIL PROTECTED]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/