There is a form have two display methods. So form load is so slowly. I searched and found this way;
public void init()
{
super();
MyTable_DS.cacheAddMethod(tableMethodStr(MyTable, dispCreditBalance));
}
but my display methods not in table methods node. My methods under form -> datasources -> table -> method node. So tableMethodStr can't see my methods.
How can use this cacheAddMethod in this situation?