Hi all,

I want to store the results of a form submission in my own collection for use later.

I therefore do the following:

savedFormCollection := copy collection(_form;*)

which should create a global collection. I was under the impression that as the variable is not a local, it will be global in its scope. However if I try to access this collection in another page (i.e. a4d.debug.dump collection(savedFormCollection)) I get an error.

How do I reference a global collections handle/variable?

If I name the collection <>savedFormCollection everything works.

Anyone with any advice?

Thanks, Michael.
_______________________________________________
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