Hello,
Is it possible to stop users from selecting an item for a item property using text input in something like the part number property of the product model relationship item? I've added a filter to the OnSearchDialog event of the property to limit…
Hi Community,
does anybody know a simple way to get the tab labels of the visible relationships in a Form?
I know that we can use the following code: --> var tabbar = parent.relationships.relTabbar;
But this one will return an array of all relationships…
How do I add a column to a relationship tab dynamically.
I wish to federate an ItemType, the number of columns returned depends on the dataset and query combination and cannot be predicted prior to the query being run. Typically I would expect 30-40…
Hi guys !
I'm looking to refresh the current RelationShipTab (TearOff) on change detected in the form.
For the event, no problem.
I found how remove the tab :
var tabbar = parent.relationships.relTabbar;
tabbar.removeTabByLabel("Rapport");
And…