Hi,
If a grid located on the form I can access it as ThisForm.Components["gridName"]
How can I access grid located on FormPage?
Thanks,
Kirill
ThisForm.Components["componentName"] should still work
Thanks Yao.
It did not work.
But I found a workaround - I got values from Form PrimaryIDOCollection.
Regards,