You can reference the current object by:
THIS.property
and by absolute by:
THISFORM.pgfMain.pagCharts.pgfCharts.pagChartLookup.cmdMyCommand.property
Is there a way to reference that object similar to a relative reference such as:
...cmdMyComand.property
from another object on pagChartLookup ?
THIS.property
and by absolute by:
THISFORM.pgfMain.pagCharts.pgfCharts.pagChartLookup.cmdMyCommand.property
Is there a way to reference that object similar to a relative reference such as:
...cmdMyComand.property
from another object on pagChartLookup ?