Do you all have any reccomendations for a working environment where we
can keep an eye on form variables and such.  I'm getting a little more
than frustrated trying to figure out if what is in the _form
collection is actually there.

We're using fusebox so placing dump code in the switch is an option,
just not very elegany to have to turn it on and off all the time.

Have you tried a4d.console.dump form variables? You could put it in the On Execute Start event handler, and have a global switch to turn it on or off, like this:

if (<>gDebugPost)
   a4d.console.dump form variables
end if

Regards,

   Aparajita
   www.aparajitaworld.com

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


_______________________________________________
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