RefreshBusComp Method

The RefreshBusComp method runs the current query again for a business component and makes the record that was previously active the active record. The user can view the updated view, but the same record remains highlighted in the same position in the list applet. This method returns nothing.

It uses the following syntax:

BusComp.InvokeMethod("RefreshBusComp")

For example:

currRetValue=buscomp.InvokeMethod("RefreshBusComp");
retObj=currRetValue;
if (!retObj.err){)

It includes no arguments.