Axaptapedia is now maintained by AgileCadence For more information please click here.
CacheCalculateMethod
From Axaptapedia
Forces a recalculation of a cached display method on a form.
Signature[edit]
public boolean cacheCalculateMethod(str methodName)
Usage[edit]
This can be called at any time from any form method. It only has an effect if the display method has been previously cached using cacheAddMethod.
<xpp> vendTransOpen_ds.cacheCalculateMethod(tablemethodstr(VendTransOpen, nextCashDiscDate)); </xpp>