jeff_stroh
3 months agoIdeator I
Targeting Element on Form from Relationship Grid
Hello All,
I'm making a relationship grid event that fires on a row selection. It's meant to target an HTML control on the top item form and then will fill it with a TGV.
Trouble is, I'm running in circles trying to target the element on the form, which is called 'tgv'.
Lots of debugger tries in the console and methods and nothing is finding it.
Have tried...
top.mainWindow.document.getElementsByName("tgv")[0];
top.mainWindow.document.querySelector('div[name="tgv"]');
parent.document......
Any thoughts or help?