I am still getting a problem with this which is the following Active 4D error:

********************************************************************** ********
C_TEXT(EBWvDES)

Expecting a variable or a collection item
********************************************************************** ********

I get this error as soon as Active4D 'hits' the compiler declaration in the executable page code. There are no references to the variable before that.

I have declared the text variable in 4D at process level (i.e. it gets 're-declared' every time 4D's web server spawns a new process. I am declaring it in the ON WEB CONNECTION method.

It's definitely a bug, but I would appreciate a reproducible sample that demonstrates it to make it easier (and faster) for me to fix it.

BTW, you should not be messing with On Web Connection -- you will have to reapply your changes the next time I change that method. If you need to declare process variables for web processes, that should be done in Compiler_Web.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoylibrary.com


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to