This error was repaired in the xbrowse.prg?
- Code: Select all Expand view
...
#ifndef __XHARBOUR__
else
//
SysRefresh()
//
// This requires explanation.
// With xHarbour there is no problem. Problem is with Harbour only
// return value of this function is oSheet which is an Object. xHarbour returns as object
// If SysRefresh() is called here, Harbour returns oSheet as an object
// if not it returns an Array of two numeric elements.
// I am unable to understand this phenomenon.
// Till we understand what is happening, keep SysRefresh() here for
// Harbour build.
// 2015-06-02
#endif
endif
return oSheet