Complete dataProviderID Path

Hi,

Is it possible to get the complete dataProviderID path of a TextField component in a form which is included through a tab?

For example, If I have a FormB which is included in FormA as a TabPanel and with relationship of FormATable_to_FormBTable, is it possible to get the whole path FormATable_FormBTable.fieldName from FormB? Because currently, when I am in FormB, I can’t see its relationship with the parent form. I can only get FormBTable.fieldName.

Any info about this is highly appreciated.

You can test of the foundset in formB is a related foundset, using foundset.getRelationName(): if it returns a value, it’s a related foundset so you can prepend the name of the relation to the dataprovider to get the “path”

Paul