I have a couple of general questions about interacting with DataGrid Forms.
1.) Is it possible to call the GetDataOfIndex function from object script that is outside of a DG? How? I want the value returned to the handler outside of the DG to populate a temporary field that pops up outside of the DG.
2.) How can I reference a specific instance of an object inside a DG from object script outside of the DG?
Here, I tried the following process:
-in MouseUp handler of DG Behavior Script, passed 'the long id of the target' (stored as tField) that was clicked to a handler in a field outside of the DG
-handler in field uses 'put the text of fld pField into me' <--Here, I get an error message saying field "blah blah blah blah blah blah" (the long ID that was passed in) does not exist.
These are both optional ways of solving one problem, so only one answer is really needed, but for my education, both are appreciated!

Thank you in advance!
Phil E.