I have a feeling that this was previously a topic of discussion, but
can't seem to find a concrete answer in the archives or docs. We often
find ourselves saving data in collections, and then using the
"collection to blob" command to save this to a record.  Now, we're
dealing with a case where the data needs to be handled by a process
called from a trigger, so there is no Active4D intervention ... Is there
a way to convert this blob into something usable in native 4D code?

You can call Active4D from a trigger using A4D ExecuteText. See the method A4D_SetTimestamp (in rc4) for an example. From there you can unpack the collection into process arrays which you can then access in the trigger.

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