Hello Community,
In the programmers' guide (section 7.20), there are guidelines (and an example) on how to show relationships in a grid control on a form using an HTML field.
7.20 Show relationships in a Grid control on the Form
You want to show the relationships for the context Item in a Grid control on the Item Form.
Technique
Add an HTML Field (positioned at Point(300,10) in the code sample below) and insert an HTML code than defines the <object>tag to hold the dynamically populated grid and the JavaScript to get the populating grid relationships.
I have 2 questions:
- Has anybody succeeded in showing such a grid with Innovator 10?
- In Innovator 11, the TreeTable DLL is gone (not anymore in the cbin folder). What is replacing the GridContainer functionality which is mentioned in the programmers' guide?
Than you for your help.
Jeroen