I have a form which accepts some information and, when a button is clicked,
does some fairly time-consuming calculations which return a set of figures. At
present, it uses objects with the Form object for input and output data.
I’d like to hand off the calculations to a separate process. As I understand
it, I can’t pass the Form object to the new process but have to create a shared
object.
How do I get the information from the Form object into the new shared object?
I’ve tried
$shared.formObj := OB Copy(Form)
but it gives a error: “Not supported value in a shared object”.
Am I, as so often, missing something obvious?
Jeremy
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive: http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub: mailto:[email protected]
**********************************************************************