Jeroen Bosch - Saturday, February 28, 2015 11:28 AM:
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
Jeroen Bosch - Wednesday, March 4, 2015 1:37 PM:
Hi,
I have solved my problem.
In Innovator 11 and 10, the grid control is not anymore implemented by DLLs but is now based on the dojo toolkit.
The programmer's guide has been updated. The only difficulty is to get the programmer's guide for versions 11 or 10.
Jeroen
fli - Friday, March 6, 2015 2:52 AM:
Hi Jeron,
Please share how to get the programmer's guide for versions 11 and 10.
Br Christoffer