I need to simply return the Form Values (name=value pairs) into a text variable. I have tried a variety of items, but nothing is working. It would seem

        $formData:=formVariableListToQuery (??)

would do the trick, however, I am not sure what is required for 'inVariables'

Is there an easy way to iterate through the _form collection?

If you want the form variables in name=value pairs, the easiest way is:

$data := a4d.web.collectionToQuery(_form)

Except there is a bug in Active4D that is preventing it from working correctly. So for now iterate yourself.

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